-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Slow response #23
Comments
Maybe I should limit the total amount of results to something like 20 per plugin? It doesn't make sense to try to display any huge result list, no one's going to scroll through that. Also, the files plugin in Catapult is not really designed to sensibly handle huge indexes, I'd recommend indexing top-level directories like |
I tried to the above with a file index of 73k files. It seemed to work fine to me. Feel free to test it, otherwise I'll assume this is fixed. |
I believe it's fixed now. Thanks for your kind response. |
When you indexed large amount of files, Catapult become slow when you pressing keys.
I haven't do any debugging, but based on the appearance, it seems that the slow response is caused by rendering the icon in real time.
Maybe add a search interval (don't search immediately on key press) and do lazy load for temporarily invisible content?
The text was updated successfully, but these errors were encountered: