How to optimize the wp-rocket WordPress plugin
by Danila Vershinin, May 31, 2022
Best FPC plugin for WordPress? The best full-page cache plugin for WordPress is actually none and using Varnish instead. Because the best FPC solution for WordPress is Varnish. Varnish Cache is very flexible, you can tell it to use the fastest cache storage, which is RAM. And this is the default. You can also tell […]
Read More...Conditional HTTP GET for WordPress
by Danila Vershinin, September 28, 2021
Speed up WordPress using conditional HTTP GET feature which allows to preserve bandwidth on repeat page loads
Read More...Performance-friendly WordPress updates
by Danila Vershinin, May 31, 2021
DIY Automatic updates won’t kill your cache while providing convenience of latest WordPress core and its plugins
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...Best practice secure WordPress NGINX configuration for Plesk
by Danila Vershinin, September 18, 2020
WordPress Security WordPress is the most popular CMS for running a website. As such, it is the target for all kinds of malicious bots. The most effective way of reducing security risks associated with WordPress is the proper server configuration. Secure WordPress NGINX configuration must be built on the assumption that any unknown script is […]
Read More...Best practice secure NGINX configuration for WordPress
by Danila Vershinin, September 5, 2020
We review and approach to secure NGINX configuration for WordPress prevents launching malicious scripts and only allows core and plugin files execution
Read More...How to log and fix slow PHP requests
by Danila Vershinin, June 5, 2020
How to troubleshot slow PHP requests using PHP-FPM slow log facility. Common reasons for a slow PHP request and ways to fix it
Read More...NGINX: try_files is evil too
by Danila Vershinin, February 18, 2020
The if directive in NGINX is evil. How about try_files?
Read More...Mailpoet Cron
by Danila Vershinin, May 7, 2018
Fix that crazy Mailpoet plugin to use *real* Linux cron jobs and not their custom cron solution
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...