nginx - what's the difference PHP-FPM , Opcache and APC -


i use nginx fast cgi cache settings , it's working great read around internet opcache , apc . don't understand difference between them , fpm , why people use them when cache fpm easier adding few sentences nginx conf . use these setting reference

fastcgi_cache microcache; fastcgi_cache_key $scheme$host$request_uri$request_method; fastcgi_cache_valid 200 302 1d; fastcgi_cache_valid 400 500 504 404 1m; 

if can explain in details differences .


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -