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

[BUG, EC] Rendering of localized classification store is slow in backend for many languages #394

Closed
wisconaut opened this issue Jan 11, 2024 · 1 comment · Fixed by #395
Assignees
Milestone

Comments

@wisconaut
Copy link
Contributor

Discussed in pimcore/pimcore#16392

Originally posted by hbauer December 22, 2023
In a current project, we need a localizable Classification Store that is displayed in a separate tab in a product-class. In the tab, for example, are 19 groups with 140 attributes from the Classification Store displayed - for 14 languages.
The problem is the poor performance when rendering the attributes because as soon as the tab is clicked, it takes approx. 6-8 seconds until the tab is activated and the content appears. For other products with more attributes it can take 20-30 seconds. Switching between languages takes only 0.5 seconds.

It seems that not only the content of the current language but for all languages is rendered. The more languages are added, the longer it takes. I tried to set "deferredRenderer: true" in the panel config but without any effect.

Tested with the current Pimcore v11.1.4, but the problem also occurs in Pimcore 10.6.

Does anyone else have the same problem or a solution?

@kingjia90
Copy link
Contributor

Fixed by #395

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants