flowpack/neos-asset-usage
composer require flowpack/neos-asset-usage
Provides an asset usage service for the Neos CMS
0.3.3
Readme excerpt
Asset usage tracking for Neos CMSThis package provides a replacement for the asset usage calculation in Neos CMS 5.x and 7.x.
Neos always calculated the asset usage when the information was requested. This could take quite long depending on the number of nodes and assets in a project.
This package solves the problem by using the registration service of Flowpack.EntityUsage to register a usage if an asset is referenced and unregister when the asset is not referenced by a node anymore. The data is stored in a database table and can be efficiently queried and accessed by the provided service.
Additionally, the package provides a replacement for the …
Read more
The same vendor provides 52 package(s).