0 Members and 1 Guest are viewing this topic.
the less you're clicking/paginating, the less load on the server
By doing so you have actually increased the read/writes io and/or private network throughput if the database is on a seperate server (highly recommended...); these are the two biggest bottlenecks on a sorted server setup. ( Tis why Google et al have a default 10 results on search results - not just for the extra ad revenue)Ensuring all primary keys and indexes are in place, no table scans, up to date connection strings and trimmed 'noise' word list could be a worthwhile exercise if the database is proving to be a performance killer.
The general concensus on a busy forum like this is for there to be approximately 15 posts/topics shown per display - its the most efficient tested setup. Yes the DB is of course on a separate server, it'd be server suicide otherwise!!!
On a forum with this level of concurrent user sessions, changing item display amounts on such a narrow scale really shouldn't effect performance but the fact remains you are still increasing the database io, connection open time and local network throughput. As an example, one of our sites has an average 100 plus concurrents continually searching a 6 million record database, using scripted ASP rather than compiled pages, with no probs whatsoever - they have a default 50 items a page displaying (hw -2.3 twin xeons, 4gbram, sata10k drives). Just thought it was worth flagging up as you mentioned server tweaking although as you are no doubt aware, simple server profiling should highlight the 'hotspots' from the serverside.
JB as a mod would destroy cc.com from the inside Like a forum version of Alien
Garyb is actually a computer nerd ... who'd of thought
I've had numerous "document contains no data" errors,But speed isn't too bad.
Gary, they're one and the same!
Last 30 minutes I have had a continual stream of 500 Internal Server error pages. Which is handy as your webserver logfiles should be able to pinpoint the root cause. I assume they are monitored; it would be server suicide not too....Hobgoblins i've been rumbled.
Is it just me?
*