Jump to content

WHMCS slowner on server


prasadnaik15

Recommended Posts

  • 4 weeks later...

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated