Bootstrap-Cookie-Alert
Bootstrap-Cookie-Alert copied to clipboard
Improve rendering speed
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 { ... }