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

[fix] PHP caches #45

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

[fix] PHP caches #45

wants to merge 2 commits into from

Conversation

subiabre
Copy link
Member

@subiabre subiabre commented Jan 9, 2025

The APCu cache layer was originally included but later removed because we were not making explicit usage of it. The case remains but it has been added again so dependencies that might benefit from it can use it.

OPcache has been moved from "dev" to "base". Both cache layers should be present in dev and prod environments, they enhance performance and do not introduce any downsides.

@subiabre subiabre added bug Something isn't working enhancement New feature or request labels Jan 9, 2025
@subiabre subiabre requested a review from davidbeig January 9, 2025 09:15
@subiabre subiabre self-assigned this Jan 9, 2025
@davidbeig
Copy link
Member

Please, don't merge this one without my review. I will update it with what we have in #44

@subiabre
Copy link
Member Author

subiabre commented Jan 9, 2025

Please, don't merge this one without my review. I will update it with what we have in #44

Waiting for you @davidbeig !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants