FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Total time taken to generate the page
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Total time taken to generate the page [message #19232 is a reply to message #19231] Fri, 02 July 2004 14:12 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
The time taken to generate the page is how long it took for the forum code to generate the given output. The time taken to buffer or send the output to the user does not count nor does the time taken for PHP to parse the scripts. The latter becomes irrelevant anyway with a opcode caching system. The former may be included inside in the timings anyway if you use the forum's .htaccess files that will force buffering of most pages in memory before being sent to the user.

0.007 is a very small number indeed just looking at your code you have 2 defines (slow), 2 timing calls and 1 realpath (very slow) and then of course parsing of index.php itself. This can easily cover 0.00[3-4].


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Moderator Queue showing up empty
Next Topic: No Smileys If You Edit An Existing Message - 2.6.5RC2
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 06:57:33 GMT 2024

Total time taken to generate the page: 0.05257 seconds