lightweight-term-count-update
lightweight-term-count-update copied to clipboard
Makes term count updates less painful
On some very large sites, we've had issues with heavy queries due to counting even if those queries are offloaded to cron. One example is a site with lots of...
Hello, I was wondering if you could publish this on [packagist](https://packagist.org/) please? Thank you!
This would be a nice fallback fixer if a bug gets discovered down-the-road and reveals that term counts are now wrong.
Test that attachment limit is honoured and that ltcu_alternate_transtion_post_status is called appropriately
From #2 ([direct link to PR comment](https://github.com/Automattic/lightweight-term-count-update/pull/2#discussion_r108429086)): > > This returns only latest 10 attachments. I'm not sure whether setting the `posts_per_page` should be set to `-1` or whether we...
From #2 ([direct link to comment](https://github.com/Automattic/lightweight-term-count-update/pull/2#discussion_r108465245)): > I like the idea and it seems to be working fine. I'm just not sure whether we should not check whether the counting...