The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
230 views

Does APC really improve performance with PHP 5.3+

According to a Linux Adminstrator over at Hostgator: With PHP 5.3 having APC installed is not needed as PHP 5.3 already has improvements that APC does resolve in it. Is that statement actually ...
0
votes
1answer
98 views

A web server or caching proxy to cache php completely as html?

My Server's load and mysql usage are higher than usual and recently I see about 350 processes for each HTTPd and mysqld. Is there a web server or caching proxy to cache PHP as HTML?
3
votes
1answer
292 views

APC and “apc.gc_ttl” :: How Low is Too Low?

I currently have my apc.gc_ttl set to 600 to help keep fragmentation down. Since apc.gc_ttl just sets the time on cache for garbage collection, I don't see any harm in keeping it this low. However, ...
4
votes
4answers
1k views

Apc, xcache or eAccelerator? What should I use for Wordpress? [closed]

Im trying to configure a server for a Wordpress site. What should I use for opcode caching? Apc, xcache or eAccelerator?
0
votes
1answer
421 views

APC keeps flushing

See my APC here: http://www.animefushigi.com/apc.php If you keep hitting the Refresh button on the top left, watch the number of "Hits" and the "Start Time" and "Uptime" values. They all go up and ...
0
votes
1answer
291 views

Install APC/eaccelerator and Memcached php-extensions on shared hosting

let's say I want to improve my application's performances.And I want to use an Opcode cache tool such as APC or eaccelerator and apply variable caching using Memcached. Let's say then I'm a beginner ...
0
votes
2answers
624 views

Disable APC Cache for cached files?

I have a quite large website, in which there is a forum powered by phpBB. I have APC enabled with 1Gb of RAM. phpBB generates a lot of php files of cache (60 000-70 000 in my case), and they rapidly ...
0
votes
2answers
242 views

Apache 2.2, PHP5 and APC

I read, that APC causes Apache to throw Segmentation faults. Is this error still valid? I'm asking because we have a web application (PHP) that is used at a local fair and currently has a lot of ...