Replies: 1 comment 2 replies
-
That looks like either a bug in deck, or some application specific issue. deck should not rerender unless something has changed.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love deck.gl but is there any way to reduce power draw when idle (currently 50% CPU on a MacBook Pro / Safari for simple examples like https://deck.gl/examples/icon-layer)? Ideal would be to freeze the current context and only change when triggered. This would be in line with how maplibre performs.
For my specific app, the idle power draw for everything except deck.gl is at roughly 2% CPU and with deck.gl around 40-60%. This is a big issue with mobile users.
Attached a screenshot of the Safari Timeline Power Usage for completely idle state.
Beta Was this translation helpful? Give feedback.
All reactions