Skip to content

Chrome slowness #753

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

Closed
keckhoff opened this issue Mar 28, 2017 · 2 comments
Closed

Chrome slowness #753

keckhoff opened this issue Mar 28, 2017 · 2 comments

Comments

@keckhoff
Copy link

I am trying to filter results of a grid that has a million+ rows. I am looking by an ID field which is a primary key and indexed. It always comes back with "wait or kill" dialog box and then eventually does what I'm asking it to do. The filter button calls an ajax request using jquery and jquery 3.1.1 is what I'm using. When I do a timeline it says jquery 3.1.1 is taking up all of the time and making it take forever.

Each request is over a minute long and shouldn't be. If I run the SQL query in SQL mgmt studio it runs in under a second. If I try the same web page in Firefox it executes the filter in a second. It works beautifully but I have customers that require chrome to work fast. Why does Chrome and jquery have issues with datagrids and applying filters?

@keckhoff
Copy link
Author

I'm using a html5 call list if that helps.

@dmethvin
Copy link
Member

This isn't related to learn.jquery.com. You should try a forum like StackOverflow.

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

No branches or pull requests

2 participants