Skip to content

Instantly share code, notes, and snippets.

@imbalind
Created February 1, 2016 08:19
Show Gist options
  • Save imbalind/672d727c3677ea7f6eea to your computer and use it in GitHub Desktop.
Save imbalind/672d727c3677ea7f6eea to your computer and use it in GitHub Desktop.
Performance test on ui-grid-digest-performance branch
Thread for performance test
@YonatanKra
Copy link

Thanks for the thorough check.
This particular change was meant to deal mainly with load time. In my app it is quite critical, since "loading" occurs a lot - my users move/hide/show the grids constantly, and the app is HUGE, so every digest triggered by timeouts is a major event, so this improvement is mainly app-wide rather than grid-alone.
With the grid alone, I don't know how much it will improve speed.

@imbalind
Copy link
Author

imbalind commented Feb 7, 2016

I checked again focusing on load time and I can confirm it's quite faster. I guess that's what gave me the "things are smoother" feeling 😄
I'm still using it my development environment and found no problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment