networkteam/neos-fusiondevcache

Fusion development cache

Maintainers

Package info

github.com/networkteam/Networkteam.Neos.FusionDevCache

Type:neos-package

pkg:composer/networkteam/neos-fusiondevcache

Statistics

Installs: 103

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

1.0.1 2021-09-02 17:42 UTC

This package is auto-updated.

Last update: 2026-03-01 00:12:49 UTC


README

Do you have a lot of Fusion code and requests when developing Neos are getting slow? It turns out that Neos doesn't activate the Fusion object tree (the parsed and merged representation of all included Fusion files) during development.

This small package activates the fusion object tree cache also for the Development context and flushes the cache on changes to Fusion files.

Installation

Install the package and rescan Flow packages:

composer require --dev networkteam/neos-fusiondevcache
./flow neos.flow:package:rescan

The setting should now be active and the Fusion object tree should be cached during development.

License

See LICENSE file for license rights and limitations (MIT).