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...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
No. Not my Wordpress. Your Wordpress site is slow. Read this to learn why.
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...