dataform-co / dataform-web-tracking

Dataform is a collaborative data modelling platform that enables analysts and engineers to manage complex data models in SQL
https://dataform.co
MIT License
2 stars 0 forks source link

Make the sidebar more performant with large numbers of actions #290

Closed GJMcGowan closed 3 years ago

GJMcGowan commented 3 years ago

Currently if you have many actions being defined in a file (e.g. via javascript loop) then the sidebar will attempt to show all of these actions. This is a lot of rendering work for the browser, and seems to lead to long delays with displaying the file.

We should make this more performant.