Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable26] fix(autoloader): no apcu no side effects #40351

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

backportbot-nextcloud[bot]
Copy link

Backport of #40349

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 <[email protected]>
@blizzz blizzz added the 4. to release Ready to be released and/or waiting for tests to finish label Sep 11, 2023
This was referenced Sep 20, 2023
@blizzz blizzz mentioned this pull request Oct 9, 2023
@blizzz blizzz merged commit 582b42b into stable26 Oct 9, 2023
@blizzz blizzz deleted the backport/40349/stable26 branch October 9, 2023 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants