Time to generate page

Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Locked
woolef
Registered User
Posts: 6
Joined: Mon Feb 02, 2009 1:51 pm

Time to generate page

Post by woolef »

At the bottom of this area51 forum there is a bit of text labelled;

Code: Select all

Time : 0.037s | 12 Queries | GZIP : On 
Does anyone know if this is a mod or just a simple footer edit?

Cheers
Wool

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: Time to generate page

Post by RMcGirr83 »

It's commented out in config.php (located in the root of your forum), uncomment to have the information show.

Code: Select all

//@define('DEBUG', true);
Do not hire Christian Bullock he won't finish the job and will keep your money

woolef
Registered User
Posts: 6
Joined: Mon Feb 02, 2009 1:51 pm

Re: Time to generate page

Post by woolef »

Thanks for the reply RMcGirr83. Because it's a debug would it be ok to leave it in all of the time or just for testing my forum?

Also I'm told;

Code: Select all

// Do not change anything in this file!
so maybe I shouldn't touch the config file?

stevemaury
Support Team
Support Team
Posts: 40
Joined: Sat Aug 30, 2008 12:44 am

Re: Time to generate page

Post by stevemaury »

You can remove the comment from that line. No problem. And you can leave it that way.

woolef
Registered User
Posts: 6
Joined: Mon Feb 02, 2009 1:51 pm

Re: Time to generate page

Post by woolef »

stevemaury wrote:You can remove the comment from that line. No problem. And you can leave it that way.
Thanks!

Locked