Matthias Hamacher

Results 11 comments of Matthias Hamacher

Localized Fields are not intended to be used for anything else then localization with the available languages. That the name is not shown is because for Pimcore those are not...

Yeah, that's why we implemented caching. But since version 10.1.3 it doesn't seem to work anymore. My current guess is that it is because of this change: https://github.com/pimcore/pimcore/pull/10277 but I...

@brusch Why did you close the issue? I totally agree that it should be the decision of the developer what to do, but as we already use caching and it...

I looked at this issue and found the change which causes the long loading time. It is this PR #10241 which is a fix for #10238 After some debugging, I...

@dvesh3 Sure thing. You can find the cache service and an options provider in the following gist: https://gist.github.com/matthiashamacher/3e03541b7b04bbb12c7cf285256cc401 All other options providers are built the same just querying different tables...

@dvesh3 Unfortunately setting the `hasStaticOptions()` to true does not work either. The loading time is the same. Regarding the other changes, I figured out that the issue is because of...

@dvesh3 I could locally fix my issue with the classification store but the loading time is still not better in the current version. But I had now the time to...

I cannot tell you if it works in standard HTML, but it definitely works in Pimcore prior to version 10.1.3. As you can see from my linked gist we currently...