BlueBindy / get_settled

P1 Website for Brits moving to Ireland from 2022 onwards
0 stars 1 forks source link

improve load time on pages #32

Open BlueBindy opened 1 year ago

BlueBindy commented 1 year ago

Lighthouse suggests Total Blocking Time is key impediment to site speed. There is no JS on site. Can I use minification to reduce CSS load time? https://www.geeksforgeeks.org/minification-of-css-files/ I have compressed aside background images (from 2.3mb to 974kb) and converted to WebP: however this has tanked performance scores. (compression took it from 85 to 71; webp took it to 45)

BlueBindy commented 1 year ago

Lighthouse suggests