Deprecation Notice: Direct Access to order_key Property in WooCommerce
-
Hi WooCommerce Team,
I’m seeing a deprecation notice in my logs related to direct access of the
order_key
property:
PHP Notice: The function order_key was called incorrectly. Order properties should not be accessed directly. Backtrace: … in /wp-includes/functions.php on line 6085It looks like WooCommerce is trying to access
order_key
directly instead of using$order->get_order_key()
as recommended. Could you please review this and ensure that any direct property access is updated to use the getter methods?Thank you for looking into this!
-
Hi there!
WooCommerce itself typically does not directly access properties likeorder_key
in a way that would cause this deprecation notice. Instead, WooCommerce core follows best practices by using getter methods, like$order->get_order_key()
, to access protected properties.To identify the root cause of this issue, I recommend running a conflict test. You can follow the steps outlined in this article: How to Test for Conflicts.
This process will help you determine which plugin may be causing the issue.
In the meantime, I’d like to understand your site properly. Please share with us the necessary information below for us to investigate the issue further:- System Status Report?which you can find via WooCommerce > Status > Get system report > Copy for support.
- Fatal error logs?(if any) under WooCommerce > Status > Logs.
Once we have more information, we’ll be able to assist you further.
Hi @shahzeenfarooq ,
there are not fatal errors in the logs recently. But there are differente wc logs which repeat themselves and say: “2024-11-07T10:46:36+00:00 Debug Attempted to determine the edit URL for order 0, however the order does not exist.”
The system status report is:<br>WordPress Environment<br>WordPress address (URL): https://alpenmarkt.ch<br>Site address (URL): https://alpenmarkt.ch<br>WC Version: 9.3.3<br>Legacy REST API Package Version: The Legacy REST API plugin is not installed on this site.<br>Action Scheduler Version: ? 3.8.1<br>Log Directory Writable: ?<br>WP Version: 6.6.2<br>WP Multisite: ?<br>WP Memory Limit: 512 MB<br>WP Debug Mode: ?<br>WP Cron: –<br>Language: de_DE<br>External object cache: ?<br>Server Environment<br>Server Info: LiteSpeed<br>PHP Version: 8.1.29<br>PHP Post Max Size: 32 MB<br>PHP Time Limit: 300<br>PHP Max Input Vars: 1000<br>cURL Version: 7.87.0<br>OpenSSL/1.1.1w<br>SUHOSIN Installed: –<br>MySQL Version: 10.11.9-MariaDB-cll-lve<br>Max Upload Size: 3 MB<br>Default Timezone is UTC: ?<br>fsockopen/cURL: ?<br>SoapClient: ?<br>DOMDocument: ?<br>GZip: ?<br>Multibyte String: ?<br>Remote Post: ?<br>Remote Get: ?<br>Database<br>WC Database Version: 9.3.3<br>WC Database Prefix: wp_<br>Total Database Size: 313.59MB<br>Database Data Size: 242.74MB<br>Database Index Size: 70.85MB<br>wp_woocommerce_sessions: Data: 1.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_woocommerce_order_items: Data: 0.08MB + Index: 0.09MB + Engine InnoDB<br>wp_woocommerce_order_itemmeta: Data: 0.44MB + Index: 0.38MB + Engine InnoDB<br>wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_2_litespeed_avatar: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_2_litespeed_url: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_2_litespeed_url_file: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_3_actionscheduler_actions: Data: 0.13MB + Index: 0.11MB + Engine InnoDB<br>wp_3_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_actionscheduler_logs: Data: 0.08MB + Index: 0.03MB + Engine InnoDB<br>wp_3_ac_segments: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_admin_columns: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_automatic_amazon_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_automatic_articles_keys: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_automatic_articles_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_automatic_cached: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wp_3_automatic_camps: Data: 0.08MB + Index: 0.00MB + Engine InnoDB<br>wp_3_automatic_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_automatic_clickbank_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_automatic_general: Data: 0.16MB + Index: 0.05MB + Engine InnoDB<br>wp_3_automatic_keywords: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_automatic_links: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_automatic_log: Data: 1.05MB + Index: 0.34MB + Engine InnoDB<br>wp_3_automatic_youtube_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_cmplz_cookiebanners: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_cmplz_cookies: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_cmplz_dnsmpd: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_cmplz_services: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB<br>wp_3_dokan_announcement: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_dokan_delivery_time: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_3_dokan_follow_store_followers: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_3_dokan_orders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_dokan_refund: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_dokan_reverse_withdrawal: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_3_dokan_rma_conversations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_dokan_rma_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_dokan_rma_request_product: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_dokan_seller_badge: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_dokan_seller_badge_acquired: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_3_dokan_seller_badge_level: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_dokan_shipping_tracking: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_dokan_shipping_zone_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_dokan_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_dokan_vendor_balance: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_dokan_withdraw: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_litespeed_avatar: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_litespeed_img_optming: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_3_litespeed_url: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_litespeed_url_file: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_3_options: Data: 5.42MB + Index: 0.14MB + Engine InnoDB<br>wp_3_postmeta: Data: 0.44MB + Index: 0.13MB + Engine InnoDB<br>wp_3_posts: Data: 1.47MB + Index: 0.06MB + Engine InnoDB<br>wp_3_rank_math_internal_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_rank_math_internal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_simple_history: Data: 0.27MB + Index: 0.13MB + Engine InnoDB<br>wp_3_simple_history_contexts: Data: 3.31MB + Index: 0.56MB + Engine InnoDB<br>wp_3_snippets: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_wcsc_error_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_wcsc_logs: Data: 0.41MB + Index: 0.70MB + Engine InnoDB<br>wp_3_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wp_3_wc_admin_note_actions: Data: 0.05MB + Index: 0.02MB + Engine InnoDB<br>wp_3_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_wc_orders: Data: 0.02MB + Index: 0.13MB + Engine InnoDB<br>wp_3_wc_orders_meta: Data: 0.06MB + Index: 0.11MB + Engine InnoDB<br>wp_3_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_3_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_3_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_3_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_wc_product_meta_lookup: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wp_3_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_3_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_woocommerce_order_itemmeta: Data: 0.09MB + Index: 0.11MB + Engine InnoDB<br>wp_3_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_woocommerce_sessions: Data: 1.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_3_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_3_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_3_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_wpo_wcpbn_batch_numbers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_wpo_wcpbn_shared_products: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_3_wprus_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_3_wprus_nonce: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_actionscheduler_actions: Data: 0.05MB + Index: 0.11MB + Engine InnoDB<br>wp_4_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_actionscheduler_logs: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>wp_4_ac_segments: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_admin_columns: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_automatic_amazon_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_automatic_articles_keys: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_automatic_articles_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_automatic_cached: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_automatic_camps: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_automatic_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_automatic_clickbank_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_automatic_general: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_automatic_keywords: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_automatic_links: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_automatic_log: Data: 0.09MB + Index: 0.05MB + Engine InnoDB<br>wp_4_automatic_youtube_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_cmplz_cookiebanners: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_cmplz_cookies: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_cmplz_dnsmpd: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_cmplz_services: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_comments: Data: 0.08MB + Index: 0.09MB + Engine InnoDB<br>wp_4_dms_mappings: Data: 0.00MB + Index: 0.00MB + Engine MyISAM<br>wp_4_dms_mapping_values: Data: 0.00MB + Index: 0.00MB + Engine MyISAM<br>wp_4_dokan_announcement: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_dokan_delivery_time: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_4_dokan_follow_store_followers: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_4_dokan_orders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_dokan_refund: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_dokan_request_quotes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_dokan_request_quote_details: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_dokan_request_quote_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_dokan_reverse_withdrawal: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_4_dokan_rma_conversations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_dokan_rma_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_dokan_rma_request_product: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_dokan_seller_badge: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_dokan_seller_badge_acquired: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_4_dokan_seller_badge_level: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_dokan_shipping_tracking: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_dokan_shipping_zone_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_dokan_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_dokan_vendor_balance: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_dokan_withdraw: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_litespeed_avatar: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_litespeed_img_optming: Data: 0.06MB + Index: 0.05MB + Engine InnoDB<br>wp_4_litespeed_url: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_litespeed_url_file: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_4_options: Data: 26.48MB + Index: 0.20MB + Engine InnoDB<br>wp_4_postmeta: Data: 1.52MB + Index: 0.16MB + Engine InnoDB<br>wp_4_posts: Data: 0.20MB + Index: 0.06MB + Engine InnoDB<br>wp_4_rank_math_internal_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_rank_math_internal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_simple_history: Data: 1.52MB + Index: 0.25MB + Engine InnoDB<br>wp_4_simple_history_contexts: Data: 2.41MB + Index: 1.91MB + Engine InnoDB<br>wp_4_snippets: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_wcsc_error_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_wcsc_logs: Data: 0.27MB + Index: 0.42MB + Engine InnoDB<br>wp_4_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wp_4_wc_admin_note_actions: Data: 0.06MB + Index: 0.02MB + Engine InnoDB<br>wp_4_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_wc_orders: Data: 0.06MB + Index: 0.11MB + Engine InnoDB<br>wp_4_wc_orders_meta: Data: 0.13MB + Index: 0.31MB + Engine InnoDB<br>wp_4_wc_order_addresses: Data: 0.06MB + Index: 0.06MB + Engine InnoDB<br>wp_4_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_wc_order_operational_data: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>wp_4_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_4_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_4_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_wc_product_meta_lookup: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wp_4_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_4_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_woocommerce_order_itemmeta: Data: 0.25MB + Index: 0.31MB + Engine InnoDB<br>wp_4_woocommerce_order_items: Data: 0.05MB + Index: 0.02MB + Engine InnoDB<br>wp_4_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_4_woocommerce_sessions: Data: 2.02MB + Index: 0.06MB + Engine InnoDB<br>wp_4_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_4_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_4_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_4_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_4_wprus_logs: Data: 0.09MB + Index: 0.02MB + Engine InnoDB<br>wp_4_wprus_nonce: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_5_ac_segments: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_5_admin_columns: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_5_automatic_amazon_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_5_automatic_articles_keys: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_5_automatic_articles_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_5_automatic_cached: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_5_automatic_camps: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_5_automatic_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_5_automatic_clickbank_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_5_automatic_general: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_5_automatic_keywords: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_5_automatic_links: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_5_automatic_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_5_automatic_youtube_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_5_simple_history: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_5_simple_history_contexts: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>wp_5_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wp_5_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_5_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_5_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_5_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_6_ac_segments: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_6_admin_columns: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_6_automatic_amazon_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_6_automatic_articles_keys: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_6_automatic_articles_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_6_automatic_cached: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_automatic_camps: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_automatic_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_automatic_clickbank_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_6_automatic_general: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_6_automatic_keywords: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_6_automatic_links: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_automatic_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_6_automatic_youtube_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_6_dokan_advertised_products: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_6_dokan_announcement: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_dokan_delivery_time: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_6_dokan_distance_rate_shipping: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_6_dokan_follow_store_followers: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_6_dokan_orders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_6_dokan_product_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_dokan_refund: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_dokan_report_abuse_reports: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_6_dokan_request_quotes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_dokan_request_quote_details: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_dokan_request_quote_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_dokan_reverse_withdrawal: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_6_dokan_rma_conversations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_dokan_rma_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_dokan_rma_request_product: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_dokan_seller_badge: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_dokan_seller_badge_acquired: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_6_dokan_seller_badge_level: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_6_dokan_shipping_tracking: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_6_dokan_shipping_zone_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_dokan_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_dokan_table_rate_shipping: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_6_dokan_vendor_balance: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_dokan_withdraw: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_6_simple_history: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_6_simple_history_contexts: Data: 0.06MB + Index: 0.03MB + Engine InnoDB<br>wp_6_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wp_6_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_6_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_6_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_6_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_7_ac_segments: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_7_admin_columns: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_7_automatic_amazon_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_7_automatic_articles_keys: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_7_automatic_articles_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_7_automatic_cached: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_automatic_camps: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_automatic_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_automatic_clickbank_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_7_automatic_general: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_7_automatic_keywords: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_7_automatic_links: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_automatic_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_7_automatic_youtube_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_7_dokan_advertised_products: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_7_dokan_announcement: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_dokan_delivery_time: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_7_dokan_distance_rate_shipping: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_7_dokan_follow_store_followers: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_7_dokan_orders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_7_dokan_product_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_dokan_refund: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_dokan_report_abuse_reports: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_7_dokan_request_quotes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_dokan_request_quote_details: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_dokan_request_quote_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_dokan_reverse_withdrawal: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_7_dokan_rma_conversations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_dokan_rma_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_dokan_rma_request_product: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_dokan_seller_badge: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_dokan_seller_badge_acquired: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_7_dokan_seller_badge_level: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_7_dokan_shipping_tracking: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_7_dokan_shipping_zone_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_dokan_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_dokan_table_rate_shipping: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_7_dokan_vendor_balance: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_dokan_withdraw: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_7_litespeed_url: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_7_litespeed_url_file: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_7_simple_history: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_7_simple_history_contexts: Data: 0.06MB + Index: 0.06MB + Engine InnoDB<br>wp_7_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wp_7_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_7_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_7_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_7_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_7_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_8_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wp_8_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_8_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_8_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_8_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_actions: Data: 0.17MB + Index: 0.11MB + Engine InnoDB<br>wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_actionscheduler_logs: Data: 0.08MB + Index: 0.03MB + Engine InnoDB<br>wp_ac_segments: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_admin_columns: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_auth0_accounts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_auth0_sync: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_automatic_amazon_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_automatic_articles_keys: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_automatic_articles_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_automatic_cached: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_automatic_camps: Data: 0.03MB + Index: 0.00MB + Engine InnoDB<br>wp_automatic_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_automatic_clickbank_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_automatic_general: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_automatic_keywords: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_automatic_links: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_automatic_log: Data: 128.64MB + Index: 44.64MB + Engine InnoDB<br>wp_automatic_youtube_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_blogmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_blogs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_cmplz_cookiebanners: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_cmplz_cookies: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_cmplz_dnsmpd: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_cmplz_services: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_comments: Data: 0.11MB + Index: 0.09MB + Engine InnoDB<br>wp_dms_mapping_metas: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_dokan_advertised_products: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_dokan_announcement: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_dokan_delivery_time: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_dokan_distance_rate_shipping: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_dokan_follow_store_followers: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_dokan_orders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_dokan_product_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_dokan_refund: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_dokan_report_abuse_reports: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_dokan_request_quotes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_dokan_request_quote_details: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_dokan_request_quote_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_dokan_reverse_withdrawal: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_dokan_rma_conversations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_dokan_rma_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_dokan_rma_request_product: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_dokan_seller_badge: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_dokan_seller_badge_acquired: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_dokan_seller_badge_level: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_dokan_shipping_tracking: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_dokan_shipping_zone_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_dokan_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_dokan_table_rate_shipping: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_dokan_vendor_balance: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_dokan_withdraw: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_litespeed_avatar: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>wp_litespeed_crawler: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_litespeed_crawler_blacklist: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_litespeed_img_optming: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_litespeed_url: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_litespeed_url_file: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>wp_ms_snippets: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_oauth_access_tokens: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_oauth_authorization_codes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_oauth_jwt: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_oauth_public_keys: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_oauth_refresh_tokens: Data: 0.05MB + Index: 0.02MB + Engine InnoDB<br>wp_oauth_scopes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_options: Data: 6.47MB + Index: 0.22MB + Engine InnoDB<br>wp_postmeta: Data: 0.19MB + Index: 0.11MB + Engine InnoDB<br>wp_posts: Data: 0.45MB + Index: 0.09MB + Engine InnoDB<br>wp_rank_math_internal_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_rank_math_internal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_registration_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_signups: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_simple_history: Data: 3.52MB + Index: 1.80MB + Engine InnoDB<br>wp_simple_history_contexts: Data: 7.02MB + Index: 4.78MB + Engine InnoDB<br>wp_site: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_sitemeta: Data: 9.48MB + Index: 0.06MB + Engine InnoDB<br>wp_snippets: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_sso_debug_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_usermeta: Data: 0.25MB + Index: 0.11MB + Engine InnoDB<br>wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wcsc_error_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wcsc_logs: Data: 0.47MB + Index: 0.80MB + Engine InnoDB<br>wp_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_admin_note_actions: Data: 0.05MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_orders: Data: 0.13MB + Index: 0.13MB + Engine InnoDB<br>wp_wc_orders_meta: Data: 0.25MB + Index: 0.39MB + Engine InnoDB<br>wp_wc_order_addresses: Data: 0.08MB + Index: 0.08MB + Engine InnoDB<br>wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_order_operational_data: Data: 0.08MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wp_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_product_meta_lookup: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wfauditevents: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfblockediplog: Data: 0.13MB + Index: 0.00MB + Engine InnoDB<br>wp_wfblocks7: Data: 0.06MB + Index: 0.05MB + Engine InnoDB<br>wp_wfconfig: Data: 2.52MB + Index: 0.00MB + Engine InnoDB<br>wp_wfcrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wffilechanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wffilemods: Data: 14.55MB + Index: 0.00MB + Engine InnoDB<br>wp_wfhits: Data: 1.02MB + Index: 0.22MB + Engine InnoDB<br>wp_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wfissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_wfknownfilelist: Data: 6.52MB + Index: 0.00MB + Engine InnoDB<br>wp_wflivetraffichuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wflocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wflogins: Data: 0.52MB + Index: 0.19MB + Engine InnoDB<br>wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wp_wfls_role_counts: Data: 0.00MB + Index: 0.00MB + Engine MEMORY<br>wp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfnotifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfpendingissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wp_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfsecurityevents: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wp_wfstatus: Data: 0.19MB + Index: 0.13MB + Engine InnoDB<br>wp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wfwaffailures: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_woocommerce_woogc_sessions: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>wp_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpo_wcpbn_batch_numbers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wpo_wcpbn_shared_products: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wp_wp_phpmyadmin_extension__errors_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>Post Type Counts<br>attachment: 44<br>custom_css: 2<br>customize_changeset: 3<br>dokan_announcement: 2<br>gp_elements: 3<br>nav_menu_item: 1<br>page: 30<br>post: 10<br>product: 14<br>revision: 77<br>shop_order_placehold: 333<br>wc_order_status: 8<br>wo_client: 3<br>wp_automatic: 1<br>wp_global_styles: 1<br>wp_navigation: 1<br>wp_template: 2<br>Security<br>Secure connection (HTTPS): ?<br>Hide errors from visitors: ?<br>Active Plugins (34)<br>Thank You Page for WooCommerce PRO: by Nitin Prakash – 4.1.8<br>Query Monitor: by John Blackbourn – 3.16.4<br>Dokan: by weDevs – 3.13.0<br>Dokan Pro: by weDevs – 3.12.5<br>GenerateBlocks: by Tom Usborne – 1.9.1<br>GP Premium: by Tom Usborne – 2.4.1<br>WP OAuth Server - CE: by WP OAuth Server – 4.4.0<br>Payment Plugins for PayPal WooCommerce: by Payment Plugins<br>[email protected] – 1.0.53<br>Query Monitor: by John Blackbourn – 3.16.4<br>Thank You Page for WooCommerce PRO: by Nitin Prakash – 4.1.8<br>Disable Bloat for WordPress & WooCommerce: by Disable Bloat – 3.4.9<br>WooCommerce: by Automattic – 9.3.3<br>Admin Columns Pro: by AdminColumns.com – 6.4.5<br>Converter for Media: by matt plugins - Optimize images by convert WebP & AVIF – 6.1.2<br>Environment-Specific Admin Bar Link: by Lars – 1.1<br>Loco Translate: by Tim Whitlock – 2.6.11<br>PDF Invoices & Packing Slips for WooCommerce: by WP Overnight – 3.9.0<br>Plugins Garbage Collector (Database Cleanup) Old!: by Vladimir Garagulya – 0.14<br>Rank Math SEO with AI SEO Tools: by Rank Math – 1.0.221<br>Simple History: by P?r Thernstr?m – 5.0.4<br>Table of Contents Plus: by Michael Tran – 2408<br>WordPress Automatic Plugin: by ValvePress – 3.107.0<br>WordPress Multisite User Sync/Unsync: by Obtain Infotech – 2.1.5<br>WP Crontrol: by John Blackbourn – 1.17.0<br>WP File Manager: by mndpsingh287 – 8.0<br>WP Multisite Settings Comparator: by –<br>WP-Cron Status Checker: by Webhead LLC – 1.2.5<br>WP-Sweep: by Lester 'GaMerZ' Chan – 1.1.8<br>LiteSpeed Cache: by LiteSpeed Technologies – 6.5.2<br>Code Snippets Pro (Premium): by Code Snippets Pro – 3.6.5<br>Redis User Session Storage: by Erick Hitter – 0.2<br>WP Global Cart: by Nsp Code – 4.7.9.1<br>Redirect subsites dashboard to main dashboard: by Lars – 1.0<br>Wordfence Security: by Wordfence – 8.0.0<br>Inactive Plugins (7)<br>Custom Multisite Cart: by Faisal Akram – 1.0<br>Dokan - PDF Invoice: by weDevs – 1.2.3<br>OAuth 2.0 Single Sign On Client: by Dash10 Digital – 4.1.1<br>Payment Plugins for Stripe WooCommerce: by Payment Plugins<br>[email protected] – 3.3.77<br>Perfmatters: by forgemedia – 2.3.4<br>User Switching: by John Blackbourn – 1.8.0<br>User Switching in Admin Bar: by wpexpertsio – 1.4<br>Dropin Plugins ()<br>db.php: Query Monitor Database Class (Drop-in)<br>object-cache.php: LiteSpeed Cache - Object Cache (Drop-in)<br>sunrise.php: sunrise.php<br>Must Use Plugins (12)<br>Custom WooCommerce Email Headers with Conditional Cookie-Based Origin for Alpenmarkt: by – 1.7<br>Dokan Custom Validation and Single Tag Selection: by Your Name – 1.0<br>Domain Mapping System Helper: by Gaucho Plugins – 1.0.0<br>Force Cart Hash Validation: by Your Name – 1.0<br>Order Item Details Logger: by [Your Name] – 1.0<br>Redirect After Registration with Correct Logout and SSO Redirection: by –<br>Redis Check: by Your Name – 1.0<br>synchronize-current-shop-only-to-checkout-site.php: by –<br>synchronize_product_completed.php: by –<br>woo-gc.php: by –<br>WordPress automation by Web-Application Manager: by –<br>WP Global Cart - Exclude Product Tags from Synchronization: by Your Name – 1.0<br>Settings<br>Legacy API Enabled: –<br>Force SSL: –<br>Currency: CHF (CHF)<br>Currency Position: left<br>Thousand Separator: .<br>Decimal Separator: ,<br>Number of Decimals: 2<br>Taxonomies: Product Types: external (external)<br>grouped (grouped)<br>simple (simple)<br>variable (variable)<br>Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)<br>exclude-from-search (exclude-from-search)<br>featured (featured)<br>outofstock (outofstock)<br>rated-1 (rated-1)<br>rated-2 (rated-2)<br>rated-3 (rated-3)<br>rated-4 (rated-4)<br>rated-5 (rated-5)<br>Connected to WooCommerce.com: –<br>Enforce Approved Product Download Directories: ?<br>HPOS feature enabled: ?<br>Order datastore: Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore<br>HPOS data sync enabled: –<br>Logging<br>Enabled: ?<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30 days<br>Level threshold: –<br>Log directory size: 165 KB<br>WC Pages<br>Shop base: #5 - /shop-2/<br>Cart: #6 - /cart/ - Contains the [woocommerce_cart] shortcode<br>Checkout: #7 - /checkout/ - Contains the [woocommerce_checkout] shortcode<br>My account: #389587 - /my-account/<br>Terms and conditions: ? Page not set<br>Theme<br>Name: GeneratePress Child<br>Version: 1.0.0<br>Author URL: https://alpenmarkt.ch/<br>Child Theme: ?<br>Parent Theme Name: GeneratePress<br>Parent Theme Version: 3.5.1<br>Parent Theme Author URL: https://tomusborne.com<br>WooCommerce Support: ?<br>Templates<br>Overrides: –<br>Admin<br>Enabled Features: analytics<br>product-block-editor<br>core-profiler<br>customize-store<br>pattern-toolkit-full-composability<br>product-custom-fields<br>printful<br>launch-your-store<br>Disabled Features: activity-panels<br>experimental-blocks<br>coupons<br>customer-effort-score-tracks<br>import-products-task<br>experimental-fashion-sample-products<br>shipping-smart-defaults<br>shipping-setting-tour<br>homescreen<br>marketing<br>minified-js<br>mobile-app-banner<br>navigation<br>onboarding<br>onboarding-tasks<br>product-pre-publish-modal<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>settings<br>shipping-label-banner<br>subscriptions<br>store-alerts<br>transient-notices<br>woo-mobile-welcome<br>wc-pay-promotion<br>wc-pay-welcome-page<br>async-product-editor-category-field<br>product-editor-template-system<br>blueprint<br>reactify-classic-payments-settings<br>Daily Cron: ? Next scheduled: 2024-11-08 10:07:22 +02:00<br>Options: ?<br>Notes: 67<br>Onboarding: completed<br>Action Scheduler<br>Complete: 205<br>Oldest: 2024-10-07 18:54:03 +0000<br>Newest: 2024-11-07 17:23:53 +0000<br>Failed: 67<br>Oldest: 2023-08-25 14:12:28 +0000<br>Newest: 2024-10-24 08:15:02 +0000<br>Pending: 5<br>Oldest: 2024-11-08 00:00:00 +0000<br>Newest: 2024-12-06 18:54:18 +0000<br>Status report information<br>Generated at: 2024-11-07 19:31:28 +02:00<br>
- This reply was modified 2 weeks, 4 days ago by keramikoch.
- This reply was modified 2 weeks, 4 days ago by keramikoch.
Hi there!
Thank you for sharing the SSR. I can see that you have 34 plugins active on your site. It appears that one of these plugins may be conflicting and causing the issue.
To identify which plugin is causing the problem, I recommend running a conflict test. Here are step-by-step instructions to guide you through the process.
https://woocommerce.com/document/how-to-test-for-conflicts/
Performing a conflict test can be a time-consuming, technical challenge. If you’d like someone else to do this work for you, our trusted partner, Codeable, has an [offering](https://www.codeable.io/partners/woocommerce/conflict-testing/?ref=99VIa2) where they will run this test for $150?USD. If there is time left, they will also fix the problems they found.
- You must be logged in to reply to this topic.