Next.js w/ Netlify

Make use of latest features of Next.js v10+ while deploying to Netlify. Down below is the implementation of optimised images using next/image which was introduced with Next.js v10+

First 2 images are optimised through netlify functions and last 2 images are optimised using cloudinary as the loader. See the difference in performance by disabling cache and throttling network.