[TYPO3-dev] Speeded up TYPO3 by 500% :)
Martin Kutschker
martin.kutschker-n0spam at no5pam-blackbox.net
Sun Jun 25 10:27:48 CEST 2006
Bernhard Kraft schrieb:
> 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.
In short, yes and no. The page will not be quick-cached but cached by
ordinary TYPO3 means.
Masi
More information about the TYPO3-dev
mailing list