You can get LCP under 2 seconds in Next.js with Cloudinary by optimizing hero images using Next.js Image Optimization and Cloudinary’s responsive transformations. Use WebP or AVIF formats, enable lazy loading, set proper image dimensions, and preload critical images to improve Largest Contentful Paint (LCP) performance.
Introduction
A fast website attracts more visitors and keeps…