shel/neos-booster

Last activity on 08 October 2021
  • 2
  • 77
composer require shel/neos-booster

Performance improvements for Neos CMS

dev-main

Performance improvements for Neos CMS

Version
dev-main
Type
neos-package
Release Date
Oct 8, 2021, 7:35:43 am
Source
git
Distribution
zip
Requires
Requires (dev)
None
Suggest
None
Provides
None
Conflicts
None
Replaces
None
GPL-3.0 3b7d4138a018c77dcb265dba0b6036809700f25b

Performance helpers for Neos CMS

This is package under development that will provide several methods to improve performance of page rendering in Neos CMS.

I try to get most optimizations into the Neos core itself, but some first need to be tested and improved and therefore live in this package.

Node preloader

A Fusion object attached to the main Page prototype. It will preload all content nodes at the beginning of the rendering with a few optimized queries. This way a lot of queries will be skipped during the rendering of content elements. Content references are also being followed if they reference ContentCollections.

In the Neos.Demo this will f.e. remove ~20% of queries.

In a larger project several hundred queries could be skipped.

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