• Resolved Mati

    (@mattheus)


    Hello Kadence Team,

    I am using the Kadence WooCommerce Email Designer plugin and working on optimizing my WordPress database performance. While reviewing autoloaded options, I noticed that kt_woomail is set with autoload = ‘yes’ in the wp_options table.

    Since WooCommerce emails are not required on every page load, it would be more efficient to set this option to autoload = ‘no’, ensuring it only loads when needed. This could improve performance, especially for larger WooCommerce stores.

    Additionally, I noticed that the kt_woomail option is quite large in size (over 8 KB in my database). Disabling autoload for this option could help reduce unnecessary memory usage and improve query efficiency.

    My questions:

    • Would it be possible to update the plugin so that kt_woomail is no longer autoloaded?
    • Is there a specific reason why this option currently requires autoload?

    I appreciate your time and consideration and would love to hear your thoughts on this possible optimization.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Eze

    (@chieze)

    Hi there,

    The kt_woomail option is not explicitly set to autoload = ‘yes’ by our plugin. The default behaviour for autoload is typically determined by WordPress, and it appears that in your case, this option was set to autoload = ‘yes’ at some point.

    Our team confirmed that the plugin does not force this option to autoload, and it should ideally follow WordPress’s default behaviour (which is typically ‘auto’).

    You can directly modify the wp_options table in your database using phpMyAdmin.

    Please let us know how we can help further.

    Cheers,
    Eze

    Plugin Support karlalevelup

    (@karlalevelup)

    Hi there!

    We haven’t heard back from you in a while. I’ll go ahead and mark this topic as resolved.

    Don’t hesitate to open a new one if we can help you with anything else.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Subject: Request to Disable Autoload for kt_woomail in Database’ is closed to new replies.