Skip to content

22

Improving your Core Web Vitals

Let's look at how we can improve the Core Web Vitals of our example using Next.js features.

In the following lessons, you’ll learn how to:

  • Chapter 23: What is Lighthouse and how do you use it?
  • Chapter 24: How can next/image automatically optimize images?
  • Chapter 25: How do dynamic imports reduce your initial JavaScript bundle?
  • Chapter 26: How and when should you dynamically import components?
  • Chapter 27: How does Next.js optimize web font loading by default?
  • Chapter 28: How do you optimize loading of third-party scripts?

You've Completed Chapter 22

Next Up

23: Introducing Lighthouse

SEO: Improving your Core Web Vitals | Next.js