fbpx

Accelerate WordPress with Varnish Cache


by Danila Vershinin, March 18, 2023

Learn how to accelerate your WordPress site with Varnish and NGINX on RedHat-based systems. This article covers the steps for installing and configuring Varnish, setting up NGINX as a TLS terminator, and using the Proxy Cache Purge plugin to automatically invalidate cached pages. Speed up your site and improve the user experience with this powerful caching solution.

Read More...

WordPress Security Checklist


by Danila Vershinin, September 7, 2022

Secure your WordPress installation with this security checklist from changing wp-content URLs to a secure NGINX configuration

Read More...

Improving WordPress database performance with cleanup and maintenance


by Danila Vershinin, September 4, 2022

Improve MySQL database performance for WordPress by adding high-performance keys and other maintenance tasks.

Read More...

WP Super Cache NGINX Configuration


by Danila Vershinin, August 17, 2022

Correctly configuring NGINX for WP Super Cache plugin is not a trivial task. But we make it easy for you with this NGINX snippet.

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...

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...

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...

CDN for WordPress


by Danila Vershinin, October 5, 2017

CDN for Wordpress. Do you need one? Yes, you do!

Read More...

WordPress Static Files Cookieless Domain with Nginx


by Danila Vershinin, October 3, 2017

Configure cookieless domain for Wordpress static files in nginx

Read More...

PHP and HTTP caching


by Danila Vershinin, September 16, 2017

I figure there isn’t much all-in-one information on the subject and this will be a constant draft with my findings. PHP 7 and caching headers PHP itself alters Cache-Control headers only when all conditions are true at the same time during request: session_start() has been called session.cache_limiter has default value of nocache It adds 3 […]

Read More...