Optimize NGINX for High-Performance PHP Websites
by Danila Vershinin, December 19, 2023
How to tune NGINX for high-performance PHP websites. In this post, I am going to give you tips on efficient tuning of PHP-FPM pool directives
Read More...CentOS/RHEL: Faster PHP CLI and Cron Jobs
by Danila Vershinin, May 27, 2021
How to consistently set up PHP CLI and cron runs while making benefit from file-based OPcache and no memory limit
Read More...Speed up WordPress with Persistent Object Cache powered by latest Redis
by Danila Vershinin, October 25, 2020
Greatly increase your WordPress performance with Persistent Object Cache powered by Redis. Make wp-admin as fast as possible!
Read More...NGINX and PHP-FPM. What my permissions should be?
by Danila Vershinin, July 13, 2020
Proper file permissions and ownership model for NGINX / PHP-FPM powered websites. The secure chmod and shown setup
Read More...How to install ngx_php7 NGINX module in CentOS/RHEL 7
by Danila Vershinin, February 3, 2019
How to use PHP in your NGINX configuration
Read More...PHP Command-Line Interface
by Danila Vershinin, December 30, 2018
We start with the basics of what PHP command line interface is and what kind of CLI scripts there are… And going all the way towards correctly running PHP CLI scripts via cron.
Read More...Cleanup PHP Sessions like a PRO
by Danila Vershinin, December 17, 2018
How to cleanup PHP sessions in a performance friendly way. Simple and efficient approach to delete stale PHP session files
Read More...Linux Huge Pages and Web Performance
by Danila Vershinin, May 9, 2018
Squeeze out more performance juice out of that Linux by using Huge Pages memory management.
Read More...PHP Security: disable error_reporting() NOW
by Danila Vershinin, April 9, 2018
Disable php error_reporting() function to secure your server from malware and bad coders pushing junk to it.
Read More...Add $_SERVER[‘REDIRECT_URL’] to nginx.
by Danila Vershinin, March 28, 2018
Here’s how to turn your nginx into a little bit of Apache by having nginx set and make use of $_SERVER[‘REDIRECT_URL’].
Read More...