[SOLVED] Page processing time - info missing in 1.7.1

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
User avatar
NikNak
Forum Members
Forum Members
Posts: 183
Joined: Fri Oct 02, 2009 2:28 pm

[SOLVED] Page processing time - info missing in 1.7.1

Post by NikNak »

Hi

Up to v 1.7 there was a snippet at the end of each html page listing the processing time required.

It seems to be missing from v 1.7.1  -  is there any way to get this back again?  It's so useful to judge performance.

Thanks

Nik
Last edited by NikNak on Fri May 28, 2010 2:00 pm, edited 1 time in total.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Page processing time - info missing in 1.7.1

Post by Rolf »

Hi Niknak

Add to config.php:

Code: Select all

$config['hide_performance_info'] = true;

grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
User avatar
NikNak
Forum Members
Forum Members
Posts: 183
Joined: Fri Oct 02, 2009 2:28 pm

Re: Page processing time - info missing in 1.7.1

Post by NikNak »

Cheers

- just tried that but nothing changed.

also tried $config['hide_performance_info'] = false;


:-(
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Page processing time - info missing in 1.7.1

Post by Rolf »

Ohh, I am sorry, copied the old code
It should be:

Code: Select all

$config['show_performance_info'] = 1;
Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
User avatar
NikNak
Forum Members
Forum Members
Posts: 183
Joined: Fri Oct 02, 2009 2:28 pm

Re: Page processing time - info missing in 1.7.1

Post by NikNak »

Bingo

Thanks so much

Nik
Post Reply

Return to “CMSMS Core”