Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve bridge performance #628

Open
rjimenezda opened this issue Jun 20, 2019 · 0 comments
Open

Improve bridge performance #628

rjimenezda opened this issue Jun 20, 2019 · 0 comments
Labels
REQUEST:question: A generic request/suggestion or question Triple Integration 🔱

Comments

@rjimenezda
Copy link
Contributor

rjimenezda commented Jun 20, 2019

For version 1.0 of CARTOframes we are considering adding Airship widgets (not just legends),
and using the bridge would considerably simplify the process.

However, there's a performance issue. Internally, the bridge duplicates the Viz you pass to it, making it invisible. This is used as the source of data for widgets. It prevents constant data updates to all bridged widgets when using animation filters, which was the original purpose of the bridge.

We should check whether an animation time series has been provided or not to clone the Viz or not. This should provide a massive performance boost to maps without a time series.

At some point in the development process this was attempted but there were some issues with CARTO VL, we should check again and see what the status is.

@rjimenezda rjimenezda added REQUEST:question: A generic request/suggestion or question Triple Integration 🔱 labels Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
REQUEST:question: A generic request/suggestion or question Triple Integration 🔱
Projects
None yet
Development

No branches or pull requests

1 participant