zookal / aoepeople-eavcache
Enables the EAV cache in Magento
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 8
Open Issues: 0
Type:magento-module
Requires
This package is not auto-updated.
Last update: 2020-08-22 07:16:07 UTC
README
Good explanation about what is EAV and how it is implemented in magento can be read here.
Magento EAV cache is expected to cache product, category, other types of EAV attributes to cache.
Since Magento CE 1.4 release EAV cache in Magento is broken. It means that descriptions of EAV attributes (product, category, etc.) are loaded from eav_attribute and other related tables on each page request for each new model/collection type creation.