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

Support for igbinary #133

Open
kevinlisota opened this issue May 14, 2017 · 1 comment
Open

Support for igbinary #133

kevinlisota opened this issue May 14, 2017 · 1 comment

Comments

@kevinlisota
Copy link

I'm experimenting with LCache on our high traffic site. This is either a question or a feature request.

Are there any performance gains when using igbinary as the APCu serializer? It is easy to install and enable igbinary in place of the PHP serializer. However, when I did so, it brought the database server to its knees with 100% CPU usage.

In theory, igbinary should improve performance and lower memory usage, though I'm not familiar enough with APCu to know how it stores/compacts cached keys.

Curious to know if anyone has tried this configuration.

@frankiejarrett
Copy link
Contributor

@kevinlisota What versions of PHP, APCu, and igbinary are you running?

I'm using igbinary as the serializer for APCu without issue (so far) in all my local test environments - with basically zero traffic though.

While I haven't seen any blatant increase in CPU cycles myself I will definitely keep a closer eye on this now that you've mentioned it - especially during load testing.

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

No branches or pull requests

2 participants