Index: branches/unlabeled/unlabeled-1.17.20/index.php =================================================================== diff -u -r3308 -r4039 --- branches/unlabeled/unlabeled-1.17.20/index.php (.../index.php) (revision 3308) +++ branches/unlabeled/unlabeled-1.17.20/index.php (.../index.php) (revision 4039) @@ -16,8 +16,7 @@ $end = getmicrotime(); -if ( $application->isDebugMode() ) -{ +if ($application->isDebugMode() && !dbg_ConstOn('DBG_SKIP_REPORTING')) { echo '

Memory used: '.round(memory_get_usage()/1024/1024, 1).' Mb
'; echo 'Time used: '.round(($end - $start), 5).' Sec
'; }