flowpack/neos-asset-usage

Letzte Aktivität 16 Apr 2025 5 19381
composer require flowpack/neos-asset-usage

Provides an asset usage service for the Neos CMS

0.3.3

Version
0.3.3
Type
neos-package
Release Date
Apr 16, 2025 06:49
Source
git
Distribution
zip
Requires
  • neos/neos: ^5.2 || ^7.0 || ^8.0 || dev-master
  • flowpack/entity-usage: ^1.0 || dev-main || dev-master
GPL-3.0-or-later c3363d6f5832bafc5d4abb9a0b830406ea7ca3de

Readme excerpt

Asset usage tracking for Neos CMS

This 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 content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 52 package(s).