plan2net/single-site

Optimize TYPO3 site handling for a single site installation

Installs: 12 964

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 5

Forks: 2

Open Issues: 1

Type:typo3-cms-extension

1.2.0 2022-03-22 13:49 UTC

This package is auto-updated.

Last update: 2024-04-22 18:17:37 UTC


README

Optimize TYPO3 site handling for a single site installation

What does it do?

The extension overwrites a method in the core SiteFinder and if your installation has only one configured site, it simply returns that without trying to find the site configuration based on the current page's root line (which is a very expensive operation).

Why should I install it?

You have only one site (one domain) in your installation and want the best performance? Then you need this extension. It increases overall performance by 13% (or if you need a concrete number: in my test installation around 200ms per request).

Installation

Just install it and you're done.

composer require plan2net/single-site

ps: it doesn't harm an installation with more than one site, as then the operation is simply passed on to the default core method