Artisan commands for PHP OPcache
"Every time you execute a PHP script, the script needs to be compiled to byte code. OPcache leverages a cache for this bytecode, so the next time the same script is requested, it doesn’t have to recompile it. This can save some precious execution time, and thus make your app faster (and maybe save some server costs)."
Read more: Make your Laravel App fly with PHP OPcache
Appstract