[TYPO3] Problem with one of my sites

Dmitry Martynenko dima at realt.by
Thu Jul 24 14:18:14 CEST 2008


Hi Bram,

>> On a  test site the source is empty, there is just this comment:
>> <!-- Parsetime: 97 ms-->
>> What could be the cause of this?

BJ> Maybe the Parsetimeflag is set.
BJ> template Parsetime:
BJ> http://cicdev.com/api/4.1.2/html/classtemplate.html#2bfa41434afc8a82d9ec2388c70879f1

There is following lines in index.php:

if ($TSFE->isOutputting() && ($TSFE->TYPO3_CONF_VARS['FE']['debug'] || $TSFE->config['config']['debug']))       {
        echo '<!-- Parsetime: '.$TSFE->scriptParseTime.' ms-->';
} 

Thus this line is outputed if you have TYPO3_CONF_VARS['FE']['debug']=1 in your localconf.php,
or config.debug = 1 in Template Setup.

-- 
Dmitry Martynenko
Developer

Web: http://realt.by



More information about the TYPO3-english mailing list