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

Home » FUDforum Development » Bug Reports » Slow to start a new thread, replies are fast
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Slow to start a new thread, replies are fast [message #29628 is a reply to message #29627] Wed, 04 January 2006 21:27 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
2.7.3 already has this optimization. Adding a new topic is just an insert query to the end of the topic list. Very quick and simple operation, unless you have some database issues there is no way for it to take 20 seconds to perform.

The timer measures the time from the moment PHP scripts started to run to the moment when the footer of the page was generated. This means that the timing of all MySQL queries involved would be included.

However, when you post a message the page redirects you to the topic list, so you don't see how long it took to post a new message.


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: fud_sql_error_handler() not defined for FUDAPI calls
Next Topic: IE cannot display searched thread
Goto Forum:
  

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

Current Time: Sun Nov 10 12:27:48 GMT 2024

Total time taken to generate the page: 0.04997 seconds