[TYPO3-dev] Time to create a page

Mathias Schreiber [wmdb] mathias.schreiber at wmdb.de
Tue Mar 14 08:33:06 CET 2006


Patrick Gaumond wrote:
> 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

Maybe it would make sense to make this configurable?
One additional "if" would not harm performance too much I guess.

config.debug = 1
config.debug.showAt = source/websiteBottom

-- 
if ($GLOBALS['TSFE']->fe_user->user['ahnung'] == 0) {
	$this->fresseHalten = 1;
}




More information about the TYPO3-dev mailing list