networkteam/neos-fusiondevcache

Last activity 02 Sep 2021 1 102
composer require networkteam/neos-fusiondevcache

Fusion development cache

1.0.1

Version
1.0.1
Type
neos-package
Release Date
Sep 02, 2021 17:42
Source
git
Distribution
zip
Requires
  • neos/neos: >=3.0
MIT 3a1b8d7f9564e16d76351750d37f1dd09663785e

Readme excerpt

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 …
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 25 package(s).