Image Optimization
Optimizing every image by hand one at a time can be time-consuming and costly. What if there were a way that it could be done automatically at the time of build? With Next.js, this is a reality.
We'll cover the following...
We'll cover the following...
Site analysis
Have you ever heard of Lighthouse or Pingdom? They grade your site.
Low grades
One of the main reasons you will receive a low score from one of these site testing tools is because of your images. Most images, even smaller ones, are large files. These can significantly slow down a site if not handled properly.
Image optimization you can do
There are a few things you should do before letting Next.js optimize your images.