[TYPO3-dev] Time to create a page
Patrick Gaumond
patrick at typo3quebec.org
Mon Mar 13 21:51:20 CET 2006
>> config.debug = 1 writes its output as a html comment. So check the
>> source code of your site.
>>
>> I don't know how to output the creation time to the website itself,
>> but which user would care about that anyway? :)
> me, i would like to check, whether a TSC based TMenu is faster (with
> 4.000 lines of code) than a GMenu with 100..
Quick hack is to remove the exclamation point of the comment in index.php.
Look for :
<!-- Parsetime: '.$TSFE->scriptParseTime.' ms-->';
Then remove the "!".
I did this to help me test Eacellerator:
http://wiki.typo3.org/index.php/Performance_tuning#Informal_Tests
Happy testing.
Patrick
More information about the TYPO3-dev
mailing list