You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the most significant performance problems with webpages is heavy images which are sized too large for display (e.g. full size in an image which is better suited for medium) and which are using inefficient formats (e.g. JPEG instead of WebP):
This gets raised in the support forum, as well as via the AMP Page Experience guide. As part of incorporating the PX guide into the plugin (#5679), we should do its same checks for whether modern properly-sized images are being served, and if not, provide guidance on how to do so. One easy remedy is to enable the Site Accelerator image CDN (aka Photon) in Jetpack, or to recommend one of the other reputable image optimization plugins (e.g. Cloudinary).
There could be a Site Health test that links over to a documentation page on amp-wp.org.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered:
Feature description
One of the most significant performance problems with webpages is heavy images which are sized too large for display (e.g.
full
size in an image which is better suited formedium
) and which are using inefficient formats (e.g. JPEG instead of WebP):This gets raised in the support forum, as well as via the AMP Page Experience guide. As part of incorporating the PX guide into the plugin (#5679), we should do its same checks for whether modern properly-sized images are being served, and if not, provide guidance on how to do so. One easy remedy is to enable the Site Accelerator image CDN (aka Photon) in Jetpack, or to recommend one of the other reputable image optimization plugins (e.g. Cloudinary).
There could be a Site Health test that links over to a documentation page on amp-wp.org.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered: