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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
luminous
Forum Members
Forum Members
Posts: 168
Joined: Fri May 14, 2010 6:49 pm

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

Post 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?
Last edited by luminous on Mon Jun 28, 2010 7:31 am, edited 1 time in total.
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

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

Post by kermit »

look in your config.php


#Display abbrieviated performance info in html source output
$config['show_performance_info'] = true;
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
reneh
Dev Team Member
Dev Team Member
Posts: 446
Joined: Tue Nov 28, 2006 8:39 pm

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

Post by reneh »

this option was dropped of different reasons...
But you can turn it on yourself - as kermit tells.
ReneH 8-)
A search will save you hours waiting for an answer! Image
luminous
Forum Members
Forum Members
Posts: 168
Joined: Fri May 14, 2010 6:49 pm

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

Post 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.
Post Reply

Return to “CMSMS Core”