Add caching to map card history #11255
Unanswered
bramkragten
asked this question in
Other feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The request
We now do a request to the backend every minute to fetch the entire history. We should limit this to only the new data from since we last loaded, and maybe we can even listen to state updates and use that to update the history.
We should also make sure not to start a new fetch when one is already running.
The alternatives
Overloading the backend :-)
Additional information
Beta Was this translation helpful? Give feedback.
All reactions