DIY মিডিয়া হোম লোগো

আপনার নিজের হোম থিয়েটার এবং হাই ফাই সেটআপ নকশা ও নির্মাণের জন্য চূড়ান্ত সাইট.

0ওয়ার্ডপ্রেস লোগো3 WP-CRON ম্যানুয়ালি চালানোর উপায়

I’ve recently been look­ing at how best to run wp-cron manu­ally from the sys­tem to avoid a per­form­ance hit when a vis­it­or loads the site. আমি এখনও অবধি খুঁজে পেয়েছি 3 dif­fer­ent ways to run this. অন্যরাও থাকতে পারে.

I make no com­ment on the advant­ages or dis­ad­vant­ages of each yet, because I simply don’t know well enough to be in a pos­i­tion to make recommendations…

  • wget -q -O - HTTPS://yourdomain.tld / WP-cron.php?doing_wp_cron >/dev/null 2>&1
  • wp cron event run --due-now --path='/path/to/wordpress/'
  • php /path/to/wordpress/wp-cron.php >/dev/null 2>&1

উত্তর দিন