Magento 2 Performance Checklist
by Danila Vershinin, February 27, 2016
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...