• Resolved jjantunen

    (@jjantunen)


    My website in having some strange action in the mariadb.
    Disabling addons and changing the theme has no effect on the problem.

    This is one of the sections that comes up several times a second. There are others too when it finds images to batch or ones with a different payload in the end than the image batch thing.

    The problem is that these query packets amount into a wopping

      900 queries per second

    constantly. The server is running really hot.

    I tried replicating it on a staging server to test it out in a more deep manner but i am unable to replicate this.

    Does anyone know what could be causing this. This happens when all the addons except woocommerce are disabled and theme is set to unedited StoreFront. Its worse when all the addons are enabled as they make their own actions adding to this.

    Section of the troublesome sql:

    140371 Connect	shopname@localhost on  using Socket
    140371 Query	SET NAMES utf8mb4
    140371 Query	SET NAMES 'utf8mb4' COLLATE 'utf8mb4_unicode_ci'
    140371 Query	SELECT @@SESSION.sql_mode
    140371 Query	SET SESSION sql_mode='ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'
    140371 Init DB	shopname
    140371 Query	SELECT * FROM wp_posts WHERE ID = 7 LIMIT 1
    140371 Query	SELECT post_status, COUNT( * ) AS num_posts FROM wp_posts WHERE post_type = 'product' GROUP BY post_status
    140371 Query	SELECT autoload FROM wp_options WHERE option_name = 'woocommerce_admin_notice_redirect_download_method'
    140371 Query	SELECT autoload FROM wp_options WHERE option_name = 'woocommerce_admin_notice_redirect_download_method'
    140371 Query	SELECT note_id FROM wp_wc_admin_notes WHERE type = 'survey' ORDER BY note_id ASC
    140371 Query	SELECT * FROM wp_wc_admin_notes WHERE note_id = 14 LIMIT 1
    140371 Query	SELECT action_id, name, label, query, status, actioned_text, nonce_action, nonce_name FROM wp_wc_admin_note_actions WHERE note_id = 14
    140371 Query	SELECT * FROM wp_wc_admin_notes WHERE note_id = 42 LIMIT 1
    140371 Query	SELECT action_id, name, label, query, status, actioned_text, nonce_action, nonce_name FROM wp_wc_admin_note_actions WHERE note_id = 42
    140371 Query	SELECT * FROM wp_wc_admin_notes WHERE note_id = 89 LIMIT 1
    140371 Query	SELECT action_id, name, label, query, status, actioned_text, nonce_action, nonce_name FROM wp_wc_admin_note_actions WHERE note_id = 89
    140371 Query	SELECT * FROM wp_wc_admin_notes WHERE note_id = 92 LIMIT 1
    140371 Query	SELECT action_id, name, label, query, status, actioned_text, nonce_action, nonce_name FROM wp_wc_admin_note_actions WHERE note_id = 92
    140371 Query	SELECT * FROM wp_wc_admin_notes WHERE note_id = 93 LIMIT 1
    140371 Query	SELECT action_id, name, label, query, status, actioned_text, nonce_action, nonce_name FROM wp_wc_admin_note_actions WHERE note_id = 93
    140371 Query	SELECT * FROM wp_wc_admin_notes WHERE note_id = 113 LIMIT 1
    140371 Query	SELECT action_id, name, label, query, status, actioned_text, nonce_action, nonce_name FROM wp_wc_admin_note_actions WHERE note_id = 113
    140371 Query	SELECT * FROM wp_wc_admin_notes WHERE note_id = 114 LIMIT 1
    140371 Query	SELECT action_id, name, label, query, status, actioned_text, nonce_action, nonce_name FROM wp_wc_admin_note_actions WHERE note_id = 114
    140371 Query	SELECT * FROM wp_wc_admin_notes WHERE note_id = 115 LIMIT 1
    140371 Query	SELECT action_id, name, label, query, status, actioned_text, nonce_action, nonce_name FROM wp_wc_admin_note_actions WHERE note_id = 115
    140371 Query	SELECT note_id FROM wp_wc_admin_notes WHERE name = 'wc-admin-wc-helper-connection' ORDER BY note_id ASC
    140371 Query	SELECT note_id FROM wp_wc_admin_notes WHERE name = 'surface_cart_checkout' ORDER BY note_id ASC
    140371 Query	SELECT a.action_id FROM wp_actionscheduler_actions a WHERE 1=1 AND a.hook='woocommerce_cleanup_draft_orders' AND a.status IN ('in-progress') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1
    140371 Query	SELECT a.action_id FROM wp_actionscheduler_actions a WHERE 1=1 AND a.hook='woocommerce_cleanup_draft_orders' AND a.status IN ('pending') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1
    140371 Query	SELECT a.*, g.slug AS <code>group</code> FROM wp_actionscheduler_actions a LEFT JOIN wp_actionscheduler_groups g ON a.group_id=g.group_id WHERE a.action_id=129186
    140371 Query	SELECT COUNT(*) FROM wp_options WHERE option_name LIKE 'wp\\_1\\_wc\\_regenerate\\_images\\_batch\\_%'
    140371 Quit

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @jjantunen

    I understand that your server is getting overloaded with over 9000 queries every second.

    Do you remember making any changes before the issue started such as updating or installing plugin(s)?

    Which version of MariaDB is in use? Was it updated recently?

    Can you please check if any of the solutions presented in this thread help in your case? https://stackoverflow.com/questions/44027926/update-xampp-from-maria-db-10-1-to-10-2

    For your reference, here are the Server Requirements recommended.

    Please share a copy of your site’s System Status so we can get a better idea of your setup. You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.

    In addition, please navigate to WooCommerce > Status > Logs and from the dropdown on the right side, please see if there are any logs starting with the words fatal-error. Please let us know what you find.

    Thread Starter jjantunen

    (@jjantunen)

    As for the server being updated. It is a new server that was first created in may of 2022. And its been build since then. After the launch at 8.8.2022 the problem was first discovered and many components have been updated since. So i have no idea when the problem actually has started. The server only started showing symptoms that something was wrong after our customers rushed in to check the new shop.

    MariaDB is 10.7.3 so its been update in May this year. Apparently in Centos i have to uninstall the MariaDB to update it so i have to do it during the night. Ill get back on that later.

    PHP Version 7.4.29

    There was a fatal error with a null value at some point related to a self made function in the themes functions.php but i fixed it. There are no fatal-error logs after that.
    Normal log is throwing:

    2022-09-20T05:01:36+00:00 ERROR Failed to verify update_order_meta_pickup_point_field nonce
    2022-09-20T10:45:43+00:00 ERROR Failed to verify update_order_meta_pickup_point_field nonce
    2022-09-20T13:00:03+00:00 ERROR Failed to verify update_order_meta_pickup_point_field nonce
    2022-09-20T14:18:28+00:00 ERROR Failed to verify update_order_meta_pickup_point_field nonce
    2022-09-20T14:25:15+00:00 ERROR Failed to verify update_order_meta_pickup_point_field nonce
    2022-09-20T14:35:28+00:00 ERROR Failed to verify update_order_meta_pickup_point_field nonce
    2022-09-20T16:30:00+00:00 ERROR Failed to verify update_order_meta_pickup_point_field nonce
    2022-09-20T19:27:03+00:00 ERROR Failed to verify update_order_meta_pickup_point_field nonce

    The status report:

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://moposport.fi
    Site address (URL): https://moposport.fi
    WC Version: 6.8.2
    REST API Version: ✔ 6.8.2
    WC Blocks Version: ✔ 8.0.0
    Action Scheduler Version: ✔ 3.4.0
    Log Directory Writable: ✔
    WP Version: 6.0.2
    WP Multisite: –
    WP Memory Limit: 512 Mt
    WP Debug Mode: –
    WP Cron: ✔
    Language: fi
    External object cache: ✔
    
    ### Server Environment ###
    
    Server Info: nginx/1.21.6
    PHP Version: 7.4.29
    PHP Post Max Size: 512 Mt
    PHP Time Limit: 300
    PHP Max Input Vars: 4000
    cURL Version: 7.61.1
    OpenSSL/1.1.1k
    
    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.7.3-MariaDB
    Max Upload Size: 512 Mt
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ❌ Palvelimella ei ole käytössä "SoapClient-luokkaa – ne lisäosat jotka käyttävät SOAP eivät ehkä toimi odotetulla tavalla.
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 6.8.2
    WC Database Prefix: wp_
    Tietokannan kokonaiskoko: 1192.42MB
    Tietokannan tietojen koko: 817.04MB
    Tietokannan hakemiston koko: 375.38MB
    wp_woocommerce_sessions: Tiedot: 36.05MB + Indeksi: 2.02MB + Moottori InnoDB
    wp_woocommerce_api_keys: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_woocommerce_attribute_taxonomies: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_woocommerce_downloadable_product_permissions: Tiedot: 0.02MB + Indeksi: 0.06MB + Moottori InnoDB
    wp_woocommerce_order_items: Tiedot: 1.52MB + Indeksi: 0.28MB + Moottori InnoDB
    wp_woocommerce_order_itemmeta: Tiedot: 6.52MB + Indeksi: 8.03MB + Moottori InnoDB
    wp_woocommerce_tax_rates: Tiedot: 0.02MB + Indeksi: 0.06MB + Moottori InnoDB
    wp_woocommerce_tax_rate_locations: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_woocommerce_shipping_zones: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_woocommerce_shipping_zone_locations: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_woocommerce_shipping_zone_methods: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_woocommerce_payment_tokens: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_woocommerce_payment_tokenmeta: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_woocommerce_log: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_actionscheduler_actions: Tiedot: 53.58MB + Indeksi: 48.63MB + Moottori InnoDB
    wp_actionscheduler_claims: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_actionscheduler_groups: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_actionscheduler_logs: Tiedot: 32.56MB + Indeksi: 26.06MB + Moottori InnoDB
    wp_alm: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_atum_inventories: Tiedot: 4.52MB + Indeksi: 5.30MB + Moottori InnoDB
    wp_atum_inventory_locations: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_atum_inventory_meta: Tiedot: 0.02MB + Indeksi: 0.05MB + Moottori InnoDB
    wp_atum_inventory_orders: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_atum_inventory_regions: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_atum_inventory_reserved_stock: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_atum_order_itemmeta: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_atum_order_items: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_atum_product_data: Tiedot: 1.52MB + Indeksi: 1.14MB + Moottori InnoDB
    wp_berocket_termmeta: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_cli_cookie_scan: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_cli_cookie_scan_categories: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_cli_cookie_scan_cookies: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_cli_cookie_scan_url: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_cli_scripts: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_commentmeta: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_comments: Tiedot: 2.52MB + Indeksi: 1.17MB + Moottori InnoDB
    wp_dgwt_wcas_index: Tiedot: 15.55MB + Indeksi: 1.52MB + Moottori InnoDB
    wp_dgwt_wcas_invindex_cache: Tiedot: 3.52MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_dgwt_wcas_invindex_doclist: Tiedot: 41.56MB + Indeksi: 45.11MB + Moottori InnoDB
    wp_dgwt_wcas_invindex_wordlist: Tiedot: 8.52MB + Indeksi: 7.50MB + Moottori InnoDB
    wp_dgwt_wcas_stats: Tiedot: 3.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_dgwt_wcas_tax_index: Tiedot: 2.52MB + Indeksi: 0.44MB + Moottori InnoDB
    wp_dgwt_wcas_var_index: Tiedot: 0.02MB + Indeksi: 0.06MB + Moottori InnoDB
    wp_e_submissions: Tiedot: 0.02MB + Indeksi: 0.27MB + Moottori InnoDB
    wp_e_submissions_actions_log: Tiedot: 0.02MB + Indeksi: 0.11MB + Moottori InnoDB
    wp_e_submissions_values: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_instock_email_alert: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_links: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_mailchimp_carts: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_mailchimp_jobs: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_mail_catcher_logs: Tiedot: 131.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_maksuturva_queue: Tiedot: 14.55MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_maksuturva_status_query_log: Tiedot: 1.52MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_ms_snippets: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_nextend2_image_storage: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_nextend2_section_storage: Tiedot: 0.02MB + Indeksi: 0.06MB + Moottori InnoDB
    wp_nextend2_smartslider3_generators: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_nextend2_smartslider3_sliders: Tiedot: 0.06MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_nextend2_smartslider3_sliders_xref: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_nextend2_smartslider3_slides: Tiedot: 0.08MB + Indeksi: 0.11MB + Moottori InnoDB
    wp_options: Tiedot: 20.17MB + Indeksi: 2.13MB + Moottori InnoDB
    wp_paytrail_license: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_postmeta: Tiedot: 200.78MB + Indeksi: 82.13MB + Moottori InnoDB
    wp_posts: Tiedot: 57.58MB + Indeksi: 16.97MB + Moottori InnoDB
    wp_promag_email_templates: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_promag_fields: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_promag_friends: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_promag_groups: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_promag_group_requests: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_promag_msg_conversation: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_promag_msg_threads: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_promag_notification: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_promag_paypal_log: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_promag_sections: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_responsive_menu: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_smush_dir_images: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_snippets: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_termmeta: Tiedot: 2.52MB + Indeksi: 3.03MB + Moottori InnoDB
    wp_terms: Tiedot: 2.52MB + Indeksi: 3.03MB + Moottori InnoDB
    wp_term_relationships: Tiedot: 26.36MB + Indeksi: 13.44MB + Moottori InnoDB
    wp_term_taxonomy: Tiedot: 6.52MB + Indeksi: 3.02MB + Moottori InnoDB
    wp_tm_taskmeta: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_tm_tasks: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_trp_dictionary_en_us_fi: Tiedot: 0.05MB + Indeksi: 0.05MB + Moottori InnoDB
    wp_trp_gettext_en_us: Tiedot: 1.52MB + Indeksi: 0.56MB + Moottori InnoDB
    wp_trp_gettext_fi: Tiedot: 0.08MB + Indeksi: 0.08MB + Moottori InnoDB
    wp_trp_original_meta: Tiedot: 0.02MB + Indeksi: 0.05MB + Moottori InnoDB
    wp_trp_original_strings: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_usermeta: Tiedot: 3.31MB + Indeksi: 2.97MB + Moottori InnoDB
    wp_users: Tiedot: 0.17MB + Indeksi: 0.14MB + Moottori InnoDB
    wp_wc_admin_notes: Tiedot: 0.06MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wc_admin_note_actions: Tiedot: 0.05MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wc_category_lookup: Tiedot: 2.52MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wc_customer_lookup: Tiedot: 0.39MB + Indeksi: 0.36MB + Moottori InnoDB
    wp_wc_download_log: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_wc_order_coupon_lookup: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_wc_order_product_lookup: Tiedot: 1.52MB + Indeksi: 1.00MB + Moottori InnoDB
    wp_wc_order_stats: Tiedot: 1.52MB + Indeksi: 0.56MB + Moottori InnoDB
    wp_wc_order_tax_lookup: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_wc_product_attributes_lookup: Tiedot: 23.22MB + Indeksi: 14.28MB + Moottori InnoDB
    wp_wc_product_download_directories: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wc_product_meta_lookup: Tiedot: 4.52MB + Indeksi: 11.20MB + Moottori InnoDB
    wp_wc_rate_limits: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wc_reserved_stock: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wc_tax_rate_classes: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wc_webhooks: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wfblockediplog: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wfblocks7: Tiedot: 0.02MB + Indeksi: 0.05MB + Moottori InnoDB
    wp_wfconfig: Tiedot: 0.48MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wfcrawlers: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wffilechanges: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wffilemods: Tiedot: 10.52MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wfhits: Tiedot: 0.06MB + Indeksi: 0.05MB + Moottori InnoDB
    wp_wfhoover: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wfissues: Tiedot: 0.02MB + Indeksi: 0.06MB + Moottori InnoDB
    wp_wfknownfilelist: Tiedot: 5.52MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wflivetraffichuman: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wflocs: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wflogins: Tiedot: 0.05MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_wfls_2fa_secrets: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wfls_settings: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wfnotifications: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wfpendingissues: Tiedot: 0.02MB + Indeksi: 0.06MB + Moottori InnoDB
    wp_wfreversecache: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wfsnipcache: Tiedot: 0.02MB + Indeksi: 0.05MB + Moottori InnoDB
    wp_wfstatus: Tiedot: 0.22MB + Indeksi: 0.13MB + Moottori InnoDB
    wp_wftrafficrates: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wf_sn_tests: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wpfm_backup: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wpforms_logs: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wpforms_tasks_meta: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wpf_filters: Tiedot: 0.11MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wpf_meta_data: Tiedot: 20.55MB + Indeksi: 38.58MB + Moottori InnoDB
    wp_wpf_meta_keys: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wpf_meta_values: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_wpf_meta_values_bk: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wpf_modules: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wpf_modules_type: Tiedot: 0.02MB + Indeksi: 0.00MB + Moottori InnoDB
    wp_wpf_statistics: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wpf_statistics_det: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wpf_statistics_sum: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wpf_statistics_val: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wpf_usage_stat: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_wrc_caches: Tiedot: 0.02MB + Indeksi: 0.05MB + Moottori InnoDB
    wp_wrc_relations: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_yoast_indexable: Tiedot: 55.58MB + Indeksi: 26.45MB + Moottori InnoDB
    wp_yoast_indexable_hierarchy: Tiedot: 5.47MB + Indeksi: 5.41MB + Moottori InnoDB
    wp_yoast_migrations: Tiedot: 0.02MB + Indeksi: 0.02MB + Moottori InnoDB
    wp_yoast_primary_term: Tiedot: 0.02MB + Indeksi: 0.03MB + Moottori InnoDB
    wp_yoast_seo_links: Tiedot: 0.39MB + Indeksi: 0.25MB + Moottori InnoDB
    
    ### Post Type Counts ###
    
    acf-field: 62
    acf-field-group: 7
    attachment: 33466
    br_filters_group: 1
    br_product_filter: 3
    cinza_slider: 1
    cookielawinfo: 1
    custom_css: 7
    cwginstocknotifier: 577
    eazy_flickity_slide: 2
    efw_fees: 4827
    elementor_library: 8
    et_body_layout: 3
    et_footer_layout: 1
    et_header_layout: 4
    et_pb_layout: 1
    et_template: 10
    et_theme_builder: 1
    groovy_menu_preset: 1
    language_switcher: 2
    ml-slide: 72
    ml-slider: 6
    nav_menu_item: 1086
    ocean_modal_window: 1
    oceanwp_library: 1
    oembed_cache: 1
    page: 23
    post: 11
    product: 31416
    question_answer: 4
    revision: 6532
    sa_slider: 2
    shop_coupon: 486
    shop_order: 4815
    soliloquy: 1
    wcs_ruleset: 4
    wp_global_styles: 1
    wpforms: 2
    
    ### Security ###
    
    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔
    
    ### Active Plugins (25) ###
    
    Advanced Custom Fields: Font Awesome: -- Matt Keys – 4.0.3
    Advanced Custom Fields PRO: -- Delicious Brains – 5.12.2
    Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro: -- codewoogeek – 3.0
    Classic Editor: -- WordPress Contributors – 1.6.2
    GDPR Cookie Consent: -- WebToffee – 2.1.2
    Doofinder for WooCommerce: -- doofinder – 1.5.33
    Yoast Duplicate Post: -- Enrico Battocchi & Team Yoast – 4.5
    Extra Fees for WooCommerce: -- FantasticPlugins – 2.2
    Gmail SMTP: -- naa986 – 1.2.3.2
    Klikenin Google Ads & Marketing: -- Kliken – 1.0.8
    MetaSlider: -- MetaSlider – 3.27.12
    mmenu - App look-alike menus: -- Fred Heusschen – 2.9.2
    Posti Shipping: -- Posti – 3.7.0
    WooCommerce Conditional Shipping Pro: -- Lauri Karisola / WooElements.com – 2.5.1
    WooCommerce Import Images: -- Nahuel José – 0.0.1
    Premmerce Permalink Manager for WooCommerce: -- premmerce – 2.3.7
    Product Filter by WooBeWoo: -- WooBeWoo – 2.1.9
    WooCommerce Custom Payment Gateway: -- WPRuby – 1.3.5
    Woocommerce Products Per Page: -- Jeroen Sormani – 1.2.6
    WooCommerce Shipping & Tax: -- WooCommerce – 1.26.3
    WooCommerce: -- Automattic – 6.8.2 (päivitys versioon 6.9.3 saatavilla)
    Svea Payment Gateway: -- Svea Development Oy – 2.1.6
    Woo Product Filter PRO: -- WooBeWoo – 2.1.9
    Yoast SEO: -- Yoast -tiimi – 19.6.1
    WPForms Lite: -- WPForms – 1.7.6
    
    ### Inactive Plugins (7) ###
    
    Action Scheduler: -- Automattic – 3.5.0
    Advanced Cron Manager: -- BracketSpace – 2.4.2
    FiboSearch - AJAX Search for WooCommerce (Pro): -- FiboSearch Team – 1.19.0
    Mail logging - WP Mail Catcher: -- James Ward – 2.0.5
    Show Current Template: -- JOTAKI Taisuke – 0.4.6
    Wordfence Security: -- Wordfence – 7.6.1
    WP Fastest Cache: -- Emre Vona – 1.0.5
    
    ### Dropin Plugins (1) ###
    
    object-cache.php: Memcached
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: EUR (€)
    Currency Position: right_space
    Thousand Separator: 
    Decimal Separator: ,
    Number of Decimals: 2
    Taxonomies: Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)
    
    Connected to WooCommerce.com: –
    Enforce Approved Product Download Directories: –
    
    ### WC Pages ###
    
    Kaupan polkutunnus: #96937 - /kauppa/
    Ostoskori: #79646 - /ostoskori/
    Kassa: #79648 - /kassa/
    Oma tili: #79650 - /my-account/
    Tilaus- ja sopimusehdot: ❌ Sivun tunnus/ID on asetettu
    mutta sivua ei ole
    
    ### Theme ###
    
    Name: TheMoposport
    Version: 1.0.0
    Author URL: http://www.moposport.fi
    Child Theme: ❌ – Suositus: jos muokkaat WooCommercen isäntäteemaa jota et itse ole tehnyt
    suosittelemme käyttämään lapsiteemaa. Katso: Kuinka luodaan lapsiteema
    
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Overrides: moposport/woocommerce/archive-product.php
    moposport/woocommerce/cart/cart-shipping.php
    moposport/woocommerce/cart/cart-totals.php
    moposport/woocommerce/cart/cart.php
    moposport/woocommerce/cart/cross-sells.php
    moposport/woocommerce/checkout/cart-errors.php
    moposport/woocommerce/checkout/form-billing.php
    moposport/woocommerce/checkout/form-checkout.php
    moposport/woocommerce/checkout/form-coupon.php
    moposport/woocommerce/checkout/form-login.php
    moposport/woocommerce/checkout/form-pay.php
    moposport/woocommerce/checkout/form-shipping.php
    moposport/woocommerce/checkout/order-receipt.php
    moposport/woocommerce/checkout/payment-method.php
    moposport/woocommerce/checkout/payment.php
    moposport/woocommerce/checkout/review-order.php
    moposport/woocommerce/checkout/terms.php
    moposport/woocommerce/checkout/thankyou.php
    moposport/woocommerce/content-single-product.php
    moposport/woocommerce/emails/customer-processing-order.php
    moposport/woocommerce/myaccount/form-login.php
    moposport/woocommerce/myaccount/my-account.php
    moposport/woocommerce/single-product/add-to-cart/external.php
    moposport/woocommerce/single-product/add-to-cart/grouped.php
    moposport/woocommerce/single-product/add-to-cart/simple.php
    moposport/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php
    moposport/woocommerce/single-product/add-to-cart/variation.php
    moposport/woocommerce/single-product/meta.php
    moposport/woocommerce/single-product/photoswipe.php
    moposport/woocommerce/single-product/price.php
    moposport/woocommerce/single-product/product-attributes.php
    moposport/woocommerce/single-product/product-image.php
    moposport/woocommerce/single-product/product-thumbnails.php
    moposport/woocommerce/single-product/rating.php
    moposport/woocommerce/single-product/related.php
    moposport/woocommerce/single-product/review-meta.php
    moposport/woocommerce/single-product/review-rating.php
    moposport/woocommerce/single-product/review.php
    moposport/woocommerce/single-product/sale-flash.php
    moposport/woocommerce/single-product/share.php
    moposport/woocommerce/single-product/short-description.php
    moposport/woocommerce/single-product/stock.php
    moposport/woocommerce/single-product/tabs/additional-information.php
    moposport/woocommerce/single-product/tabs/description.php
    moposport/woocommerce/single-product/tabs/tabs.php
    moposport/woocommerce/single-product/title.php
    moposport/woocommerce/single-product/up-sells.php
    moposport/woocommerce/single-product.php
    moposport/woocommerce/taxonomy-product-cat.php
    
    ### Admin ###
    
    Enabled Features: activity-panels
    analytics
    coupons
    customer-effort-score-tracks
    experimental-products-task
    experimental-import-products-task
    experimental-fashion-sample-products
    experimental-product-tour
    shipping-smart-defaults
    shipping-setting-tour
    homescreen
    marketing
    mobile-app-banner
    navigation
    onboarding
    onboarding-tasks
    remote-inbox-notifications
    remote-free-extensions
    payment-gateway-suggestions
    shipping-label-banner
    subscriptions
    store-alerts
    transient-notices
    wc-pay-promotion
    wc-pay-welcome-page
    wc-pay-subscriptions-page
    
    Disabled Features: minified-js
    settings
    
    Daily Cron: ✔ Next scheduled: 2022-09-22 06:33:46 +00:00
    Options: ✔
    Notes: 63
    Onboarding: completed
    
    ### Action Scheduler ###
    
    Peruutettu: 7
    Oldest: 2022-09-13 12:40:50 +0000
    Newest: 2022-09-20 21:58:15 +0000
    
    Valmis: 153 299
    Oldest: 2022-09-12 22:52:54 +0000
    Newest: 2022-09-21 08:00:15 +0000
    
    Epäonnistunut: 35
    Oldest: 2022-09-12 22:50:26 +0000
    Newest: 2022-09-15 08:13:26 +0000
    
    Odottaa: 8
    Oldest: 2022-09-21 08:03:19 +0000
    Newest: 2022-09-27 21:58:15 +0000
    
    ### Status report information ###
    
    Generated at: 2022-09-21 08:01:25 +00:00
    
    Saif

    (@babylon1999)

    Hello @jjantunen,

    Your WooCommerce database is not up to date, here’s a guide that can help you update it: https://woocommerce.com/document/how-to-update-woocommerce/#woocommerce-data-update-notice

    You can also check this plugin to make sure all these queries are from the WooCommerce plugin and not something else.

    Thread Starter jjantunen

    (@jjantunen)

    I found the problem using the F12 in chrome. It was a script refreshing the cart that was made by our partner who made the theme.

    Thank you for your intrest in the problem.

    It was hard to bug hunt cos the script was running on the clients machines even after i turned of the theme.

    • This reply was modified 3 years, 6 months ago by jjantunen.
    Saif

    (@babylon1999)

    Hello @jjantunen,

    Glad to hear you were able to solve it! 😃

    Also, thank you so much for sharing the solution this will benefit anyone landing on the thread in the future.

    I will go ahead and close the thread. If you have a few minutes, we’d love it if you could leave us a review: https://wordpress.org/support/plugin/woocommerce/reviews/

    Cheers!

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

The topic ‘sql running hot’ is closed to new replies.