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

[PHP] Swoole enable opcache #8525

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

NathanFreeman
Copy link
Contributor

No description provided.

@joanhey
Copy link
Contributor

joanhey commented Nov 8, 2023

The OPCache is enabled for Swoole, as it's using the cli.
Without OPCache we can't use the JIT, and it's working also.

And the opcache.enable_file_override enabled, it won't give any gain in these tests.

But for me it's OK this change, as don't break, only add a little bit noise.

PD: very bad results in the last run with async postgresql, but really good with the sync postgresql.
I think that the PDOPool with 20, need to be higher.

@NateBrady23 NateBrady23 merged commit b7ddeff into TechEmpower:master Nov 8, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants