What is the name of the domain?
What is the error number?
Cumulative Layout Shift
What is the error message?
No Errors
What is the issue you’re encountering
CLS 0.45
What are the steps to reproduce the issue?
Hello,
Am getting the following report in CF Speed test result:
Cumulative Layout Shift : 0.45
Recommendations
Serve static assets with an efficient cache policy - Cache Rules
Lighthouse Audit - A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
Recommendation
Configure your cache rules.
Cache Rules customize cache properties of your HTTP requests. Learn more about Cache Rules.
Visit Cache Rules
My Cache rule :
(http.host contains “boudoirphotography”)
Then
Cache eligibility : eligible for cache
Edge TTL : Ignore cache-control header and use this TTL : 4 days
Browser TTL : Override origin and use this TTL : 4 days
My Configuration Rules:
All Incoming requests > Auto Minify HTML, CSS, JS & Use Rocket Loader
The website is small and pure HTML which does use cookies etc and will be not be updated. I just want the maximum performance for visitors using the free plan.
Cloudflare Fonts : On
Images Size set in HTML site
No dynamic content like ads
What am I missing ?