dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Improve the LCP of the site. #63

Closed dyreschlock closed 1 year ago

dyreschlock commented 1 year ago

LCP is Large Contentful Paint, which is the site's contents? Or something? Page Speed says it takes about 6 seconds for this to loads on theschlock.com.

Read this for how to fix: https://web.dev/optimize-lcp/

Also, getting Google Images to load faster could help this too #62. Do #62 first, then look further into this.

dyreschlock commented 1 year ago

In particular, maybe this: https://web.dev/optimize-lcp/?utm_source=lighthouse&utm_medium=lr#optimize-when-the-resource-is-discovered

dyreschlock commented 1 year ago

This load time was reduced to 3.5 seconds thanks to resolving the Google Drive links #62

dyreschlock commented 1 year ago

On mobile the overall performance score is an 87. Currently JPG previews are being used, but once I'm able to figure out how to actually face webP files, it should bump that score above 90.

I think this case can be closed.