Making WordPress.org

Opened 4 years ago

Closed 4 years ago

#5603 closed defect (bug) (fixed)

Images in profile tabs should be lazy-loaded

Reported by: jonoaldersonwp's profile jonoaldersonwp 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 and width 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)

#1 @dd32
4 years ago

  • Resolution set to fixed
  • Status changed from new to closed

r16957-dotorg

If achievable, the opportunity should be taken to 'upgrade' the image markup to support responsive/retina formats, preferably using standard WP mechanisms.

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)

#2 @jonoaldersonwp
4 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

These are missing height and width attributes

#3 @dd32
4 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

Looks like it was missed for plugins, but added for all the rest.

Added in r17519-dotorg.

Note: See TracTickets for help on using tickets.