Skip to main content

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 HTTP Caching: Complete Guide to Cache-Control Headers


by Danila Vershinin, September 16, 2017

Understanding PHP HTTP caching is essential for building fast, scalable web applications. PHP’s session handling automatically sends cache-related headers that can interfere with your caching strategy, while frameworks like WordPress add their own layer of complexity. This guide covers everything you need to know about PHP HTTP caching in PHP 8.x and how to properly […]

Read More...

How to Reset WordPress Password


by Danila Vershinin, August 8, 2017

How to reset Wordpress password easily. Use either SQL queries in Phpmyadmin or MySQL terminal. Or use the excellent WP-CLI command line utility

Read More...

Change WordPress Site URL


by Danila Vershinin, April 10, 2017

Change the Wordpress site URL using WP-CLI and command-line tools. Make it simple.

Read More...

My WordPress is slow. Quick sanity check


by Danila Vershinin, March 19, 2017

Experiencing slow loading times with your WordPress site? Discover the root causes and implement our expert recommendations to significantly boost your site’s performance today.

Read More...

Optimize slow MySQL queries


by Danila Vershinin, March 15, 2017

Let’s optimise slow MySQL queries on Citrus (or other Percona MySQL) powered servers.

Read More...

WP-CLI for working with WordPress


by Danila Vershinin, August 9, 2016

Let’s work with Wordpress on the command line: install Wordpress, change website URL without any third party plugins

Read More...

Speed up WordPress with AMP


by Danila Vershinin, August 8, 2016

There are many ways to speed up your WordPress website. One of the latest technologies that Google brought for faster websites rendering is called AMP (Accelerated Mobile Pages). WordPress can leverage this technology using WordPress AMP plugin. WordPress AMP plugin There’s a bunch of AMP plugins for WordPress. It is most safe to use the […]

Read More...

WordPress Performance Checklist


by Danila Vershinin, July 28, 2016

This Ultimate Wordpress Performance Checklist is your one stop to reaching high performance blogging experience

Read More...

Varnish and JetPack: “Error 503 Backend fetch failed” in WordPress


by Danila Vershinin, June 24, 2016

Varnish and Jetpack in Wordpress may be tricky to setup properly, but it doesn’t need to be that way. Let’s tune things up and make things happen to work well together 🙂

Read More...