{"id":173976,"date":"2023-05-05T17:44:57","date_gmt":"2023-05-05T17:44:57","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/fetchpriority\/"},"modified":"2023-09-18T16:10:27","modified_gmt":"2023-09-18T16:10:27","slug":"fetchpriority","status":"closed","type":"plugin","link":"https:\/\/de-at.wordpress.org\/plugins\/fetchpriority\/","author":20220395,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.1","stable_tag":"1.1.1","tested":"6.3.8","requires":"6.1","requires_php":"5.6","requires_plugins":null,"header_name":"Fetchpriority","header_author":"WordPress Performance Team","header_description":"Adds a fetchpriority hint for the primary content image on the page to load faster.","assets_banners_color":"42abd2","last_updated":"2023-09-18 16:10:27","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/WordPress\/performance\/tree\/trunk\/modules\/images\/fetchpriority","header_author_uri":"https:\/\/make.wordpress.org\/performance\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2303,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"performanceteam","date":"2023-05-05 17:44:25"},"1.1.0":{"tag":"1.1.0","author":"performanceteam","date":"2023-07-17 17:19:44"},"1.1.1":{"tag":"1.1.1","author":"performanceteam","date":"2023-09-18 16:10:27"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2968402,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2968402,"resolution":"256x256","location":"assets","locale":""},"icon.svg":{"filename":"icon.svg","revision":2968402,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2968402,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2968402,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.1.0","1.1.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[220266,163,247],"plugin_category":[50,54],"plugin_contributors":[77594],"plugin_business_model":[],"class_list":["post-173976","plugin","type-plugin","status-closed","hentry","plugin_tags-fetchpriority","plugin_tags-images","plugin_tags-performance","plugin_category-media","plugin_category-security-and-spam-protection","plugin_contributors-wordpressdotorg","plugin_committers-performanceteam","plugin_support_reps-adamdunnage","plugin_support_reps-jamesosborne"],"banners":[],"icons":{"svg":"https:\/\/ps.w.org\/fetchpriority\/assets\/icon.svg?rev=2968402","icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/fetchpriority_42abd2.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin adds the <code>fetchpriority=\"high\"<\/code> attribute to the image that is most likely the LCP image for the current response, improving LCP performance by telling the browser to prioritize that image. The LCP image detection directly relies on the existing WordPress core heuristics that determine whether to not lazy-load an image. The only difference is that, while multiple images may not be lazy-loaded, only a single image will be annotated with <code>fetchpriority=\"high\"<\/code>.<\/p>\n\n<!--section=installation-->\n<h4>Installation from within WordPress<\/h4>\n\n<ol>\n<li>Visit <strong>Plugins &gt; Add New<\/strong>.<\/li>\n<li>Search for <strong>Fetchpriority<\/strong>.<\/li>\n<li>Install and activate the <strong>Fetchpriority<\/strong> plugin.<\/li>\n<\/ol>\n\n<h4>Manual installation<\/h4>\n\n<ol>\n<li>Upload the entire <code>fetchpriority<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Visit <strong>Plugins<\/strong>.<\/li>\n<li>Activate the <strong>Fetchpriority<\/strong> plugin.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='where%20can%20i%20submit%20my%20plugin%20feedback%3F'><h3>Where can I submit my plugin feedback?<\/h3><\/dt>\n<dd><p>Feedback is encouraged and much appreciated, especially since this plugin may contain future WordPress core features. If you have suggestions or requests for new features, you can <a href=\"https:\/\/github.com\/WordPress\/performance\/issues\/new\/choose\">submit them as an issue in the WordPress Performance Team's GitHub repository<\/a>. If you need help with troubleshooting or have a question about the plugin, please <a href=\"https:\/\/wordpress.org\/support\/plugin\/fetchpriority\/#new-topic-0\">create a new topic on our support forum<\/a>.<\/p><\/dd>\n<dt id='where%20can%20i%20report%20security%20bugs%3F'><h3>Where can I report security bugs?<\/h3><\/dt>\n<dd><p>The Performance team and WordPress community take security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.<\/p>\n\n<p>To report a security issue, please visit the <a href=\"https:\/\/hackerone.com\/wordpress\">WordPress HackerOne<\/a> program.<\/p><\/dd>\n<dt id='how%20can%20i%20contribute%20to%20the%20plugin%3F'><h3>How can I contribute to the plugin?<\/h3><\/dt>\n<dd><p>Contributions are always welcome! Learn more about how to get involved in the <a href=\"https:\/\/make.wordpress.org\/performance\/handbook\/get-involved\/\">Core Performance Team Handbook<\/a>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Add standalone plugin assets. (<a href=\"https:\/\/github.com\/WordPress\/performance\/pull\/815\">815<\/a>)<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Display admin notice to deactivate the plugin if feature already available in WordPress core. (<a href=\"https:\/\/github.com\/WordPress\/performance\/pull\/769\">769<\/a>)<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release of the Fetchpriority plugin as a standalone plugin. (<a href=\"https:\/\/github.com\/WordPress\/performance\/pull\/704\">704<\/a>)<\/li>\n<\/ul>","raw_excerpt":"Adds a fetchpriority hint for the primary content image on the page to load faster.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/de-at.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/173976","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/de-at.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/de-at.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/de-at.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=173976"}],"author":[{"embeddable":true,"href":"https:\/\/de-at.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/performanceteam"}],"wp:attachment":[{"href":"https:\/\/de-at.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=173976"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/de-at.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=173976"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/de-at.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=173976"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/de-at.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=173976"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/de-at.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=173976"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/de-at.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=173976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}