fbpx

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

Huge Magento database and cleaning it


by Danila Vershinin, June 22, 2017

Cleanup huge Magento database with one quick SQL query or do it regularly via cron.

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

Turpentine is not a Full Page Cache


by Danila Vershinin, April 8, 2017

Magento 1.9.x and Varnish are just not compatible. Here is what I have to say about the only plugin out there for implementing Varnish support – Turpentine.

Read More...

Magento 1.x multi store NGINX configuration


by Danila Vershinin, March 29, 2017

Setup multiple websites under single Magento installation. Quick, easy read for proper configuration

Read More...

Protect Magento 1.x admin in Nginx setup


by Danila Vershinin, March 19, 2017

Protect Magento 1.x administrator interface and Wordpress administrator interface to fight hackers trying to steal credit card data

Read More...

My WordPress is slow. Quick sanity check


by Danila Vershinin,

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

Magento 2 cron jobs


by Danila Vershinin,

Setup Magento 2 crontabs properly!

Read More...

GIT Protect your Magento store


by Danila Vershinin,

Secure your Magento with git and simple cron tasks to receive early notifications of when your store has been hacked. Allows you to act early after intrusion.

Read More...