Skip to content

Improve website performance #5

@zarino

Description

@zarino

Page Speed Insights report isn’t pretty:

https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fppe.doesliverpool.com%2F

image

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 use font-weight: 900 anywhere. We’re also requesting italics, which we don’t use either. Could drop both for some savings there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions