[ Web Proxy ]
URL:
Viewing: https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images [Back]  [Original]

Efficiently encode images  |  Lighthouse  |  Chrome for Developers Skip to main content
Chrome for Developers [Chrome for Developers]

Efficiently encode images Stay organized with collections Save and categorize content based on your preferences.

Warning: This audit has moved into the Improve image delivery insight as of Lighthouse 13. For more information see What's new in Lighthouse 13.

The Opportunities section of your Lighthouse report lists all unoptimized images, with potential savings in kibibytes (KiB). Optimize these images so that the page loads faster and consumes less data:

A screenshot of the Lighthouse Efficiently encode images audit [A screenshot of the Lighthouse Efficiently encode images audit]

How Lighthouse flags images as optimizable

Lighthouse collects all the JPEG or BMP images on the page, sets each image's compression level to 85, and then compares the original version with the compressed version. If the potential savings are 4KiB or greater, Lighthouse flags the image as optimizable.

How to optimize images

There are many steps you can take to optimize your images, including:

Optimize images using GUI tools

Another approach is to run your images through an optimizer that you install onto your computer and run as a GUI. For example, with ImageOptim you drag and drop images into its UI, and then it automatically compresses the images without noticeably compromising quality. If you're running a small site and can handle manually optimizing all images, this option is probably good enough.

Squoosh is another option. Squoosh is maintained by the Google Web DevRel team.

Stack-specific guidance

Drupal

Consider using a module that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native Responsive Image Styles provided from Drupal for all images rendered on the site.

Joomla

Consider using an image optimization plugin that compresses your images while retaining quality.

Magento

Consider using a third-party Magento extension that optimizes images.

WordPress

Consider using an image optimization WordPress plugin that compresses your images while retaining quality.

Resources

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2019-05-02 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2019-05-02 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page