Skip to content
Learn Measure Blog Case studies About
The PWA community is coming together for #PWASummit22. Have a great story about developing a web app? Submit your talk today
On this page
  • How the Lighthouse HTTP/2 audit fails
  • How to pass this audit
  • Resources

Does not use HTTP/2 for all of its resources

May 2, 2019 — Updated Aug 28, 2019
Available in: Español, 日本語, 한국어, Português, Русский, 中文, English
Appears in: Best Practices audits
On this page
  • How the Lighthouse HTTP/2 audit fails
  • How to pass this audit
  • Resources

HTTP/2 serves your page's resources faster and with less data moving over the wire.

How the Lighthouse HTTP/2 audit fails #

Lighthouse lists all resources not served over HTTP/2:

Lighthouse audit shows resources not served over HTTP/2

Lighthouse gathers all resources requested by the page and checks the HTTP protocol version of each. There are some cases where non-HTTP/2 requests will be ignored in the audit results. See the implementation for more details.

Each Best Practices audit is weighted equally in the Lighthouse Best Practices Score. Learn more in The Best Practices score.

How to pass this audit #

Serve your resources over HTTP/2.

To learn how to enable HTTP/2 on your servers, see Setting up HTTP/2.

Resources #

  • Source code for Does not use HTTP/2 for all of its resources audit
  • Introduction to HTTP/2
  • HTTP/2 Frequently Asked Questions
Last updated: Aug 28, 2019 — Improve article
Return to all articles
Share
subscribe

Contribute

  • File a bug
  • View source

Related content

  • developer.chrome.com
  • Chrome updates
  • Web Fundamentals
  • Case studies
  • Podcasts
  • Shows

Connect

  • Twitter
  • YouTube
  • Google Developers
  • Chrome
  • Firebase
  • Google Cloud Platform
  • All products
  • Terms & Privacy
  • Community Guidelines

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.