[TYPO3-dev] Testing TYPO3 caching vs. [FE][pageCacheToExternalFiles]

Ries van Twisk typo3 at rvt.dds.nl
Wed Apr 12 14:53:43 CEST 2006


Michael ,

from what I read is that cache control headers only work if the page 
doesn't contain any user_int objects.

http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/7/3/
The conditions for allowing client caching are:
  page was cached
  No *_INT or *_EXT objects were on the page (eg. USER_INT)
  No frontend user is logged in
  No backend user is logged in

Unfortunatly if you have a community site I can't meet any of the above.
First I have USER_INT objects to show advertisements and other dynamic 
goodies.
Second I have FE users logged in to the system all the time

Bascily cache control headers work only if you have a truely static site.

Am I correct?

Ries


>Dimitri Tarassenko wrote:
>
>  
>
>>It probably _would_ help in real life, but it wouldn't change the ab
>>test that is done on one page over and over again.
>>    
>>
>
>What does help in real life is slim apache2 in front of your TYPO3 
>server. Mod_proxy does memory and filesystem caching and with proper 
>cache control headers you get *insanely good* performance without 
>touching TYPO3 at all.
>Unfortunately, cache control headers still don't work flawlessly, but we 
>tested this setup with *extremely* pleasing results.
>
>This does also scale horizontally by adding more frontend mod_proxy or 
>more TYPO3 servers...
>
>Cheers,
>Michael
>_______________________________________________
>TYPO3-dev mailing list
>TYPO3-dev at lists.netfielders.de
>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
>  
>


-- 
Ries van Twisk
Freelance Typo3 Developer
=== Private:
email: ries at vantwisk.nl
web:   http://www.rvantwisk.nl/
skype: callto://r.vantwisk
=== Work:
email: ries at livetravelguides.com
web:   http://www.livetravelguides.com





More information about the TYPO3-dev mailing list