fbpx

Magento 1.9 Performance Checklist


by Danila Vershinin, July 1, 2016

Magento 1.9 performance checklist describes all the steps you need to take for a fast and well maintained Magento store.

Read More...

Magento Multistore Apache: SetEnvIf doesn’t work as expected (prepends REDIRECT_)


by Danila Vershinin,

Solution to problem setting up multiple Magento stores using .htaccess

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

Magento 1.x backup script


by Danila Vershinin, February 28, 2016

Simple bash script to make backups of Magento 1 store

Read More...

Optimize images of your website manually


by Danila Vershinin, February 27, 2016

Optimize website images with a bunch of tools: Jpegoptim, Optipng and PngQuant

Read More...

Magento 2 Performance Checklist


by Danila Vershinin,

Basic requirements to have excellent Magento 2 performance: PHP 7, Varnish and Percona MySQL

Read More...

Magento 1.x cron jobs setup


by Danila Vershinin,

Magento cron jobs Make sure to setup Magento cron jobs properly: */2 * * * * /bin/sh /var/www/html/cron.sh cron.php -m=default */2 * * * * /bin/sh /var/www/html/cron.sh cron.php -m=always Add the lines above to the crontab of the user that is running your Magento site. It is important to run Magento cron jobs via cron.sh […]

Read More...