[TYPO3-dev] Speeded up TYPO3 by 500% :)
Bernhard Kraft
kraftb at kraftb.at
Sat Jun 24 23:42:14 CEST 2006
Andreas Balzer wrote:
> so this doesn't mean, that a USER_INT is not working, but only, that
> it's not cached.. correct?
correct.
If a USER_INT object is encountered in the page to be cached the "quick-caching" mechanism
of this extension is not applied. Normal TYPO3-Database caching with full-objects instanciated
is still kept. Which means on the first hit a page with USER_INT objects get's stored like normal
with its "<!--INT_SCRIPT." markers into the DB ... but the "quick-cache" get's bypassed.
When the page get's hit again it is not found in the quick-cache (this only take a very minor amount
of time) and delivered (with replaced USER_INT objects) via the normal T3 mechanism.
greets,
Bernhard
--
----------------------------------------------------------------------
"Freiheit ist immer auch die Freiheit des Andersdenkenden"
Rosa Luxemburg, 1871 - 1919
----------------------------------------------------------------------
[[ http://think-open.at | Open source company ]]
More information about the TYPO3-dev
mailing list