Skip to content

perf(ui): rasterize the blurred cover banner once instead of on every… - #205

Open
an9949an wants to merge 1 commit into
lullabyX:masterfrom
an9949an:fix-cover-banner-scroll-performance
Open

perf(ui): rasterize the blurred cover banner once instead of on every…#205
an9949an wants to merge 1 commit into
lullabyX:masterfrom
an9949an:fix-cover-banner-scroll-performance

Conversation

@an9949an

Copy link
Copy Markdown
Contributor

The blurred cover banner on the playlist and mix pages had no compositing layer of its own, so WebKit recomputed filter: blur(48px) every time the scroll layer repainted. will-change: transform makes it rasterize once and just move afterwards.

Partially fixes #150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] high CPU usage when scrolling

1 participant