[Typo3-dev] High parsetime for *_INT objects

Simon Ihmig ihmig at kaliber5.de
Thu Mar 31 20:22:48 CEST 2005


> I had the same problem a couple of months ago and found the perfect
> solution. Here it is: install Turck MMCache for PHP and you will not
> notice much difference in cached and non-cached pages!

Actually I'm already using MMCache!
And in my case there is a very significant difference...

These are my MMCache settings in php.ini:

mmcache.shm_size="32"
mmcache.cache_dir="/tmp/mmcache"
mmcache.enable="1"
mmcache.optimizer="1"
mmcache.check_mtime="1"
mmcache.debug="0"
mmcache.filter=""
mmcache.shm_max="0"
mmcache.shm_ttl="3600"
mmcache.shm_prune_period="60"
mmcache.shm_only="0"
mmcache.compress="1"

Do you have some suggestions for optimizing them?

I have several TYPO3 sites on this server, but they all user a single TYPO3
installation (using symlinks), so I hope that there is no swapping issue!?
(requests for other sites push the cached scripts out of memory)

Greetings,
Simon






More information about the TYPO3-dev mailing list