Sub Menu
Links Menu
Online Users

In total there are 310 users online :: 1 registered, 0 hidden and 309 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Google [Bot] based on users active over the past 60 minutes

Too much data, Data :)

Any feedback, suggestion and comments relating to the IntegraMOD project can be posted here. NO bug reports should be posted in this forum

Moderator: Integra Moderator

Too much data, Data :)

PostAuthor: spaniel » Sun Dec 30, 2007 12:35 am

My members are still overwhelmed by how many features there are on IntegraMod but what often baffles them most is all the computer language flying about like

[code]Page generation time]

in the footer.


I don't even understand it and I run the forum. Is there a way to remove that from the footer and maybe move it to the ACP?


My members (who just about kno how to switch a computer on) are frightened of such things <img>

Many thanks for such an ingenius project.
Last edited by spaniel on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

spaniel
Sr Integra Member
Sr Integra Member
 
Posts: 220
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 26, 2006 3:29 pm
Cash on hand: 0.00

Re: Too much data, Data :)

PostAuthor: Helter » Sun Dec 30, 2007 6:05 am

that tels you how fast the page loaded in your browser. It also tells you what percentage of that time was caused by the files (php) and what pecentage of the time was caused by the database (sql). It also tells you how many database queries (information requests) were made in order to load the page.

It is not important info unless your pages are loading slowly. If the page generation time is below 1 second, but your still loading slowly, the problem may be your computer. If the page generation get high .. over a few seconds, you can see if the problem is in your files (php) or your database (sql). It is not quite that black and white, but it give you some information to use to look for the problem

you may remove it by opening forum root/includes/page_tail.php
find and delete this code

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;  //}*/if( defined('DEBUG') ){     $debug_out = '<div>[Page generation time: '. $gentime .'s (PHP: '. $php_part .'% | SQL: '. $sql_part .'%) | SQL queries: '. $excuted_queries .' | '. $gzip_text .' | '. $debug_text .']</div>';}else{     $debug_out = '<br>';}  


but it is kinda like driving a car with no speedometer
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: Too much data, Data :)

PostAuthor: spaniel » Sun Dec 30, 2007 10:58 am

Thanks a lot for the speedy response. With my "how do i switch the computer on?" members it's better they don't see such data. The number of times they've messaged me to tell me they think they've broken the site is enough to make anyone wanna remove it. Stats frighten people lol.

I will bookmark this thread tho and re-add the code when i need to look at the data. I doubt i'll need to tho as IntergraMod works like a brand new car! Very shiny and fast.


Many thanks.
Last edited by spaniel on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

spaniel
Sr Integra Member
Sr Integra Member
 
Posts: 220
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 26, 2006 3:29 pm
Cash on hand: 0.00

Re: Too much data, Data :)

PostAuthor: CaNNon » Sun Dec 30, 2007 11:21 am

I'm not sure where the tread is but you can set that so just admin see it and may be a better idea in your case.
Last edited by CaNNon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
Image
User avatar
CaNNon
Sr Integra Member
Sr Integra Member
 
Posts: 750
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 19, 2007 11:15 am
Cash on hand: 0.00

PostAuthor: tmotley » Sun Dec 30, 2007 12:56 pm

I found it... and I posted something helpful! That's rare indeed! <img>

http://www.integramod.com/forum/viewtopic.php?t=3981
Last edited by tmotley on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
tmotley
IntegraMODerators
IntegraMODerators
 
Posts: 524
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 2:56 am
Cash on hand: 0.00
Location: Missouri, USA


Return to IntegraMOD Feedback

Who is online

Registered users: Google [Bot]

cron