| 开发者 |
WPZOOM
alexus450 |
|---|---|
| 更新时间 | 2026年6月5日 18:49 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
If you have tested your website on PageSpeed Insights or GTmetrix and you got the message "Preload Largest Contentful Paint image", it means that the image in question is being lazy loaded. You can fix this problem by installing this plugin.
Yes, this plugin supports Image CDNs like Jetpack and other providers, so you can be sure that the right images will be preloaded.
Yes. On the settings page you can choose separate image sizes for desktop and mobile. The plugin outputs responsive preload tags using media queries (instead of detecting the device on the server), so it works correctly even when your site is behind a page cache.
fetchpriority="high". Without it the LCP image was preloaded at Low priority and the in-flight preload "won" the request, so the image downloaded at Low priority despite the rendered having fetchpriority=high — failing PageSpeed's "LCP request discovery" audit.media preloads instead of wp_is_mobile(), which was unreliable behind any page cache.