[TYPO3-project-4-3] Why is contextmenu slow?

Steffen Kamper info at sk-typo3.de
Tue Sep 8 21:12:16 CEST 2009


Hi Dan,

Dan Osipov schrieb:
>> better make it fast :) but load indicator is always good to show that 
>> something propably will happen.
>>
> 
> +1!!
> 
> Is there any way to preload some of the menu into the HTML - so that the 
> AJAX request is not even needed, or can happen in a truly asynchronous 
> way - letting the user work while its downloading stuff?
> 

i didn't debugged it, but access check for the page you call has to be 
done and can't be prepared, only the check for actual page is done.
But i'm sure that there is potential speed boost possible. i think the 
problem is that for each menu item the access is checked, maybe there 
could be done only one check for all.

vg Steffen


More information about the TYPO3-project-4-3 mailing list