Learn how to optimize images for faster websites. Covers format selection, compression settings, responsive images, and automation with Zipic on Mac.
Images account for roughly 50% of a typical webpage’s total size. Unoptimized images are the single biggest factor dragging down page speed, hurting Core Web Vitals scores, and losing you search rankings.
Here’s a practical guide to getting images right for the web.
Google’s Core Web Vitals directly impact search rankings, and images affect two critical metrics:
Beyond SEO, every 100ms of extra load time reduces conversion rates. Fast-loading images mean better user experience, lower bounce rates, and more revenue.
Format selection alone can reduce file sizes by 30–50%:
| Use Case | Recommended Format | Why |
|---|---|---|
| Photos / hero images | WebP or AVIF | 25-50% smaller than JPEG |
| Logos / icons | SVG or PNG | Crisp at any scale |
| Screenshots with text | PNG or WebP (lossless) | No compression artifacts on text |
| Animated content | WebP | Much smaller than GIF |
| Maximum compression | AVIF | Best compression ratio available |
WebP has 97%+ browser support in 2026 — it should be your default web format. AVIF offers even better compression (93%+ support) for hero images where every KB matters.
For a deep dive on format tradeoffs, see our format comparison guide and the Zipic format documentation.
Over-compressing creates visible artifacts. Under-compressing wastes bandwidth. The sweet spot:
Recommended settings for web:
The difference between level 2 and level 4 can be 3–5x in file size. Adjust based on how the image will be displayed. Learn more about compression settings.
Serving a 4000px image that displays at 800px wastes bandwidth. Resize images to match their maximum display size:
Common web image widths:
In Zipic, set the target width in your compression preset. Aspect ratio is preserved automatically. See Resizing Images.
Manual optimization doesn’t scale. Set up automation:
Folder monitoring — Configure Zipic to watch your design export folder. Every image exported from Figma, Sketch, or Photoshop gets compressed automatically before you deploy. See Folder Monitoring Guide.
Presets for different contexts — Create separate presets:
Apple Shortcuts / URL Scheme — Build one-tap workflows that compress and convert entire folders. See Workflow Integration.
After optimizing, verify the impact:
Ready to optimize your web images? Download Zipic — compress, convert, and resize in one step. Zipic Pro adds folder monitoring and full automation.
Complete documentation: Image Compression Basic | Choosing Image Formats