flowpack/neos-asset-usage

Last activity 16 Apr 2025 5 19381
composer require flowpack/neos-asset-usage

Provides an asset usage service for the Neos CMS

0.3.0

Version
0.3.0
Type
neos-package
Release Date
Feb 15, 2023 13:18
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 3843b6fae519d0833c3b766b98a00d58c0c76852

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).