-
Notifications
You must be signed in to change notification settings - Fork 50
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
Smarter rendering of the widgets (used to be memory degradation) #178
Comments
El 27/08/2013, a las 15:29, Antonio Gonzalez notifications@github.com escribió:
|
|
This is not memory degradation per-se. What happens is that when we have a large amount of categories being displayed, that means that there will be a large amount of widgets to render (the sliders for visibility and scale), which by itself is not a hard task to do but when you have a large number of them you can expect the browser to become a little bit sloppy. The solution to this is to not render the widgets unless needed, similar to what's done with the color pickers i. e. you have to click a button to show the selector. |
Additionally, since this is not memory degradation per-se I'm removing this from the milestone and I'm renaming this to have a more appropriate name. |
We should be able to use something like SlickGrid for this purpose. This should make it such that widgets are lazily loaded. |
When working with a lot of samples and a lot of columns, it seems that the performance degradates as you change between coloring columns. This is more noticeable when working with gradients. Maybe we need to force the cleaning of variables/objects??The text was updated successfully, but these errors were encountered: