[TYPO3-dev] Speeded up TYPO3 by 500% :)

Michael Scharkow michael at underused.org
Mon Jun 26 08:46:59 CEST 2006


Dmitry Dulepov schrieb:

> Does it work when there are USER_INTs on the page? Otherwise banner or 
> text counter module makes it useless.

It works just as Bernhard's solution: If no page caching is possible, 
the dynamic request is processed just as before but it does not break. 
So for all-dynamic websites, neither of these is a solution.

The whole USER_INT stuff just kills performance because at least some 
PHP is required, this is the cost of dynamic websites. TYPO3 has already 
a fine grained caching system, even on the content-element level, but 
dynamic stuff has a price.

That's actually where I see the real advantages of Bernhard's work: 
Disassemble the whole TYPO3 flow and only branch to expensive operations 
when necessary, like the whole fe user stack, or TS parsing.

Greetings,
Michael




More information about the TYPO3-dev mailing list