Economicalhost · Knowledge Base
Knowledge Base › PHP & Performance › How to Speed Up Your Website in cPanel
PHP & Performance

How to Speed Up Your Website in cPanel

Site speed affects both visitors and SEO. This checklist uses the tools already in your cPanel to make a measurable difference, in priority order.

Step-by-step

  1. Use a current PHP version. PHP 8.x is much faster than 7.x — set it in MultiPHP Manager.
  2. Enable Gzip compression to shrink page size — see Gzip.
  3. Enable browser caching so repeat visitors load instantly — see browser caching.
  4. Optimise images before uploading — compress and resize them; large images are the most common cause of slow pages.
  5. Add a CDN. Cloudflare's free plan serves your assets from servers near each visitor — see Cloudflare CDN.
  6. Use a caching plugin (for WordPress) and keep plugins minimal — each one adds load.

💡 Good to know

  • Measure before and after with a free speed-test tool so you can see the impact.
  • Database-heavy sites also benefit from optimising the database.
  • If the site is still slow under real traffic, a managed VPS gives dedicated resources — ask EconomicalHost.