Index: typo3/sysext/cms/tslib/index_ts.php =================================================================== --- typo3/sysext/cms/tslib/index_ts.php (Revision 10471) +++ typo3/sysext/cms/tslib/index_ts.php (Arbeitskopie) @@ -521,17 +521,6 @@ $TSFE->storeSessionData(); -// *********** -// Statistics -// *********** -$TYPO3_MISC['microtime_end'] = microtime(true); -$TSFE->setParseTime(); -if ($TSFE->isOutputting() && (!empty($TSFE->TYPO3_CONF_VARS['FE']['debug']) || !empty($TSFE->config['config']['debug']))) { - $TSFE->content .= LF . ''; -} -$TSFE->statistics(); - - // *************** // Check JumpUrl // *************** @@ -584,6 +573,17 @@ echo $TSFE->content; } + +// *********** +// Statistics +// *********** +$TYPO3_MISC['microtime_end'] = microtime(true); +$TSFE->setParseTime(); +if ($TSFE->isOutputting() && (!empty($TSFE->TYPO3_CONF_VARS['FE']['debug']) || !empty($TSFE->config['config']['debug']))) { + $TSFE->content .= LF . ''; +} +$TSFE->statistics(); + // ************* // Debugging Output // ************* @@ -594,4 +594,4 @@ t3lib_div::devLog('END of FRONTEND session', 'cms', 0, array('_FLUSH' => TRUE)); } -?> \ No newline at end of file +?>