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

Sigfried Arnold s.arnold at rebell.at
Sun Mar 7 22:58:57 CET 2010


Bernhard Kraft schrieb:
> Hello !
> 
> Already a few years I tought about the possibilities of creating an 
> apache or php module which acts as caching-module for TYPO3 pages. There 
> already exists an apache module named "mod_cache" which is almost what 
> one could expect - but it doesn't handle TYPO3 Usergroups and conditions.

Hello,

if you want to speed up your site, maybe it helps to add a PHP bytecode 
cache like eAccelerator, Alternative PHP Cache or Zend Performance 
Suite. It won't be as fast as mod_cache but can bring a significant 
performance boost - around 40 % of the PHP parsetime - and you don't 
need to modify anything at all.

Other method is to use the TYPO3 internal cache functionality by saving 
prerendered documents in the filesystem instead of the database - you do 
not need to care for groups/logins and conditions too but speed up the 
site dramaticaly. Its even fast in combination with a bytecode cache.

I see no need for developing an extension.

regards
Sigfried Arnold




More information about the TYPO3-dev mailing list