Top "Apc" questions

The Alternative PHP Cache (APC) is a free and open opcode cache for PHP.

How to clear APC cache entries?

I need to clear all APC cache entries when I deploy a new version of the site. APC.php has …

php performance caching apc
How to disable XDebug

I think that my server became slow since I installed XDebug. So, in order to test my hypothesis I want …

php xdebug apc
What is causing "Unable to allocate memory for pool" in PHP?

I've occasionally run up against a server's memory allocation limit, particularly with a bloated application like Wordpress, but never encountered "…

php caching memory apc
apc vs eaccelerator vs xcache

Im doing research on which one of these to use and I can't really find one that stands out. Eaccelerator …

php apc opcode-cache xcache eaccelerator
Memcached vs APC which one should I choose?

I read this article: http://www.mysqlperformanceblog.com/2006/09/27/apc-or-memcached/ from way back when.. I want to get the best caching …

php caching memcached apc
Is APC compatible with PHP 5.4 or PHP 5.5?

It doesn't seem like APC has been updated to coincide with the php 5.4 release (I wish they would have included …

php installation apc
How to install apcu in windows

How can I install APCu in Windows? I found this. But I need a solution for Windows. I use PHP 5.5.6 (…

php windows apc
How install apcu as php7 extension on debian

I have seen this tutorial for ubuntu. http://thereluctantdeveloper.com/2015/12/quick-and-dirty-php-70-set-up-on-ubuntu-1404-with-apcu It's not clear for me after step(…

debian apc php-7
Disable or remove apc

I installed APC on my ubuntu 11.04 linux and I want to make some performance benchmarks to see what's the speed …

php apache apc ubuntu-11.04
How to check if APC opcode cache is working fine in PHP?

I am using PHP with APC cache enabled: apc.cache_by_default => On apc.enabled => On apc.ttl =&…

php apc opcode