themefisher / bookworm-light-astro

Bookworm Light is a feature-rich, minimal, highly customizable, easy-to-use Astro blog theme.
https://themefisher.com/products/bookworm-light-astro
MIT License
197 stars 55 forks source link

Sometimes, the Lighthouse score (CLS) drops. #7

Open motea927 opened 10 months ago

motea927 commented 10 months ago

Sometimes The Lighthouse score will drop. With body#main CLS, but it is not often occurring, Refresh the page maybe 20 times, it only occur once.

截圖 2023-08-20 上午2 54 23

selipso commented 1 month ago

I believe this has to do with the way images are stored in the /public folder rather than within the src folder. https://docs.astro.build/en/guides/images/#src-required

Astro recommends keeping images in the src directory so they can be optimized by the <Image> component