PHP Opcache Explained by Julien Pauli (video from PHP UK Conference 2014)
The title says it all. A VERY deep explanation on how OpCache works. If you never heard of this excellent technology: It’s the new native caching system in PHP 5.5 that doesn’t recompile PHP code if not needed, which usually results in massive performance gains / load drops.