Page 1 of 1

[SOLVED] Page performance information not showing up in generated Page Source

Posted: Sun Jun 27, 2010 10:28 pm
by luminous
I'm nearly at the end of my first site, and according to the CMS Made Simple 1.6 Book in every generated page, if you view page source in your browser right at the bottom there should be some commented page performance information, eg:
These comments should relate to load times, memory usage and SQL requests.

I'm not seeing any of this information on any page that I look at.  I running CMS version 1.7.1 on Xampp 1.7.3 on Win 7.

I've not managed to find anything about this on the forum, so is there an issue with my site, or has this option been dropped/changed in newer versions of CMSMS?

Re: Page performance information not showing up in generated Page Source

Posted: Sun Jun 27, 2010 11:04 pm
by kermit
look in your config.php


#Display abbrieviated performance info in html source output
$config['show_performance_info'] = true;

Re: Page performance information not showing up in generated Page Source

Posted: Sun Jun 27, 2010 11:42 pm
by reneh
this option was dropped of different reasons...
But you can turn it on yourself - as kermit tells.

Re: Page performance information not showing up in generated Page Source

Posted: Mon Jun 28, 2010 7:30 am
by luminous
Super, thanks for the replies :)

Does anyone have a link to some information as to why it was dropped?  I'm trying to do my best to not just get things to work, but to understand why too.