توضیحات
Noble Vitals is a lightweight, performance-optimized plugin designed to improve your Core Web Vitals, specifically LCP (Largest Contentful Paint), and generate native image sitemaps.
⚡ LCP Image Optimization
Automatically optimizes your content images to improve LCP scores:
* Adds fetchpriority="high" to your LCP image(s)
* Sets loading="eager" for LCP images
* Keeps lazy loading for all other images (configurable)
* Uses WordPress’s wp_content_img_tag filter for safe DOM manipulation
* Only runs on singular posts/pages and main query
🗺️ Native Image Sitemap
Generates an image sitemap using WordPress’s built-in Sitemaps API:
* No custom XML generation – uses core WordPress functionality
* Includes featured images from your posts and pages
* Configurable which post types to include
* Adds proper Google image sitemap namespace
* Optimized database queries for maximum performance
نصب
- Upload the
noble-vitalsfolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to ‘Noble Vitals WP’ in your admin menu to configure settings.
سوالات متداول
-
Does this plugin use regex to modify images?
-
No! We use WordPress’s native
wp_content_img_tagfilter introduced in WordPress 5.5, which is the safe and recommended way to modify content images. -
Can I optimize more than one image?
-
Yes! You can configure how many images to optimize in the plugin settings.
-
Is the image sitemap using WordPress’s native API?
-
Absolutely! We extend
WP_Sitemaps_Providerand integrate directly with WordPress’s built-in sitemap system.
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“Noble Vitals” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “Noble Vitals” به زبان شما.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
گزارش تغییرات
1.0.0
- Initial release
- LCP image optimization
- Native image sitemap generation