Wruczek / Bootstrap-Cookie-Alert

A simple, good looking cookie alert built for Bootstrap 3/4. No dependencies required.
https://wruczek.github.io/Bootstrap-Cookie-Alert/demo-bs5.html
MIT License
237 stars 51 forks source link

Improve rendering speed #24

Open solsticedhiver opened 1 year ago

solsticedhiver commented 1 year ago

Tinkering with the Google PageSpeed Insights, I came to the impression that my cookie alert banner was delaying the INP of my pages.

Fast reading that page https://web.dev/stick-to-compositor-only-properties-and-manage-layer-count/, I changed the css by including:

will-change: transform;

in .cookiealert { ... }