neos/neos-development-collection

Docs: Fusion mention enableObjectTreeCache in documentation

Open

#2,596 opened on Jul 9, 2019

 (1 comment) (0 reactions) (0 assignees)PHP (248 forks)auto 404
Good first issueP: FusionT: Documentation

Repository metrics

Stars
 (267 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, the setting option is neither mentioned on docs.neos.io nor on RTD

https://docs.neos.io/search?search=enableObjectTreeCache https://neos.readthedocs.io/en/stable/search.html?q=enableObjectTreeCache&check_keywords=yes&area=default

but only in the Settings.yaml file itself: https://github.com/neos/neos/blob/master/Configuration/Settings.yaml#L22

This option however can lead to quite confusing behaviour as seen in this slack thread: https://neos-project.slack.com/archives/C050C8FEK/p1562665567171800

Contributor guide