[TYPO3-dev] Caching issue

Thomas "Thasmo" Deinhamer thasmo at gmail.com
Tue Aug 2 20:23:35 CEST 2011


Thomas "Thasmo" Deinhamer schrieb:
> Can someone confirm this?

Cancel that one. :D

Was my mistake.

The problem was, that on uncached page calls,
$GLOBALS['TSFE']->tmpl->rootLine was populated
and working - site got cached and stuff.

On the second call $GLOBALS['TSFE']->tmpl->rootLine
is NOT populated (when the page is cached) but I
still used it in my condition PHP code. This then
resulted in a wrong condition result which forced
TYPO3 to re-render the page.

I've now used the registry to store the data.

Regards,
Thomas




More information about the TYPO3-dev mailing list