Anyango

msg:4229153 | 9:59 am on Nov 11, 2010 (gmt 0) |
For about how much traffic on your server?
|
FreeStyleMan

msg:4229164 | 10:41 am on Nov 11, 2010 (gmt 0) |
I'm running a forum with an average of hundred users per day.
|
Anyango

msg:4229468 | 6:35 am on Nov 12, 2010 (gmt 0) |
Its good that you are interested in using better technologies to increase server performance but i would say at this point of time and with this level of traffic, it will be a timewaste to go into those. Rather work on increasing the performance by code. Those kinda optimizations, for me, kick in when we are talking more than 100,000 views in a day. Just a suggestion
|
FreeStyleMan

msg:4229478 | 7:25 am on Nov 12, 2010 (gmt 0) |
Oops .My bad. Maybe I didn't explain myself clear enough. What I meant by hundred was referring to "registered users" browsing my forum at the same time. Currently I'm running two different forum on two different server. One with APC installed another one without it. What I can see from the result was that a big different on the server load. Another reason I run it was pages load snappy, as if they are run from localhost. The above two points are the main two reasons why I run it. Anyway, I'm interested to hear beside APC, is there any other tricks to increase your server performance?
|
Frank_Rizzo

msg:4229575 | 2:45 pm on Nov 12, 2010 (gmt 0) |
Extra RAM Tune the db settings - memory available for indexes, joins, sorts, max connections, timeouts) Tune forum settings - topic marking, who's online timescale. Does the software use it's own caching? Compress / optimize all .js, .css and .php files.
|
|