|
Re: Slow to start a new thread, replies are fast [message #29625 is a reply to message #29619] |
Wed, 04 January 2006 20:36 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
There have been optimizations made to thread creation process in the 2.7.3 series and on my test server this process is extremely fast. In fact making a reply takes slightly longer then topic creation now. Both however are way faster then they were before.
FUDforum Core Developer
|
|
|
|
Re: Slow to start a new thread, replies are fast [message #29628 is a reply to message #29627] |
Wed, 04 January 2006 21:27 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
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
|
|
|