Understanding Your Hosting Resource Usage (CPU, Memory, and I/O)
Every hosting plan comes with a set amount of resources, and if your website uses more than its share, you may see slowdowns or brief errors. Understanding the main resource limits helps you keep your site fast and avoid surprises.
Let us demystify the numbers you see on your account’s resource usage page.
The key resources explained
- CPU — processing power. Heavy pages, plugins and traffic all use CPU. Max it out and pages slow down.
- Memory (RAM) — short-term working space for your scripts. Complex applications need more of it.
- I/O — how fast your site reads and writes data on disk. Large file operations and databases consume I/O.
- Entry Processes (EP) — how many requests run at the exact same moment. Traffic spikes push this up.
- Inodes — the number of files on your account. Thousands of tiny files (caches, emails, backups) add up.
Why you might hit a limit
Common culprits include a sudden burst of traffic, a poorly coded or outdated plugin, bots crawling your site aggressively, or a backup running during peak hours. Usually it is one heavy thing, not your whole site.
How to reduce resource usage
- Add caching so pages are served ready-made instead of rebuilt each time — see installing LiteSpeed Cache and leverage browser caching.
- Optimize images — large images are a top cause of slow, heavy pages. See optimizing images.
- Update and prune plugins, removing anything unused.
- Clean up old files and backups to free inodes.
Frequently asked questions
What happens when I hit a resource limit?
Requests may queue briefly or return a temporary error (often a 508 or 503) until usage drops. It is a safety cap, not a penalty, and it protects everyone on the server.
How do I know what is using my resources?
Your resource usage page in cPanel shows charts over time. Match the spikes to events — a backup, a traffic surge, or a specific plugin.
My site keeps exceeding limits even after optimizing.
You may have outgrown your plan. Consider upgrading, or talk to us about a VPS for guaranteed resources.
Was this article helpful?