Plugin info

Total downloads: 12,642
Active installs: 30
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/5/2025 (26 days ago)
Added to WordPress: 11/3/2025 (0 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.9
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 26 days ago

68/100

Is FetchPriority Featured Image abandoned?

Likely maintained (last update 26 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.9
Requires PHP: 7.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Fetchpriority
Rating 0.0/5 (0 reviews)Active installs 40

Description

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.

Key Features

  • Automatically adds fetchpriority="high" to featured images
  • Intelligently applies the attribute only where it matters most:
    • On single posts and pages
    • On the first post of archive pages, blog home, and search results
  • Zero configuration required – install and activate
  • No settings page to keep things simple and lightweight
  • Compatible with most WordPress themes

Why Use FetchPriority?

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:

  • Largest Contentful Paint (LCP) scores
  • User experience with faster loading of important images
  • Overall page performance

Developer-Friendly

The plugin uses WordPress’s native filters and doesn’t modify your database or image files.

Installation

  1. Upload the fetchpriority-featured-image folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it! The plugin works automatically with no configuration needed

Frequently Asked Questions

Does this plugin modify my images?

No, this plugin only adds an HTML attribute to the image tag. It doesn’t modify your actual image files or database entries.

Will this work with my theme?

This plugin should work with any theme that uses WordPress’s standard featured image functions. If your theme uses custom code to display featured images, the plugin might not affect those images.

Do I need to configure anything?

No, the plugin works automatically once activated. There are no settings to configure.

Will this slow down my site?

No, the plugin adds minimal overhead and should actually improve your site’s performance by helping browsers prioritize important images.

How can I verify it’s working?

You can view the HTML source of your pages and look for fetchpriority="high" in the featured image HTML.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.1.0

  • Updated for WordPress 6.9 compatibility
  • Improved security with nonce verification for AJAX calls
  • Updated minimum PHP requirement to 7.4
  • Enhanced code quality and WordPress coding standards compliance
  • Added proper input sanitization and escaping
  • Aligns with WordPress 6.9’s frontend performance improvements

1.0.0

  • Initial release