开发者 | alx359 |
---|---|
更新时间 | 2024年1月29日 23:36 |
Since version 1.8, the history queries are cached via transients, which dramatically improves speed and lowers DB calls during the display of the Orders and Users screens. The trade-off though is that the Orders history column information might be at times inaccurate, as is now rebuilt with some delay of up to 1 hour. If that's an issue to you, the Bulk action -> Rebuild history cache
allows updating the history cache manually.
Additionally, filter oshwoo_cache_ttl
, (goes into functions.php
), can help control the baseline of how long the cache stays fresh before going stale and rebuilding itself (default is 1h). Example usage: add_filter( 'oshwoo_cache_ttl', function(){ return 0.5; });
Order Status History for WooCommerce enhances the Orders & Users screens. It can bring some useful customer historical data in a graphically intuitive way. Targeted toward Shop Managers in their daily decision-making and order fulfillment tasks.
There's no 'Pro' version, nor a planned one. Everything works with no limitations, completely free of charge. No strings attached.
Yes, it's supported in the WP forums, when time permits.
Wish to thank the Woocommerce Customers Order History plugin for becoming a motivational point to write this one from the ground up, with the hope of offering a better alternative in various aspects that felt lacking, according to this author.
oshwoo_cache_ttl
, (goes into functions.php
), can help control the baseline of how long the cache stays fresh before going stale and rebuilding itself (default is 1h)