My website is showing a 508 Resource Limit Reached error

A 508 means your account reached its limit for simultaneous requests – entry processes – at that moment. It is not about how many visitors you have had today; it is about how many requests were being handled at the same instant.

Why it happens

  • Pages that are slow to build. The slower each request, the longer it occupies a slot, and the fewer visitors it takes to fill them all. Speed is the real fix.
  • Bots. A crawler working through a large shop can open many connections at once. This is one of the most common causes.
  • A genuine spike after a mailshot, a social media post or a listing going live.
  • A stuck process holding a slot without finishing.

What to do

Check Resource Usage in cPanel; it will show whether you are hitting entry processes and when. Then:

  • Turn on caching so pages are served without rebuilding them each time. This usually solves it outright.
  • Look at your visitor statistics for bot traffic and consider a robots.txt crawl delay.
  • Fix genuinely slow pages, particularly slow database queries.

If the site is simply outgrowing the package, that is worth a conversation rather than a workaround.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

I cannot see my website / connect to webmail / connect via FTP

The first possibility is that the server that your website is hosted on is not currently working...

My website is showing a 500 Internal Server Error

A 500 error means the server tried to run your site and something stopped it. It is deliberately...

My website is showing a 403 Forbidden error

A 403 means the server found what you asked for but refused to serve it. The three usual reasons...

The site works for everyone else but not for me

If a site is up for the rest of the world and down for you, the problem is between you and the...