• Hi,

    We recently started trialing your plugin on a multisite installation which is hosted on Siteground. It’s their cloud service with 8GB Ram. Siteground support pointed to the following query as it was a major contributor to crashing all websites on the server, with the query executed over 50 times…

    Date: 2022-03-02 17:11:04 Query_time: 46.092826 Rows_examined: 0: Rows_sent 0 Lock_time: 43.996223 Query_chars: 106
    SELECT option_value FROM wp_4_options WHERE option_name = ‘kadence_blocks_recaptcha_site_key’ LIMIT 1;

    Do you know how I can prevent this query running so often?

    Thanks in advance
    Sham

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sham0i51

    (@sham0i51)

    I would also like to add that we don’t have the Form Kadence Block activated on the installation, so I’m confused as to why that query is occurring.

    Hi,

    I’m guessing there is something else going on. Can you explain more?

    “with the query executed over 50 times” – over the course of how much time?

    kadence_blocks_recaptcha_site_key is registered and can be called from inside the block editor using the rest API. It’s a really light request to pull an option from the options table and wouldn’t be something that is called more than once.

    Your issue is our Query_time there is something very wrong in your database if retrieving one setting from the options table takes 46 seconds.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Query for kadence_blocks_recaptcha_site_key crashed website’ is closed to new replies.