重い処理にはキャッシュ。ということで、MemcachedをZend framworkで使用してみた。まずは、Zend frameworkのパッケージphp-ZendFrameworkでは、入らなかったのでインストールから。 # yum install --enablerepo=remi php-ZendFramework-Cache-Backend-Memcached # /etc/init.d/httpd restart apacheのリスタートをしないと、下記のようなエラーが出てハマる。 PHP Fatal error: Uncaught exception 'Zend_Cache_Exception' with message 'The memcache extension must be loaded for using this backend !' PHPでのキャッシュはフロン