networkteam/neos-fusiondevcache

Last activity 08 Mar 2019 1 30
composer require networkteam/neos-fusiondevcache

Fusion development cache

1.0.0

Version
1.0.0
Type
neos-package
Release Date
Mar 08, 2019 11:24
Source
git
Distribution
zip
Requires
MIT 06d474e1250e4f82bf8e4f7c644065e65cceec9e

Neos Fusion development cache

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

The content of the readme is provided by Github
The same vendor provides 15 package(s).