WP-Cron - If you're using frontend caching
Tried doing what all the posts suggest
wget -O - -q -t 1 http://domain.com/wp-cron.php?doing_wp_cron=1
But....
If you've got your front end cached in Memcached then this doesn't look like it works
Better to use a POST instead then it should always go through your proxy cache without problems
curl -X POST http://domain.com/wp-cron.php?doing_wp_cron=`echo $(($(date +%s%N)/1000000))`
Written by Joe Connor
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Cron
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#