Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author David Anderson

    (@davidanderson)

    Is the ‘autoload’ value not set on that option key name in the options table? It is by default, and on the sites I’ve checked.

    David

    Thread Starter Kai2810

    (@kai2810)

    Where is this autoload value settings? I dont see it in the UpdraftPlus settings.

    Plugin Contributor DNutbourne

    (@dnutbourne)

    Hi,

    Apologies for the delay.

    Could you check your options table in the database, and search for the ‘updraft_central_localkeys’ option? This entry should have a column labelled ‘autoload’.
    What is this set to?

    Thread Starter Kai2810

    (@kai2810)

    Hi,

    Thanks for responding. I assume you mean the wp_options table? I searched through it, there are numerous updraft option_name entries, but no ‘updraft_central_localkeys’ entries found.

    Not sure if I’m searching using the correct SQL

    SELECT *
    FROM wp_options
    WHERE option_name LIKE ‘%updraft%’

    Please advise.

    Plugin Author David Anderson

    (@davidanderson)

    Ah, I see. Because the option doesn’t yet exist (if you’re not using the associated feature), hence it doesn’t get autoloaded by WP, hence the consequent query.

    I’ve made a tweak to our development version (and hence, next release) to optimise away this query when fetching pages.

    David

    Thread Starter Kai2810

    (@kai2810)

    Thanks David!

    Looking forward to the fix.

    More about Autoload. Optimization, cleanup & etc. – https://kinsta.com/knowledgebase/wp-options-autoloaded-data/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Why is updraft loaded on my Woocommerce product page?’ is closed to new replies.