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 Detect aborted connection in OC\Files\View and stop writing data to the output buffer 2023-09-07 09:32:32 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-09-07 00:29:00 +00:00
private fix(autoloader): no apcu no side effects 2023-09-08 16:55:39 +02:00
public feat: Add dedicated method to load init scripts 2023-09-07 21:42:06 +02:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php fix(autoloader): no apcu no side effects 2023-09-08 16:55:39 +02:00
versioncheck.php Allow 8.2 in versioncheck 2023-02-02 12:05:20 +01:00