Archives
Speeding up PHP CLI applications using OpCache
Posted on April 23, 2020 Leave a Comment
I run a few PHP based applications which require background jobs, and I use the usual crond via crontab to run the jobs. PHP has an excellent feature – OpCache which can cache the compiled code in memory to speed up the web applications, where typically the PHP-FPM process is a long running process so […]