-
Notifications
You must be signed in to change notification settings - Fork 0
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
Investigation: what's causing the speed bottle-neck? #1
Comments
Some places to consider looking: I would start with the initial search results page.
After that, we can take a look at the paradigms page, but we want search results showing up quickly first. |
The speed issue comes mostly from the backend. The main difference from the production version is that some of the processes are expected to be finished for a page to be loaded. It is exactly the same for both: paradigm page and search page. Speed performance has been improved drastically and I'd be willing to hear if you expect even stronger improvement. |
The entire process was taking 8 seconds in the beginning, and now it has been reduced to 1 second. |
We usually close such issues as a collective decision, when we ensure that the solutions have been collectively verified. |
Sure. My mistake. |
Is it the front-end? It could be paradigm organization, it could be inefficient result parsing. We need to look into this.
The text was updated successfully, but these errors were encountered: