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
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...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...Magento WordPress Multisite Nginx Integration by Fishpig
by Danila Vershinin, June 23, 2016
Boost your multiple store Magento shop SEO by adding Wordpress blogs to it and integrate these nicely
Read More...WordPress Cron Optimization
by Danila Vershinin, June 13, 2016
Make that slow Wordpress cron fast again by having it run with real Linux cron service
Read More...