Is there a downside of using wp_defer_term_counting?
I have a WordPress database with over 2 million posts. Whenever I insert a new post I have to call wp_set_object_terms which takes over two seconds to execute. I came across this post that recommends calling wp_defer_term_counting to skip the term counting.