Bootstrap-Cookie-Alert icon indicating copy to clipboard operation
Bootstrap-Cookie-Alert copied to clipboard

Improve rendering speed

Open solsticedhiver opened this issue 1 year ago • 0 comments

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 { ... }

solsticedhiver avatar Jul 17 '23 13:07 solsticedhiver