[TYPO3-dev] 4.5 pagetree API to get page uids of all subpages of a page

Steffen Kamper info at sk-typo3.de
Tue Mar 29 18:25:52 CEST 2011


Hi,

Am 29.03.2011 18:16, schrieb Stefan Galinski:
> Steffen Kamper wrote:
>
>
>> and just FYI: olly and i found a bug in this implementation today, as it
>> should be
>> $GLOBALS['TYPO3_CONF_VARS']['BE']['pageTree']['preloadLimit']
>>
>> This is the configuration in config_default, the dataProvider use the
>> wrong var. (olly takes care with the fix)
>
> Very nice catch! This should improve the performance a lot if it's fixed.
> :-)
>

indeed it does! In my case (introduction pacjage) it reduces request 
from 7 to 2.
Possible though also is not using a fix amount but a dynamic value 
calculated from count of pages. The config var would be a multiplicator 
to this value.

vg Steffen




More information about the TYPO3-dev mailing list