Big images are the number one reason web pages load slowly — and the number one thing you can fix yourself. A single unoptimized photo can weigh more than an entire well-built page. The catch is doing it without the image turning into a blurry, blocky mess.
The good news: most images can shrink by 50–80% with no difference the eye can see. Here's how to compress images the smart way.
First, resize to the size you actually need
The biggest, easiest win isn't compression — it's dimensions. A photo straight off a phone can be 4000px+ wide, but if it displays at 800px on your site, you're sending five times more pixels than anyone sees. Resize first with the Image Resizer, then compress.
Rule of thumb: no image should be much wider than the space it fills. Full-width hero? ~2000px max. In-article image? ~1200px. Thumbnail? ~400px.
Then compress
With the dimensions right, run the image through the Image Compressor. It reduces file size in your browser — nothing is uploaded — and for photos you can usually drop a lot of weight before any quality loss shows.
Image CompressorShrink JPG, PNG and WebP without uploading.Choose the right format
Format matters as much as compression. Use the Image Converter to switch formats:
- WebP — the best all-rounder for the web; smaller than JPG and PNG at the same quality. Use it wherever it's supported.
- JPG — great for photographs; small files, but lossy, so don't re-save repeatedly.
- PNG — use for graphics, logos and screenshots with sharp edges or transparency, not for photos.
Lossy vs. lossless — what's the difference?
Lossy compression (JPG, WebP) throws away detail the eye barely notices to get much smaller files — perfect for photos. Lossless compression (PNG) keeps every pixel exact but shrinks less — right for graphics where crisp edges matter. Matching the method to the image is how you get small files that still look great.
A quick workflow
- Resize the image to the largest size it will actually display at.
- Convert photos to WebP (or JPG); keep graphics as PNG.
- Compress, checking the preview so quality stays acceptable.
- Re-check your page speed afterward with the Page Speed Test.