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

Sorting a long list in the web view is slow #176

Open
ryan953 opened this issue Nov 28, 2018 · 0 comments
Open

Sorting a long list in the web view is slow #176

ryan953 opened this issue Nov 28, 2018 · 0 comments

Comments

@ryan953
Copy link
Contributor

ryan953 commented Nov 28, 2018

Sorting the columns of a report with ~5500 files/table rows takes ~40 seconds for the first sort, then ~6seconds for subsequent ones.

First sort (by uncovered lines, descending):
screen shot 2018-11-28 at 8 57 38 am

Subsequent Sort (uncovered lines, asc):
screen shot 2018-11-28 at 8 58 42 am

Overhead from jQuery is the likely culprit. Google shows there are many other drop-in options that may or may not work just as well. I've no suggestions. I'll try to test a few out and see about a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant