Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Configure frontend caches with NullBackend (#321)
The patch configures frontend related caches to ese the NullBackend in functional tests. This avoids creating corresponding tables and reduces SELECT and INSERT database statements. This results in a performance increase running frontend functional tests, with core, this is around 5-10% when using postgres DMBS. `extbase_object` cache has been removed with TYPO3 v10, therefore no longer set it to a `NullBackend`. The extbase caches has been mergend. Setting the cache to NullBackend does not have a benefit for core testing. If a extension would benefit from it, they can provide it by themself as a configuration override.
- Loading branch information