I'm running Apache 2.2.0 on port 81. I directed the forum there. Let me know if you notice any difference.
It's noticeably faster than yesterday :X
Indeed, so far it seems a lot faster, I'll try out some of the larger threads and see.
Edit: Well can't help the larger threads... they're still taking for every because of the SQL(?) queries.
Yes, it's because of the SQL Queries Ergot. Nothing iago can do for that except get more bandwidth and a faster upload.
The small pages really go faster though, neat.
Hah, much better. I didn't notice the forum redirection either, scary. :)
I'd blame the browser rendering the data it's recieving from the server. SQL queries are insanely fast since they are done locally by the server.
The browser doesn't render the php though, and thats whats determining the time. :P
deadly, SQL is run locally. He needs a better processor, not more bandwidth.
I didn't even notice, seems good.
Quote from: deadly7 on December 30, 2005, 07:01:46 PM
Yes, it's because of the SQL Queries Ergot. Nothing iago can do for that except get more bandwidth and a faster upload.
The small pages really go faster though, neat.
It has nothing to do with the speed of getting to the server, since the generation time is calculated by the php script.
Quote from: Blaze on December 30, 2005, 08:33:58 PM
The browser doesn't render the php though, and thats whats determining the time. :P
See above; the browser doesn't determine the time.
Quote from: iago on December 31, 2005, 03:27:45 AM
Quote from: Blaze on December 30, 2005, 08:33:58 PM
The browser doesn't render the php though, and thats whats determining the time. :P
See above; the browser doesn't determine the time.
Yeah I know, thats what I was saying.
I was thinking that too... but I don't want to make too many guesses in one thread :)
Is your MySQL server running on the box you have with the most memory? If not you should try putting it on there, or perhaps moving it off the webserver box anyways just for the hell of it to see the effect.
I have 256mb on all my computers.
The webserver is the system with the highest CPU speed, though.