neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
264 stars 222 forks source link

Performance improvements #4388

Open bwaidelich opened 1 year ago

bwaidelich commented 1 year ago

This issue should serve as an epic for performance related improvements for Neos 9.0

mhsdesign commented 1 year ago

Also our ContentSubgraphWithRuntimeCaches can be improved a lot as it mostly doenst cache or read from the cache.

I found a tiny improvement here already: https://github.com/neos/contentrepository-development-collection/pull/129