prasadnaik15 Posted September 28, 2012 Share Posted September 28, 2012 I have been experiencing WHMCS application going slower and sometimes faster Load on server is less then 1 on 8GB server The I/o value less then 5 and yet WHMCS appears slower while checkout Any suggestions ? 0 Quote Link to comment Share on other sites More sharing options...
hostgate Posted October 22, 2012 Share Posted October 22, 2012 Try to optimize your DB, "#mysql -Aor", and after that try to see your MySQL config file (my.conf), see if it's OK and optimize it. 0 Quote Link to comment Share on other sites More sharing options...
saasideas Posted October 25, 2012 Share Posted October 25, 2012 Any stats for tracking the number of visitors you have? Or even how many logged in using sessions? Maybe if your popular enough you need to invest in alternatives like separating database, multiple servers running instances and using memcache, CDN (look at cloudflare, they have free and paid services), better cloud based hosting (VPS/dedicated) to help you scale on demand if necessary during peak times. Optimize MySQL (query cachine, size of cache, etc.) Try an opcode cache for PHP as smarty already caches their template stuff (APC?) Using fastcgi for PHP? You mention you got a lot of RAM which is good, what about CPU, disk speed, etc? Sometimes VPS (if you're on one) still share CPU which isn't good, and if that machine has a lot of traffic and tied up CPU that could be the reason it's intermittent? Even dedicated is the best but you run into limitations eventually that require good configuration, additional services (so you don't need more and more hardware), etc. Just tossing out suggestions. PM me if you need help or want to do some "investigation" to root out the cause. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.