Opened 4 years ago
Closed 4 years ago
#5603 closed defect (bug) (fixed)
Images in profile tabs should be lazy-loaded
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Profiles | Keywords: | seo performance |
Cc: |
Description
Images in profile tabs, such as the 'Plugins', 'Themes' and 'Favorites' tabs on profile pages (like https://profiles.wordpress.org/matt/) should be lazy loaded.
This requires that they each:
- Have a
height
andwidth
attribute. - Have a
loading="lazy"
attribute.
If achievable, the opportunity should be taken to 'upgrade' the image markup to support responsive/retina formats, preferably using standard WP mechanisms.
Change History (3)
Note: See
TracTickets for help on using
tickets.
r16957-dotorg
As far as I can tell, that's already the case where possible. The only locations that aren't don't support multiple sizes (theme screenshots)