[Typo3-dev] High parsetime for *_INT objects

Simon Ihmig ihmig at kaliber5.de
Mon Apr 4 10:47:02 CEST 2005


> > 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>";
> }

Thanks for that hint, didn't know this function.

However I got no insights from that, all relevant TYPO3 scripts seem to be
cached (and only once for a couple of sites).

So, I have still my long parsetimes...

Maybe someone could perform a quick little test?
On the TYPO3 "testsite" package I added config.admPanel = 1 to the template
on the "Intro" page, and got parsetimes of around 20ms. When I then added
page.20 = COA_INT to it, the parsetime jumps to around 60ms.

Can somebody confirm this? Then I at least know this is general issue and
not my fault.

Thanks,
Simon






More information about the TYPO3-dev mailing list