Plugin Author
javmah
(@javmah)
Thanks for raising this issue, WordPress didn’t provide the user Previous data to the order table column Hook that’s why we have to run a query. it slows the admin user order page that’s why we use caching to solve this problem. This slowness only affects the admin woocommerce order page only. caching improves the performance, but you can turn that off too. best regards
Thank you! So to confirm, it is ok for me to change autoload from yes to no on wcchpo_orderCacheData in wp_options. I’m ok with a slow orders screen, I just don’t want to break the plugin.