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

[stable27] fix(autoloader): no apcu no side effects #40350

Merged
merged 1 commit into from
Sep 11, 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 <blizzz@arthur-schiwon.de>
@blizzz blizzz added the 3. to review Waiting for reviews label Sep 8, 2023
@blizzz blizzz mentioned this pull request Sep 8, 2023
@blizzz blizzz merged commit 7575e87 into stable27 Sep 11, 2023
36 of 37 checks passed
@blizzz blizzz deleted the backport/40349/stable27 branch September 11, 2023 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants