fbpx

Performance-friendly WordPress updates


by Danila Vershinin, May 31, 2021

DIY Automatic updates won’t kill your cache while providing convenience of latest WordPress core and its plugins

Read More...

CentOS/RHEL: Faster PHP CLI and Cron Jobs


by Danila Vershinin, May 27, 2021

How to consistently set up PHP CLI and cron runs while making benefit from file-based OPcache and no memory limit

Read More...

PHP Command-Line Interface


by Danila Vershinin, December 30, 2018

We start with the basics of what PHP command line interface is and what kind of CLI scripts there are… And going all the way towards correctly running PHP CLI scripts via cron.

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

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

Magento 2 cron jobs


by Danila Vershinin, March 19, 2017

Setup Magento 2 crontabs properly!

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 cron jobs setup


by Danila Vershinin, February 27, 2016

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