Alternative PHP Cache is a free, open source framework that caches the output of the PHP bytecode compiler in shared memory.
Questions tagged [alternative-php-cache]
128 questions
0
votes
1 answer
Determinate witch Php cache system is currently used
How can i find what php cache system is used by my server (APC/opcache/Zend...) ?
If I run this command line, i've no information :
php -v
PHP 5.4.45-0+deb7u5 (cli) (built: Aug 30 2016 20:15:34)
Copyright (c) 1997-2014 The PHP Group
Zend Engine…

NicoMinsk
- 125
- 8
0
votes
0 answers
Wordpress on Nginx+php5-fpm+varnish+APC high CPU and memory usage
After days of debugging and tweaking around with settings, I'm getting exhausted & unable to find a solution. Kindly guide.
I've the following server on DigitalOcean:
64GB Memory
8 Core processor
200GB SSD drive
And I'm running a single Wordpress…

LittleLebowski
- 111
- 4
0
votes
0 answers
E: Unable to locate package php5-apcu
trying to install APCu on Ubuntu:
apt-get install php5-apcu
Getting an error:
E: Unable to locate package php5-apcu
Following someone's suggestion I added:
deb http://packages.dotdeb.org wheezy-php55 all
deb-src http://packages.dotdeb.org…

VladaP
- 1
- 2
0
votes
0 answers
PHP APC cause server crash on Prestashop 1.6
I run Prestashop 1.6.0.9 on a Debian Wheezy dedicated server with Apache2 and PHP 5.4 with APC and 32Gb of memory on the server.
The shop perfectly run without using APC, but when I enable this little guy, after 2-3 hours, I have this…

Xavier
- 1
0
votes
1 answer
APC cache is enabled but not caching anything
I am trying to enable APC in a server running Ubuntu 14.04
APC seems to be correctly enabled since when I run this command:
sudo php -i | grep "apc"
The terminal returns that:
apc
apcu
apc.coredump_unmap => Off => Off
apc.enable_cli => Off =>…

118218
- 121
- 1
- 9
0
votes
2 answers
Can zend opcode cache and APC cache run together on same server?
I am on a dedicated server - running multiple portals in respective virtual directories. Some of the previously loaded websites are using Zend opcode cache. While my new commerce portal uses an APC based cache and I have migrated this website to the…

Satyadeo Kumar
- 1
- 1
- 4
0
votes
2 answers
APC file cache not working properly getting internal server error 500
I am having some problem with APC working properly. File cache always shows Hits = 1 and misses keep increasing, but at the same time, the cached file entries show some numbers in hundreds over some time.
User cache entries shows to be working…

Satyadeo Kumar
- 1
- 1
- 4
0
votes
0 answers
APC Cache files expire Issue with FastCgi
we have properly installed APC cache on our WHM based server, we have set to expire each file in few hours, but all cached file lost in few seconds.
Our APC Settings:
apc.cache_by_default 1
apc.canonicalize 1
apc.coredump_unmap …

user1218948
- 101
- 1
0
votes
1 answer
APC Memory Pool and Apache Problems
i have a problem with my APC and Apache.
Since i have been installed APC on my VPS, i face to many problems. Here is one of them.
My Apache keeps falling down, server port :80 is available, but its giving me error message.
My…

Seik
- 73
- 2
- 6
0
votes
2 answers
Wordpress (using varnish + apc + w3tc): Do the statistics get updated when the data is being retrieved from the cache?
If the data is served to the client from the varnish cache, does it still get registered as a hit in the statistics (could be derived from nginx logs or might be google analytics)? I believe if the apc doesn't affect the statistics as it caches only…

aste123
- 121
- 1
- 4
0
votes
1 answer
How to enable PHP APC with Virtualmin
Is it possible to enable PHP APC in Virtualmin? If yes, how?
(almost no information in foruns, official documentation, web, google..)
Important: (this is the reason for this question)
Virtualmin, by default, only works and integrates well with 3 PHP…

Paulo Coghi
- 598
- 2
- 11
- 22
0
votes
1 answer
Slow I/O due to APC
I have a vps running Ubuntu 10.04 with nginx as my webserver. I use APC for php caching and I noticed my server is doing lots of disk queries which resulted me having slower I/O. I have about +50 sites running on my vps and all are running…

Ruriko
- 105
- 1
- 4
0
votes
1 answer
Cent OS - MySQL Daemon failed to start
I'm running AWS micro instance with 0.615 GB Memory.
I have APC running on it with 35 MB size max as default.
Now I have restarted mysqld and it wont start. It has just stopped. I really need to get this up and running now. Its highly urgent for…

urgent
- 3
- 3
0
votes
1 answer
PHP Opcode cache that can detect identical files
I am currently using APC with PHP FPM to cache a few hundred Wordpress sites.
With a 2gig cache everything works well but it isn't terribly efficient and the cache is always maxed out.
If I have 200 Wordpress sites all on the same server all with…

Nick
- 287
- 1
- 10
0
votes
2 answers
Unable to install PHP5-APC
When trying to install php5-apc, getting this error :
root@x-fr-1:/etc/apt# apt-get install php5-apc
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
php5-apc
0…

oliviermis
- 3
- 2