

Smart LCP tab — self-learning toggle, sample rate, and the per-template targets table.
FetchPriority Featured Image is a self-learning LCP (Largest Contentful Paint) optimizer. Instead of guessing which image is your hero like every other plugin, it measures the real LCP element from your actual visitors (via the browser’s PerformanceObserver), learns it per template, and then automatically applies fetchpriority="high" plus a <link rel="preload"> to that exact image — whether it’s a normal <img> or a CSS background-image. It self-corrects as your design and content change, with zero configuration.
loading="eager" on the LCP image and loading="lazy" below the fold so native lazy-loading never delays the herobackground-image, video poster, and <picture> heroesdns-prefetch fallbackwp fpfi lcp list, wp fpfi lcp reset, and wp fpfi settings-export/import/reset.pot template for localisation into any languagefetchpriority="high" to the hero / featured imagefetchpriority="low" for below-fold images — paired complement that tells the browser to defer non-critical loads<link rel="preload" as="image"> for the hero featured image on singular pages — strongest LCP signal.avif / .webp file exists on disk, an extra <link rel="preload" type="image/avif|image/webp"> is emitted so the browser picks the supported modern format automatically (works with ShortPixel, Imagify, Optimole, and similar)avatar / gravatar or hosted on gravatar.comhigh)the_post_thumbnail() / wp_get_attachment_image()The fetchpriority attribute is a modern web standard that tells browsers which images should be prioritized during page load. By marking featured images as high priority, you can improve:
The plugin uses WordPress’s native filters and doesn’t modify your database or image files.