Conversation
Notices
-
@ceruleanspark Know of a way to make PHP-FPM with mod_fastcgi work even better?
Saturday, 21-Dec-13 14:55:21 UTC from web-
@mrdragon APC or Zend Opcache. (Zend's opcache is faster, but incompatible with suhosin if you're using it. It also requires php 5.4 or better to work properly) Memcached should be installed already but if it isn't, do that.
Saturday, 21-Dec-13 21:47:35 UTC from web
-