nextcloud/lib
Arthur Schiwon 603a659a37
fix(autoloader): no apcu no side effects
apcu lead to side effects especially with app management and (soft)
inter-dependencies, and lead also to 500 server errors. While we could
add management to clear apcu cache in many cases (may stil leave edge
cases) the performance benefit is marginally as also class maps are
already cached in opcache. Hence, the simple and effective way to go is
to not use apcu for autoloading.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-09-08 16:55:39 +02:00
..
composer
l10n
private fix(autoloader): no apcu no side effects 2023-09-08 16:55:39 +02:00
public
autoloader.php
base.php fix(autoloader): no apcu no side effects 2023-09-08 16:55:39 +02:00
versioncheck.php