Y
Hacker News
new
|
ask
|
show
|
jobs
by
pierre_massat
4037 days ago
I think people are saying APC is dead because another opcode cache was included in PHP 5.5 and APC has not seen a release since 2012.
https://en.wikipedia.org/wiki/List_of_PHP_accelerators#Alter...
http://pecl.php.net/package/apc
2 comments
erik_p
4037 days ago
There is still a need for a ucache (in addition to built in opcode cache)... although a lot of high traffic WP sites are turning to redis over memcache for this.
link
justindocanto
4037 days ago
Ah gotcha. The ol' "it's old so it must be dead" way of thinking. That makes sense. Thanks.
link