Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Don't hammer on the layout engine with avatar updates for the background - #5032

Merged
turt2live merged 1 commit into
developfrom
travis/perf/blur-bg
Jul 21, 2020
Merged

Don't hammer on the layout engine with avatar updates for the background#5032
turt2live merged 1 commit into
developfrom
travis/perf/blur-bg

Conversation

@turt2live

Copy link
Copy Markdown
Member

Changing the property on every render of the left panel (which is basically all the time) is super bad on the GPU and for our CPU. We should only do that when something changes.

Changing the property on every render of the left panel (which is basically all the time) is super bad on the GPU and for our CPU. We should only do that when something changes.
@turt2live
turt2live requested a review from a team July 21, 2020 21:03
@turt2live
turt2live merged commit bcc6c96 into develop Jul 21, 2020
@turt2live
turt2live deleted the travis/perf/blur-bg branch July 21, 2020 21:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants