[TYPO3-dev] typolink generation high parsetime
Bartosz Aninowski
bart at REM-IT-sonik.pl
Sat Oct 27 13:50:53 CEST 2007
> Ok, this could work. I had a quick look at typolink() and found some
> functions used by it which could cache their results.
One more thing.
Try to enable realurl and we have another query
FROM tx_realurl_pathcache
WHERE
page_id=82 AND language_id=0 AND
rootpage_id=0 AND mpvar='' AND expire=0
1000 records with 3 links and realurl enabled = Total parsetime:19566 ms
1000 records with 3 links = Total parsetime:11741 ms
More information about the TYPO3-dev
mailing list