[TYPO3-dev] Apache/PHP TYPO3 Caching-Module

Ernesto Baschny [cron IT] ernst at cron-it.de
Tue Mar 16 23:09:18 CET 2010


Jigal van Hemert schrieb am 16.03.2010 21:15:
> Bernhard Kraft wrote:
>> Of course there are still _INT objects - and if tslib_fe recognizes
>> _INT markers in the cached content it will start generating them. But
>> many _INT objects could make a site slower than generationg the
>> complete page, as every _INT object consists of a serialized "cObj"
>> stored in the database.
> 
> Why would we store a serialized "cObj" instead of copying an instance of
> a cObj? At the time the _INT markers are processed there is already
> content object which is initialized.

Not in case the page is coming from cache and only the _INT objects need
to be "re-rendered". We need to "initialize" the object first, and
having the available somewhere (e.g. serialized..) is the easiest option.

Cheers,
Ernesto




More information about the TYPO3-dev mailing list