zookal / aoepeople-eavcache
This package is abandoned and no longer maintained.
No replacement package was suggested.
Enables the EAV cache in Magento
Package info
Type:magento-module
pkg:composer/zookal/aoepeople-eavcache
dev-master
2018-08-27 06:45 UTC
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.