zookal/aoepeople-eavcache

This package is abandoned and no longer maintained. No replacement package was suggested.

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

dev-master 2018-08-27 06:45 UTC

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.