-
Notifications
You must be signed in to change notification settings - Fork 24
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
Edit data interface slow with large amount of terms #36
Comments
We didn't test with such long taxonomies. Can you send me your taxonomy so we can test it and see what optimizations we can do? If you don't want it to be public, you can send it to vincent dot fretin at gmail dot com. |
Thanks @vincentfretin ! Really curious to hear if it is possible to optimise the interface speed. Please let me know if you need my help. |
We have taxonomies with large amounts of items to and found the bottleneck the construction of the vocabulary. The translation is not cached. There are two positions where this is relevant:
|
|
With a large amount of terms (5000 tested) the edit data interface (@@taxonomy-edit-data) takes a long time to load. (up to 30 seconds)
Details:
The rendering seems to be the bottleneck.
Any ideas on what is causing the problem or how to improve the rendering?
The text was updated successfully, but these errors were encountered: