• We have a very high traffic website. Looking at the wp_options table this plugin has the option wcchpo_orderCacheData set to autoload. That option for this plugin is the largest in all options set to autoload. Does this plugin needed to be autoloaded on all pages through wp_options or can we turn that off?

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter joker2040

    (@joker2040)

    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.

    Plugin Author javmah

    (@javmah)

    ok

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Optimize Plugin’ is closed to new replies.