-
Performance
Optimize my images for the web
Convert, compress, resize, and lazy-load images so pages stop shipping megabytes of unoptimized media.
Free Prompt
What This Does / How This Helps
This finds every image your app serves and optimizes the lot: modern formats, correct dimensions, responsive markup, lazy loading below the fold, and server-side handling for uploads. Images are usually the single largest contributor to page weight in vibe-coded apps, because generated code happily references a stock photo straight from Unsplash at full resolution. The fix is mechanical and high-impact: it's common to cut page weight in half with image work alone. The layout-shift instruction matters too, since images without dimensions make pages jump around while they load, which reads as broken.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).