Each shared hosting plan has limits on CPU, memory, processes, and I/O. If your site constantly exceeds them — it slows down or gets temporarily throttled.
\n
Where to see current usage
\n
- Log into cPanel
- In the sidebar — Statistics or Resource Usage
- Graphs show CPU, RAM, IO, and Entry Processes for the last 24 hours
\n
Typical causes of exceedance
\n
- Bot attack on the signup or login form
- Inefficient SQL query (full table scan)
- Heavy WordPress plugin (especially sliders with big images)
- Search bots aggressively crawling every 5 minutes
- A cron job that runs longer than the schedule interval
\n
What to do
\n
- Enable cache: for WP — WP Super Cache, LiteSpeed Cache, W3 Total Cache
- Set up a CDN: Cloudflare’s free plan offloads 60–80% from the server
- Block bad bots via .htaccess or fail2ban
- Remove unused plugins — each adds load
- Optimize the DB: make sure there are indexes on frequently queried fields
\n
If even after optimization the limits aren’t enough — move up a plan or to a VPS. The Navju Cloud manager helps with the move.
