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
Looking to optimize the site's performance and that of the homepage specifically, the Lighthouse tool in Chromium browsers has made some suggestions. Some of these will have repercussions throughout the app so we're going to make them their own tickets.
Recommendation: Image elements do not have explicit width and height
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. details
Overview
We could set default image sizes for all images so browsers could render the page before waiting for images to fully load.
Benefit (the 80 of 80/20)
Medium? Lighthouse lists it medium-high
Effort (the 20 of 80/20)
Probably light
Complications
Would these default sizes apply for all browser widths? Any complications across devices sizes?
Completion criteria
Lighthouse is no longer throwing this warning
Any images that get a new height/width parameter don't break smaller or wider layouts
Background
Looking to optimize the site's performance and that of the homepage specifically, the Lighthouse tool in Chromium browsers has made some suggestions. Some of these will have repercussions throughout the app so we're going to make them their own tickets.
Recommendation: Image elements do not have explicit width and height
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. details
Overview
We could set default image sizes for all images so browsers could render the page before waiting for images to fully load.
Benefit (the 80 of 80/20)
Medium? Lighthouse lists it medium-high
Effort (the 20 of 80/20)
Probably light
Complications
Completion criteria
Related tickets
The text was updated successfully, but these errors were encountered: