Quote:
Originally Posted by WEForums
*sigh*
Just posting to say this hack makes MySQL rise above 90% a lot of times. Not a good thing, especially since it's on all pages...
|
i note the same problem
look the query time in the debug:
Code:
Query:
SELECT count(*) AS posts FROM post WHERE dateline > '1092038482'
Time before: 0.48323607444763
Time after: 1.2166719436646
Time taken: 0.73343586921692
took 0.7 seconds, and i only tested in a test forum with 178.000 post
(my full forum have 220.000)
is much time for a query
my patch solution is only put the code in the index.php
no in global.php
that save much use