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

Routines "filter by" control is sluggish #157

Open
melezhik opened this issue Feb 27, 2023 · 2 comments
Open

Routines "filter by" control is sluggish #157

melezhik opened this issue Feb 27, 2023 · 2 comments

Comments

@melezhik
Copy link

It takes 1-2 seconds at the worst for the "filter by" control to refresh the routines table content when a user type something in (say, "sort"). Please see the screenshot. Tested in Mac OS (safari) and Chromium (windows)

table

@finanalyst
Copy link
Collaborator

The problem here I think is that a large data array is being transferred across the internet. The same delay can occurs when searching. I have found that the delay gets shorter as the data is cached.

There is a discussion about the search issue

A way of reducing the delay is also for the search / routine filter to be linked to a Websocket and for only some data to be sent out.

All this is possible in time.

@finanalyst
Copy link
Collaborator

The usefulness of the Routines page needs to be considered. There are lots of routines and all the data is transferred when the page is opened.
A faster way of showing this data might be possible if there was a better idea about how this page could be made more useful.

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

2 participants