[Typo3-dev] High parsetime for *_INT objects

Michael Shigorin mike at osdn.org.ua
Sat Apr 2 21:36:26 CEST 2005


Simon Ihmig <ihmig at kaliber5.de> wrote:
> Actually I'm already using MMCache!

Hmm... maybe the recommendation to do so should be somewhere near
download links to be quite hard to miss.  It really helps a great deal.

> mmcache.shm_size="32"
> mmcache.compress="1"

Effectively the same but without compression (currently Duron 800
running a bunch of other things too so...), seems I've tried to up the
memory limit but after studying the status page for mmcache got 32M
back.

> mmcache.shm_ttl="3600"
> mmcache.shm_prune_period="60"

"0"s -- didn't bother.

> 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)

Depends, check the page -- stock one below:

<?php
if (function_exists("mmcache")) {
  mmcache();
} else {
  echo "<html><head><title>Turck MMCache</title></head><body><h1 align=\"center\">Turck MMCache is not installed</h1></body></html>";
}

-- 
Michael Shigorin
EMT.Com.UA




More information about the TYPO3-dev mailing list