-
Notifications
You must be signed in to change notification settings - Fork 10
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
Performance issue #36
Comments
Same here, for every sub-category a XHR request is fired. Would be nice if it could be loaded with a single request, or paged? Less stress and the browser will handle it easier as well I assume. |
Same here, category has 70 children and occasionally it leads to situation that we don't get category picker correctly populated as some of the XHR requests will return 500 or 502 (DXP env CloudFlare). DXP log stream shows that database gives timeout. |
After dirty work-arounds to load the items one request at a time, it still times out. After requesting what the recommended value is for this, Optimizely Support suggested to turn MARS off. So that is what we've currently done. But we still have to monitor the effects of this change. But you could give that a try as well. |
Turning MARS of was not the solution, did no harm either for anything else. In the meanwhile we've played around with increasing the SQL plan on Azure. Which helped a little, then we've played around with threadpool settings in runtimeconfig.template.json did no harm, but did not solve it either. We're now running SQL index reorganize/rebuild periodically. That seems to be quite helpful to resolve it. It will not load instantly, but it seems to run stable for now without restarting the site by the amount of requests executed. |
Hi,
If there is a large number of categories with multiple levels, performance is seriously affected when loading the category tree.
Could you look into this?
Regards,
Torunn
The text was updated successfully, but these errors were encountered: