punktde/elastic-assetusageinnodes

Letzte Aktivität 10 Jun 2020 4 479
composer require punktde/elastic-assetusageinnodes

Calculate asset usages using elastic instead of slow database like search.

1.0.3

Version
1.0.3
Type
neos-package
Release Date
Jun 10, 2020 06:14
Source
git
Distribution
zip
Requires
  • neos/neos: ^5.0
  • flowpack/elasticsearch-contentrepositoryadaptor: ^4.0 || ^5.0 || ^6.0
MIT 546310243f2ac7a9b8bdab1a92eccc0c957b9156

Readme excerpt

PunktDe.Elastic.AssetUsageInNodes

Problem this package solves

In order to determine which assets are used in which content elements, Neos needs to do a full like search through all properties of the Neos ContentRepository table. For larger projects, having > 100.000 nodes, this can get awfully slow. A click on an asset in the media module can take a minute and more. Scanning for unused assets using the /flow media:removeunused command can last for days.

Solution

This package extracts used assets during the Elasticsearch indexing and replaces the expensive like search through a fast and effective Elasticsearch query.

Installation $ composer require p…
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 32 package(s).