Preload Featured Media
WordPress plugin to automatically preload featured images on pages, posts, and custom post types.
by Nathan Johnson · github.com/nathandozen3/preload-featured-media
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/nathandozen3/preload-featured-media/archive/refs/heads/main.zipReadme
Preload Featured Media
Preload Featured Media is a WordPress plugin that automatically injects a <link rel="preload"> element into the <head> of the DOMDocument. The purpose of adding a preloading link in the header is to decrease page speed load and increase Google PageSpeed Insights performance score. This plugin is useful if a theme uses featured images to display a banner image, does not preload those images, and PageSpeed Insights recommends preloading critical assets.
- Contributors: NathanAtmoz
- Tags: featured image, preload
- Requires at least: 6.5
- Tested up to: 6.5.2
- Stable tag: 0.1.0
- Requires PHP: 8.0
- License: GPLv2 or later
- License URI: https://www.gnu.org/licenses/gpl-2.0.html
Description
Preload images on pages, posts and custom post types.
License
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.