-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Page Speed Insights report isn’t pretty:
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fppe.doesliverpool.com%2F
Low-hanging fruit:
loading="lazy"
on<img>
elements.- We’re scaling down most of the images. Should instead be serving up smaller images, and scaling them less.
- We’re requesting the
900
weight of Roboto from Google Fonts, but we don’t usefont-weight: 900
anywhere. We’re also requesting italics, which we don’t use either. Could drop both for some savings there.
Metadata
Metadata
Assignees
Labels
No labels