What it is
Image Optimization means using images that fit the role they play on the page. It is not only about file weight, but also about format, actual dimensions, visual quality, loading behavior, and alternative text when needed.
An optimized image is not simply a “smaller” one. It is an image that remains readable, credible, and appropriate to the content without adding unnecessary friction for visitors.
Why it matters
Images often represent a large share of the total page weight. Because of that, they can affect several practical areas of the user experience:
- Perceived loading: very heavy files can delay content appearing, especially on mobile devices or less stable connections;
- Accessibility: alternative text helps when an image carries information that should not be lost;
- Visual clarity: suitable dimensions and formats help avoid blurry, awkwardly cropped, or disproportionate images;
- Maintenance: a cleaner image library is often easier to update, migrate, and manage over time.
Image optimization does not guarantee ranking, indexing, traffic, or automatic performance gains. It can, however, reduce obvious technical friction and make a page more coherent with its actual purpose.
How this is checked
scans the page and collects observable signals related to the images present in the content.
The check can include:
- the detected issue type;
- the image URL and the source page where it was found;
- the suggested action for that specific case;
- the file size and the format in use;
- the image's intrinsic dimensions compared with its displayed size on the page;
- the presence or absence of alt text;
- the presence or absence of lazy loading.
The scanner observes measurable technical signals. It does not decide on its own what the “right” visual quality should be in every case. That final decision depends on the site type, the role of the image, and audience expectations.
Common findings
Each finding should be read as a review signal, not as a rigid rule.
Broken image
What it means: the image points to a missing, unreachable, or erroring file.
Why it may matter: it creates a visual gap on the page and usually signals a maintenance or file-path problem.
When it may not be critical: the impact is smaller if it affects a secondary element, but it is usually still worth fixing soon.
What to check next: verify whether the file was deleted, moved, renamed, or referenced with the wrong URL.
Large file
What it means: the image file is unusually heavy compared with the role it plays on the page.
Why it may matter: very heavy images can slow loading, especially on mobile devices or limited connections.
When it may not be critical: photography, hero images, visual portfolios, or detailed product pages may need more quality than small decorative graphics.
What to check next: see whether file weight and extra metadata can be reduced without undermining tone, sharpness, or trust.
Oversized image
What it means: the image is downloaded at dimensions far larger than the size at which it is actually displayed.
Why it may matter: the browser transfers more pixels than necessary and then shrinks them in the layout, wasting bandwidth and processing.
When it may not be critical: a moderate difference can be normal, for example on high-density screens or in responsive layouts.
What to check next: compare intrinsic and displayed dimensions and consider resizing the file closer to its real usage.
Missing alt text
What it means: the image has no useful alt attribute, or the attribute is missing entirely.
Why it may matter: if the image carries content, people using assistive technologies may lose information or context.
When it may not be critical: purely decorative images do not need keyword-rich descriptions. In many cases, an empty alt="" is the right choice.
What to check next: ask whether the image is informative, narrative, or functional. If so, use a short natural alt text, not keyword stuffing.
No lazy loading
What it means: the image does not use a standard mechanism to delay loading when it appears further down the page.
Why it may matter: all images are requested immediately, even when the user may never scroll far enough to see them.
When it may not be critical: initial and visually important images should be reviewed carefully. They often should not be lazy-loaded because they affect perceived rendering of the top of the page.
What to check next: apply lazy loading first to images located well below the initial content and review the real page behavior afterward.
Non-modern format
What it means: the image uses a more traditional format, such as JPEG or PNG, in a case where a newer format might reduce weight.
Why it may matter: formats such as WebP or AVIF can often compress more efficiently at a similar perceived quality.
When it may not be critical: JPEG, PNG, or SVG may still be appropriate depending on transparency, illustration type, browser support, workflow, or quality needs.
What to check next: test a conversion and compare weight, visual output, and compatibility before changing the entire image library.
Recommended action
- Fix broken images first: they are the most obvious problem and often the easiest to confirm.
- Reduce exceptionally heavy files: a few outlier files often matter more than many small imperfections.
- Resize images that are much larger than needed: especially where the layout displays them in a small area.
- Review format choices: consider WebP or AVIF where they genuinely help, without blind conversion.
- Review lazy loading: apply it where useful and check initial critical images carefully.
- Improve alt text where the image carries meaning: avoid artificial phrasing or keyword stuffing.
This order can change. On a photography portfolio, visual quality may matter more than aggressive file reduction. On a long editorial page, lazy loading and resizing may deserve higher priority.
How to fix it
WordPress
Many themes and plugins already handle responsive images and basic lazy loading, but not always in the best way.
- Review the image sizes generated by the media library.
- Check whether optimization, caching, or CDN plugins are compressing too aggressively or converting files indiscriminately.
- After broader changes, clear cache and review the main pages again.
Static sites
If you work directly with files, it usually helps to prepare images before publication.
- Export them as close as possible to their real display dimensions.
- Use
widthandheightwhere appropriate so the browser can reserve space. - Treat format conversion as a practical choice, not a universal rule.
E-commerce and product pages
Here visual quality often influences trust. Avoid compression that damages edges, textures, colors, or details that support buying decisions.
- Generate suitable thumbnails for listings and category views.
- Keep more quality on the primary product visuals.
- Avoid forcing visitors to download the full gallery at maximum resolution where it is not needed.
Blogs and editorial pages
Long articles often mix contextual and decorative images in the same layout.
- Apply lazy loading to images deeper in the article.
- Use descriptive alt text only when the image adds real informational value to the text.
- Reduce dimensions on secondary supporting images where appropriate.
Portfolio and photography-heavy sites
For portfolios, photography, and emotionally important visuals, optimization should protect quality, tone, and credibility. The goal is not to destroy detail and depth just to reduce a number.
- Reduce unnecessary pixels before resorting to aggressive compression.
- Compare original and optimized versions on real screens.
- Accept somewhat heavier files when the value of the image genuinely justifies it.
What to avoid
- uploading huge originals and relying on CSS alone to shrink them;
- compressing everything aggressively without checking the visual outcome;
- blindly converting every image to the same format;
- stuffing alt text with keywords instead of writing something useful;
- lazy-loading the most critical initial images without checking the perceived result;
- ignoring broken images because they are “only visual”.
How it appears in the report
In the report, the Image Optimization check shows the detected finding type and the main observed signals for each relevant image, such as URL, file weight, format, intrinsic and displayed dimensions, alt text, and loading behavior.
The scanner helps identify where images may be creating technical friction or incomplete accessibility. It does not decide the “right” quality level for every visual, but it gives you a practical view so you can make that decision with more precision.
When to run a new scan
Use the scan to identify where images are creating the most friction, fix the highest-impact issues first, and then run a new scan to verify what changed. This approach helps improve the page without losing sight of either visual quality or real usage context.