Wordpress wp_update_plugins运行每个请求

I have a Wordpress site that checks plugins for available update on every request as long as admin is logged in.

The task suppose to run on wp_update_plugins during WP_CRON but it runs synchronously on each request. It adds almost 10 seconds to admin requests. Wordpress version is 5.2.2

Anyone know what may be causing the problem?