32
Quote:
ylw633 wrote:
i really find it amazing XOOPS can't handle our traffic with this kind of resource since our XOOPS is a very typical one and don't use a lot of modules (only FreeContent). No pconnect is used, and so far no cache is enabled.
And this may well be your problem. Apart from my own sites, I also help admin an IIS support site which gets between 20~30 users (actual users, not what's reported by the "who's online" module as it's known to be inaccurate) at any one time. Still not as much as your site granted, but we extensively use the block caching & module caching feature which drastically decreased sever load using very similar system specs, except running Microsoft OS and IIS. Have a look at the performance gains I found
here on my own site through the use of caching. Finding the right balance between caching and ensuring up to date data is a tricky thing to get right, but a very worthwhile investment in time.
The other very influencial factor is your theme and template structure. According to IBM Page Detailer (must have free software) loading your site (
http://www.roundballcity.com) over my 512/512 SDSL connection from Australia took 9.35 seconds, which isn't too bad. however, total site sized weighed in at 155kb, with 21 http requests, which again isn't too bad, but could be optimised to vastly increase loading times and decrease server load and bandwidth usage.
Finally, you really need to look at optimising your news posts. You have over 700 news items which are not archived, plus the fact you are not using cache would mean you'd be spanking the heck out of any server you throw at your site. This would be regardless of what CMS you are using.
I understand your frustration, I really do. But I'd advise you to get back to the basics of optimizing XOOPS to serve you better. At the moment you have a huge content & user base using what looks to be an almost out of the box implementation of Xoops. I'd be glad to help if you need it.