manifest / performance / rg-fetch-priority
Rätt Grafiska Fetch Priority
This plugin enhances the WordPress block editor by adding a fetchpriority attribute to the Image and Cover blocks.
by Johan Wistbacka · github.com/ratt-grafiska/rg-fetch-priority · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ratt-grafiska/rg-fetch-priority/archive/refs/heads/main.zipRG Fetch Priority enhances the WordPress block editor by adding a fetchpriority setting to Image and Cover blocks.
Summary
- Adds a fetch priority control to supported blocks in the editor
- Supports
default,high, andautovalues - Helps improve perceived loading performance and Core Web Vitals
- Keeps the plugin focused on editor controls and front-end output, without the legacy in-plugin Git updater
Description
The plugin makes it easy to control how important key images are when the browser decides what to load first. Editors can choose the priority directly in the block settings panel, which gives a simple way to tune image loading behavior for better page speed and user experience.
Installation
- Download or clone the plugin into
/wp-content/plugins/rg-fetch-priority. - Activate the plugin from the WordPress admin.
- Open the block editor and select an Image or Cover block to configure fetch priority.
Usage
- Insert or select an Image or Cover block.
- Open the block settings sidebar.
- Choose the desired fetch priority value.
Changelog
2026.03.23.01
- Removed the legacy
rg-git-updater.phpfile - Cleaned up the plugin bootstrap in
index.php - Updated the README with a clearer summary and usage notes
1.0.6
- Previous release