Fix Guides
Fix Common Performance Issues
Focused guides for the problems our analyzer surfaces most often. Each page walks through the fix end to end.
4 min read
How to Fix Heavy JavaScript on Your Website
A practical guide to finding, deferring, splitting, and trimming the scripts that are blocking interactivity on your pages.
Read the fix4 min read
How to Fix Render Blocking CSS
A focused guide to finding, inlining, deferring, and trimming the stylesheets that delay your page from painting for real users.
Read the fix4 min read
How to Fix Slow Images on Your Website
A step by step guide to finding, compressing, converting, and lazy loading the images that are dragging down your page speed.
Read the fix