
FetchPriority Featured Image is a lightweight plugin that automatically adds the fetchpriority="high" attribute to featured images on your WordPress site. This helps browsers prioritize the loading of these important images, improving your site’s performance and Core Web Vitals scores.
fetchpriority="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.