Find us at BrightonSEO 25/26 April - STAND 18! Fill your swag bag!

Dealing with Page Speed issues?

Crawl your website with Sitebulb for 300+ tech SEO checks

Try for Free

This Hint has been deprecated, and has been superseded by Properly size images. In order to get the most accurate audit results from Sitebulb, please ensure you update to the latest version.

High This Hint is very important, and definitely warrants attention. Issue This Hint represents an error or problem that needs to be fixed.

Loads oversized images which are scaled in the browser

This means that the URL in question loads oversized images which are then scaled by the browser.

Why is this important?

Ideally, your page should never serve images that are larger than the version that's rendered on the user's screen. Anything larger than that requires the browser to scale them to the correct size. Scaling images in the browser is bad for performance as it takes extra CPU time and the user ends up downloading data they don't use.

What does the Hint check?

This Hint will trigger for any internal URL which has at least one rendered image that is at least 25KB smaller than the actual image loaded, where such images have a height and width greater than 1px (in order to exclude tracking pixels from triggering the Hint).

Examples that trigger this Hint:

The Hint would trigger for any URL that contains images which are loaded at an original size, and then scaled down by the browser, for example, using HTML:

<img src="/images/inflatable-you-1.jpg" width="200" height="40" alt="Delectable, inflatable you">

How do you resolve this issue?

The main strategy for serving appropriately-sized images is called "responsive images". With responsive images, you generate multiple versions of each image, and then specify which version to use in your HTML or CSS using media queries, viewport dimensions, and so on.

Another strategy is to use vector-based image formats, like SVG. With a finite amount of code, an SVG image can scale to any size.

Sitebulb Desktop

Find, fix and communicate technical issues with easy visuals, in-depth insights, & prioritized recommendations across 300+ SEO issues.

  • Ideal for SEO professionals, consultants & marketing agencies.

Sitebulb Cloud

Get all the capability of Sitebulb Desktop, accessible via your web browser. Crawl at scale without project, crawl credit, or machine limits.

  • Perfect for collaboration, remote teams & extreme scale.