Opcache with Drupal
OPcache is an opcode cache for PHP. It is bundled with PHP 5.5.0 and later.
The following settings work really well with Drupal. For Ubunti 14.04 , these following file can be modified to incorporate the changes
Configuration:
/etc/php5/apache2/php.iniConfiguration:
opcache.enable=1
opcache.memory_consumption=256
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1