A First-Pass Checklist for a Slow Website Print

  • performance, resource-usage, troubleshooting
  • 0

Slow pages can be caused by application work, database queries, remote services, resource throttling, or disk activity. Start with evidence instead of immediately increasing limits.

  1. Confirm whether every page is slow or only dynamic/application pages.
  2. Review cPanel Resource Usage when CloudLinux statistics are available and look for faults around the time of the slowdown.
  3. Review cPanel Errors and application logs for repeated failures or timeouts.
  4. Check whether the slowdown began after a plugin, theme, PHP-version, cron, import, backup, or deployment change.
  5. Temporarily disable unnecessary application features one at a time and retest.
  6. For WordPress, use Site Health and application-level debugging tools to identify PHP, database, or plugin problems.

A resource graph showing high usage is a symptom, not automatically the root cause. Correlate the time of a fault with the request or process that triggered it.


Was this answer helpful?

« Back