netgen / TagsBundle

Netgen Tags Bundle is an eZ Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Platform kernel.
https://netgen.io
GNU General Public License v2.0
48 stars 44 forks source link

V2 in-memory caching for tags loading #97

Closed andrerom closed 5 years ago

andrerom commented 5 years ago

WIP until v2 is out and we can remove dependency on schema package in unstable stability as well as changes to in-memory abstract. Once that is done this can be rebased on 3.3 if wanted.

Reduces tags loaded on for instance admin/dashboard with ee demo from about 424 cache lookups to 24.

Depends on https://github.com/ezsystems/ezpublish-kernel/pull/2586