The Ultimate Guide to Vue Performance
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Proper Image Handling for Fast Vue Sites

In this lesson, get a high level overview of various image optimization techniques to help tackle one of the biggest culprits of bad performance. Learn about:

  • serving the right image size
  • using srcset and sizes to serve different image sizes based on the screensize
  • using fetchpriority="high" for prominent LCP images
  • lazy loading images below the fold with the loading="lazy" attribute
  • and how NuxtImg can automate the process a bit

Links