CoreShop
CoreShop copied to clipboard
[Perf] store theme resolved could cache the resolved store theme
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
In CS 2.2.x, the method CoreShop\Bundle\StoreBundle\Theme\StoreThemeResolver::resolveTheme
will always do database queries to establish the theme, even though the resolved theme could be cached.
Cached with Pimcore Cache?