A slow website loses visitors and revenue. Google confirmed that a 1-second delay in mobile page load time increases bounce rate by 32%. Improving your PageSpeed score from 40 to 90+ is achievable with the right techniques — here is a practical guide.

Measure Before You Optimize

Use Google PageSpeed Insights, GTmetrix and WebPageTest to establish your baseline. Focus on Core Web Vitals: LCP (Largest Contentful Paint, target under 2.5s), CLS (Cumulative Layout Shift, target under 0.1) and FID/INP (Interaction to Next Paint, target under 200ms). These metrics directly affect Google search ranking.

Image Optimization

Images typically account for 50-70% of page weight. Convert to WebP format — it is 25-35% smaller than JPEG at equivalent quality. Use the HTML loading=lazy attribute for below-the-fold images. Specify explicit width and height to prevent layout shift. Use responsive images with srcset to serve appropriately sized images to each device.

Server-Side Performance

Enable PHP OPcache to cache compiled PHP bytecode in memory — this alone can improve PHP execution speed by 5-10x. Configure Nginx proxy caching for full-page cache of semi-static pages. Use Redis for session storage and application-level caching of database queries. Enable Gzip or Brotli compression for HTML, CSS and JavaScript responses.

JavaScript and CSS

Minify and combine CSS and JS files to reduce HTTP requests. Defer or async non-critical JavaScript so it does not block page rendering. Remove unused CSS — tools like PurgeCSS can dramatically reduce stylesheet size. Inline critical CSS (above-the-fold styles) to eliminate render-blocking requests.

CDN and Edge Caching

Cloudflare free tier provides excellent CDN performance, DDoS protection and automatic minification. Configure long cache TTLs for static assets (images, fonts, CSS, JS) with cache-busting via filename hashing. Use HTTP/2 or HTTP/3 for multiplexed connections.

Real Results

A logistics company site we rebuilt went from PageSpeed 41 to 96 on mobile and 43 to 99 on desktop. Organic search traffic grew 180% over 6 months as Google rewarded the improved Core Web Vitals. Contact E24 BALTIC for a free performance audit of your website.