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
[SOLVED] Page processing time - info missing in 1.7.1
[SOLVED] Page processing time - info missing in 1.7.1
Last edited by NikNak on Fri May 28, 2010 2:00 pm, edited 1 time in total.
Re: Page processing time - info missing in 1.7.1
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Page processing time - info missing in 1.7.1
Cheers
- just tried that but nothing changed.
also tried $config['hide_performance_info'] = false;

- just tried that but nothing changed.
also tried $config['hide_performance_info'] = false;

Re: Page processing time - info missing in 1.7.1
Ohh, I am sorry, copied the old code
It should be:
Rolf
It should be:
Code: Select all
$config['show_performance_info'] = 1;
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Page processing time - info missing in 1.7.1
Bingo
Thanks so much
Nik
Thanks so much
Nik