How to remove Page Generation Time Footer?

Support for IntegraMOD 141

Moderator: Integra Moderator

How to remove Page Generation Time Footer?

PostAuthor: slowfamily » Sat Nov 22, 2008 3:34 pm

Hi All,

I was wondering how to disable or remove the page generation time footer at the bottom of the forum:

[Page generation time: 0.4273s (PHP: 85% | SQL: 15%) | SQL queries: 62 | GZIP disabled | Debug off]

I haven't seen a button to disable it, and haven't seen if there's a place to remove it from the templates.

Thanks in advance!

slowfamily
Newbie
Newbie
 
Posts: 1
Likes: 0 post
Liked in: 0 post
Joined: Sun Oct 12, 2008 8:58 pm
Cash on hand: 0.00

Re: How to remove Page Generation Time Footer?

PostAuthor: Helter » Sat Nov 22, 2008 9:21 pm

you can make it so that only admins can see it by opening includes/page_tail.php

FIND

Code: Select all
/* Un-comment the line below to restrict Admins only to view page generation info */  //if( ($userdata['session_logged_in']) and ($userdata['user_level'] == ADMIN) )//{     $gzip_text = ($board_config['gzip_compress']) ? 'GZIP enabled' ] + $mtime[0];     $endtime = $mtime;       $gentime = round(($endtime - $starttime), 4);       $sql_time = round($db->sql_time, 4);       $sql_part = round($sql_time / $gentime * 100);     $php_part = 100 - $sql_part;  //}*/


REPLACE WITH

Code: Select all
/* Un-comment the line below to restrict Admins only to view page generation info */  if( ($userdata['session_logged_in']) and ($userdata['user_level'] == ADMIN) ){     $gzip_text = ($board_config['gzip_compress']) ? 'GZIP enabled' ] + $mtime[0];     $endtime = $mtime;       $gentime = round(($endtime - $starttime), 4);       $sql_time = round($db->sql_time, 4);       $sql_part = round($sql_time / $gentime * 100);     $php_part = 100 - $sql_part;  }
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x


Return to IntegraMOD 141

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot], Majestic-12 [Bot]