Unknown column ‘posts.ID’ in ‘on clause’
-
Hi, for some time now Query Monitor has been showing me such an error on the website caused by WooCommerce. How can I fix it?
Error message: Unknown column ‘posts.ID’ in ‘on clause’
Error code: 1054
Plugin: woocommerce
Query:SELECT?SUM( order_item_meta.meta_value ) as qty, order_item_meta_2.meta_value as product_id
FROM?wp_posts?AS?orders
INNER?JOIN?wp_woocommerce_order_items?AS?order_items
ON?orders.ID = order_id
INNER?JOIN?wp_woocommerce_order_itemmeta?AS?order_item_meta
ON?order_items.order_item_id = order_item_meta.order_item_id
INNER?JOIN?wp_woocommerce_order_itemmeta?AS?order_item_meta_2
ON?order_items.order_item_id = order_item_meta_2.order_item_id
INNER?JOIN?wp_postmeta?AS?currency_postmeta
ON?posts.ID = currency_postmeta.post_id
WHERE?orders.post_type?IN?( 'shop_order' )
AND?orders.post_status?IN?( 'wc-completed','wc-processing','wc-on-hold' )
AND?order_item_meta.meta_key = '_qty'
AND?order_item_meta_2.meta_key = '_product_id'
AND?orders.post_date_gmt >= '2024-12-01'
AND?orders.post_date_gmt <= '2024-12-09 12:22:50'
AND?currency_postmeta.meta_key = '_order_currency'
AND?currency_postmeta.meta_value = 'PLN'
GROUP?BY?product_id
ORDER?BY?qty?DESC
LIMIT?1The page I need help with: [log in to see the link]
-
Hi @n3wmod3l ,
The error “Unknown column ‘posts.ID’ in ‘on clause'” typically points to an issue with the SQL query in WooCommerce. Specifically, it seems the query is referencing
posts.ID
instead oforders.ID
, which is likely due to a misconfigured query or incorrect aliasing.This issue might be caused by a plugin or custom code. To troubleshoot:
- Disable all plugins except WooCommerce and check if the error persists. If this resolves the issue, re-enable your plugins one by one to identify the culprit.
- If you’re using custom code (e.g., in your theme or a custom plugin), review any custom SQL queries that might be causing this error.
If the problem continues, it would be helpful for us to review your System Status Report to better understand your setup. You can generate this report by going to WooCommerce > Status in your dashboard. Then, click Get system report and Copy for support.
Please paste the report into a Code block in your reply or use pastebin.com to share the link with us.
Let me know how it goes or if you need further assistance!
As far as I know I do not use any custom code, all tables in the database also have standard prefixes. Turning off the other plugins doesn’t help here, but when I create staging copy of the site error doesn’t show on the copy running under the test/technical domain. Query messeges appears when entering Cockpit > Home page in the administration panel. Below is the code, I would be grateful for any suggestions.
<br>### WordPress Environment ###<br><br>WordPress address (URL): https://mguide.eu<br>Site address (URL): https://mguide.eu<br>WC Version: 9.4.3<br>Legacy REST API Package Version: Wtyczka przestarza?ego REST API nie jest zainstalowana w tej witrynie.<br>Action Scheduler Version: ? 3.8.2<br>Log Directory Writable: ?<br>WP Version: 6.7.1<br>WP Multisite: –<br>WP Memory Limit: 2 GB<br>WP Debug Mode: –<br>WP Cron: ?<br>Language: pl_PL<br>External object cache: –<br><br>### Server Environment ###<br><br>Server Info: LiteSpeed<br>PHP Version: 8.1.30<br>PHP Post Max Size: 512 MB<br>PHP Time Limit: 600<br>PHP Max Input Vars: 10000<br>cURL Version: 8.9.1<br>OpenSSL/1.1.1w<br><br>SUHOSIN Installed: –<br>MySQL Version: 10.6.19-MariaDB-cll-lve<br>Max Upload Size: 512 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><br>### Database ###<br><br>WC Database Version: 9.4.3<br>WC Database Prefix: wp_<br>Ca?kowity rozmiar bazy danych: 478.29MB<br>Rozmiar bazy danych: 366.20MB<br>Rozmiar indeksu bazy danych: 112.09MB<br>wp_woocommerce_sessions: Dane: 1.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_woocommerce_api_keys: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_woocommerce_attribute_taxonomies: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_woocommerce_downloadable_product_permissions: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_woocommerce_order_items: Dane: 1.52MB + Indeks: 0.19MB + Silnik InnoDB<br>wp_woocommerce_order_itemmeta: Dane: 4.52MB + Indeks: 4.03MB + Silnik InnoDB<br>wp_woocommerce_tax_rates: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_woocommerce_tax_rate_locations: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_woocommerce_shipping_zones: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_woocommerce_shipping_zone_locations: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_woocommerce_shipping_zone_methods: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_woocommerce_payment_tokens: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_woocommerce_payment_tokenmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_woocommerce_log: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_actionscheduler_actions: Dane: 0.28MB + Indeks: 0.38MB + Silnik InnoDB<br>wp_actionscheduler_claims: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_actionscheduler_groups: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_actionscheduler_logs: Dane: 0.19MB + Indeks: 0.13MB + Silnik InnoDB<br>wp_cky_banners: Dane: 0.08MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_cky_cookies: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_cky_cookie_categories: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_commentmeta: Dane: 0.06MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_comments: Dane: 2.52MB + Indeks: 1.38MB + Silnik InnoDB<br>wp_ee_products_sync_list: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_ee_product_sync_call: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_ee_product_sync_data: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_background_task: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_content_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_core_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_flags: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_languages: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_icl_languages_translations: Dane: 0.20MB + Indeks: 0.14MB + Silnik InnoDB<br>wp_icl_locale_map: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_message_status: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_icl_mo_files_domains: Dane: 0.17MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_icl_node: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_reminders: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_strings: Dane: 7.52MB + Indeks: 15.09MB + Silnik InnoDB<br>wp_icl_string_batches: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_string_packages: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_string_pages: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_icl_string_positions: Dane: 1.52MB + Indeks: 0.42MB + Silnik InnoDB<br>wp_icl_string_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_string_translations: Dane: 10.52MB + Indeks: 5.03MB + Silnik InnoDB<br>wp_icl_string_urls: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_translate: Dane: 39.56MB + Indeks: 1.52MB + Silnik InnoDB<br>wp_icl_translate_job: Dane: 0.48MB + Indeks: 0.16MB + Silnik InnoDB<br>wp_icl_translations: Dane: 2.52MB + Indeks: 6.06MB + Silnik InnoDB<br>wp_icl_translation_batches: Dane: 0.06MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_translation_downloads: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_translation_status: Dane: 44.52MB + Indeks: 0.36MB + Silnik InnoDB<br>wp_itsec_bans: Dane: 0.06MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_itsec_lockouts: Dane: 0.02MB + Indeks: 0.08MB + Silnik InnoDB<br>wp_itsec_logs: Dane: 18.52MB + Indeks: 1.61MB + Silnik InnoDB<br>wp_itsec_mutexes: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_itsec_temp: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_lfb_calendarCategories: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_calendarEvents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_calendarReminders: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_calendars: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_coupons: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_customers: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_fields: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_forms: Dane: 0.16MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_items: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_layeredImages: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_links: Dane: 0.06MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_logs: Dane: 6.52MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_redirConditions: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_settings: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_steps: Dane: 0.19MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_variables: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_links: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_litespeed_img_optm: Dane: 4.52MB + Indeks: 4.03MB + Silnik InnoDB<br>wp_litespeed_img_optming: Dane: 0.17MB + Indeks: 0.31MB + Silnik InnoDB<br>wp_mailchimp_carts: Dane: 0.05MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_mailchimp_jobs: Dane: 0.09MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_mlw_questions: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_mlw_results: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_options: Dane: 18.39MB + Indeks: 2.52MB + Silnik InnoDB<br>wp_oxi_div_style: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_postmeta: Dane: 80.61MB + Indeks: 37.13MB + Silnik InnoDB<br>wp_posts: Dane: 13.52MB + Indeks: 6.06MB + Silnik InnoDB<br>wp_revslider_css: Dane: 0.13MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_revslider_css_bkp: Dane: 0.13MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_layer_animations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_revslider_layer_animations_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_navigations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_revslider_navigations_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_sliders: Dane: 1.52MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_revslider_sliders7: Dane: 0.31MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_revslider_sliders_bkp: Dane: 0.08MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_slides: Dane: 25.52MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_revslider_slides7: Dane: 20.52MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_revslider_slides_bkp: Dane: 4.52MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_static_slides: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_revslider_static_slides_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_social_users: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_termmeta: Dane: 0.50MB + Indeks: 0.66MB + Silnik InnoDB<br>wp_terms: Dane: 0.47MB + Indeks: 0.59MB + Silnik InnoDB<br>wp_term_relationships: Dane: 1.52MB + Indeks: 1.52MB + Silnik InnoDB<br>wp_term_taxonomy: Dane: 1.52MB + Indeks: 0.56MB + Silnik InnoDB<br>wp_tm_taskmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_tm_tasks: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_uacf7_form: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_usermeta: Dane: 2.52MB + Indeks: 3.03MB + Silnik InnoDB<br>wp_users: Dane: 0.11MB + Indeks: 0.08MB + Silnik InnoDB<br>wp_wcpt_sessions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_admin_notes: Dane: 0.05MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wc_admin_note_actions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_category_lookup: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wc_customer_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_wc_download_log: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_wc_orders: Dane: 1.52MB + Indeks: 0.83MB + Silnik InnoDB<br>wp_wc_orders_meta: Dane: 27.55MB + Indeks: 11.11MB + Silnik InnoDB<br>wp_wc_order_addresses: Dane: 1.52MB + Indeks: 0.69MB + Silnik InnoDB<br>wp_wc_order_coupon_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_wc_order_operational_data: Dane: 0.41MB + Indeks: 0.22MB + Silnik InnoDB<br>wp_wc_order_product_lookup: Dane: 0.06MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_wc_order_stats: Dane: 0.05MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_wc_order_tax_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_wc_product_attributes_lookup: Dane: 2.52MB + Indeks: 1.52MB + Silnik InnoDB<br>wp_wc_product_download_directories: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_product_meta_lookup: Dane: 0.31MB + Indeks: 0.72MB + Silnik InnoDB<br>wp_wc_rate_limits: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_reserved_stock: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wc_tax_rate_classes: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_webhooks: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wdr_order_discounts: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wdr_order_item_discounts: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_wdr_rules: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfauditevents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfblockediplog: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfblocks7: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_wfconfig: Dane: 1.38MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfcrawlers: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wffilechanges: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wffilemods: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfhits: Dane: 1.41MB + Indeks: 0.16MB + Silnik InnoDB<br>wp_wfhoover: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wfissues: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_wfknownfilelist: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wflivetraffichuman: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wflocs: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wflogins: Dane: 0.39MB + Indeks: 0.19MB + Silnik InnoDB<br>wp_wfls_2fa_secrets: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wfls_role_counts: Dane: 0.00MB + Indeks: 0.00MB + Silnik MEMORY<br>wp_wfls_settings: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfnotifications: Dane: 0.05MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfpendingissues: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_wfreversecache: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfsecurityevents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfsnipcache: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_wfstatus: Dane: 0.16MB + Indeks: 0.13MB + Silnik InnoDB<br>wp_wftrafficrates: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfwaffailures: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_woocommerce_gpf_google_taxonomy: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wpforms_tasks_meta: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_yith_wcwl: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_yith_wcwl_lists: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_yoast_indexable: Dane: 2.52MB + Indeks: 0.70MB + Silnik InnoDB<br>wp_yoast_migrations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_yoast_primary_term: Dane: 0.05MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_yoast_seo_links: Dane: 1.52MB + Indeks: 0.78MB + Silnik InnoDB<br>wp_yoast_seo_meta: Dane: 0.22MB + Indeks: 0.00MB + Silnik InnoDB<br><br>### Post Type Counts ###<br><br>acf-field: 2<br>acf-field-group: 2<br>adt_product_feed: 7<br>attachment: 14242<br>awl-labels: 1<br>boxzilla-box: 1<br>br_suggestion: 12<br>ct_size_guide: 2<br>custom-css-js: 1<br>custom_css: 2<br>flamingo_contact: 295<br>flamingo_inbound: 41<br>gallery: 12<br>gfw_report: 142<br>itsec-dash-card: 6<br>itsec-dashboard: 1<br>mas_static_content: 14<br>mc4wp-form: 8<br>nav_menu_item: 1243<br>oembed_cache: 22<br>page: 228<br>pluginops_forms: 1<br>post: 6<br>product: 2275<br>product-feed: 2<br>product_variation: 374<br>qsm_quiz: 1<br>revision: 2<br>shop_coupon: 29<br>shop_order: 2154<br>shop_order_refund: 28<br>wafs: 1<br>wcp_ruleset: 2<br>wc_product_table: 8<br>wc_whsm: 1<br>wpcf7_contact_form: 26<br>wpforms: 4<br>wp_navigation: 1<br>wysijap: 1<br>xlwcty_thankyou: 1<br>yith-wcbm-badge: 6<br><br>### Security ###<br><br>Secure connection (HTTPS): ?<br>Hide errors from visitors: ?<br><br>### Active Plugins (52) ###<br><br>WP Cost Estimation & Payment Forms Builder: przez Biscay Charly (loopus) – 10.1.88<br>Advanced Custom Fields Multilingual: przez OnTheGoSystems – 2.1.4.2<br>AddFunc Head & Footer Code: przez AddFunc – 2.3<br>Secure Custom Fields: przez www.remarpro.com – 6.3.10.2<br>Advanced Database Cleaner PRO: przez Younes JFR. – 3.2.10<br>Edytor klasyczny: przez Kontrybutorzy WordPressa – 1.6.7<br>Contact Form 7 Multilingual: przez OnTheGoSystems – 1.3.2<br>Contact Form 7: przez Takayuki Miyoshi – 6.0.1<br>CookieYes | GDPR Cookie Consent: przez CookieYes – 3.2.8<br>Electro Extensions: przez MadrasThemes – 3.5.3<br>Envato Market: przez Envato – 2.0.12<br>Flamingo: przez Takayuki Miyoshi – 2.5<br>Heateor Social Login: przez Team Heateor – 1.1.36<br>Inpost Paczkomaty: przez Damian Ziarnik – 1.0.34<br>WPBakery Page Builder: przez Michael M - WPBakery.com – 7.8<br>Mailchimp for WooCommerce: przez Mailchimp – 4.4.1<br>MC4WP: Mailchimp for WordPress: przez ibericode – 4.9.19<br>MAS Static Content: przez MadrasThemes – 1.0.9<br>MAS Brands for WooCommerce: przez MadrasThemes – 1.1.0<br>My Custom Functions: przez Space X-Chimp – 4.51<br>One Click Accessibility: przez One Click Accessibility – 2.1.0<br>PW WooCommerce Copy Coupon: przez Pimwick<br>LLC – 1.36<br><br>Query Monitor: przez John Blackbourn – 3.17.0<br>Redux Framework: przez Team Redux – 4.5.3<br>Slider Revolution Bubblemorph AddOn: przez ThemePunch – 6.7.4<br>Slider Revolution The FluidDynamics AddOn: przez ThemePunch – 6.7.6<br>Slider Revolution Particle Wave Add-On: przez ThemePunch – 6.7.6<br>Slider Revolution: przez ThemePunch – 6.7.23<br>WPML Multilingual CMS: przez OnTheGoSystems – 4.6.14<br>Category Order and Taxonomy Terms Order: przez Nsp-Code – 1.8.7<br>TrustMate.io integration for WooCommerce: przez TrustMate.io dev team – 1.12.6<br>MNKY | Visual Composer Pricing Boxes: przez MNKY – 1.0.1<br>WooCommerce Product Table PRO: przez WC Product Table – 3.8.5<br>WooCommerce UPC, EAN, and ISBN: przez Scott Bolinger – 0.5.1<br>Discount Rules Core: przez Flycart – 2.6.6<br>P?atno?ci PayU dla WooCommerce: przez PayU SA – 2.6.1<br>Product Feed ELITE for WooCommerce: przez AdTribes.io – 4.9.8<br>Product Feed PRO for WooCommerce: przez AdTribes.io – 13.3.9.1<br>Payment Plugins for Stripe WooCommerce: przez Payment Plugins<br>[email protected] – 3.3.78<br><br>Variation Swatches for WooCommerce: przez Emran Ahmed – 2.1.2<br>WooCommerce Advanced Free Shipping: przez Jeroen Sormani – 1.1.7<br>WooCommerce API Product Sync with Multiple Stores: przez Obtain Infotech – 2.9.1<br>WooCommerce Fakturownia: przez WP Desk – 1.8.6<br>Google Analytics for WooCommerce: przez WooCommerce – 2.1.8<br>WooCommerce Multilingual & Multicurrency: przez OnTheGoSystems – 5.3.9<br>WooCommerce: przez Automattic – 9.4.3<br>Wordfence Security: przez Wordfence – 8.0.1<br>WP Crontrol: przez John Blackbourn – 1.17.1<br>WP Rollback: przez WP Rollback – 2.0.7<br>WPFront Notification Bar: przez Syam Mohan – 3.4.2<br>WPML Media Translation: przez OnTheGoSystems – 2.7.5<br>WPML String Translation: przez OnTheGoSystems – 3.2.16<br><br>### Inactive Plugins (3) ###<br><br>Product Stock Waitlist Manager for WooCommerce: przez MultiVendorX – 2.5.14<br>Variation Images Gallery for WooCommerce: przez RadiusTheme – 2.3.15<br>WooCommerce - Show only lowest prices in variable products: przez Fernando Tellado – 1.0.6<br><br>### Dropin Plugins () ###<br><br>db.php: Query Monitor Database Class (Drop-in)<br>maintenance.php: maintenance.php<br><br>### Must Use Plugins (1) ###<br><br>WordPress automation by >Aplikacje_cyberFolks: przez –<br><br>### Settings ###<br><br>Legacy API Enabled: –<br>Force SSL: –<br>Currency: PLN (z?)<br>Currency Position: right_space<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-2)<br>variable (variable)<br>wbs_bundle (wbs_bundle)<br><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><br>Connected to WooCommerce.com: –<br>Enforce Approved Product Download Directories: –<br>HPOS feature enabled: –<br>Order datastore: WC_Order_Data_Store_CPT<br>HPOS data sync enabled: –<br><br>### Logging ###<br><br>Enabled: ?<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30 dni<br>Level threshold: –<br>Log directory size: 690 KB<br><br>### WC Pages ###<br><br>Strona sklepu: #3853 - /sklep/<br>Koszyk: #3134 - /koszyk/ - Zawiera krótki kod (shortcode) [woocommerce_cart]<br>Zamówienie: #3135 - /strona-zamowienia/ - Zawiera krótki kod (shortcode) [woocommerce_checkout]<br>Moje konto: #3854 - /moje-konto/<br>Regulamin: #12897 - /regulamin/<br><br>### Theme ###<br><br>Name: Electro<br>Version: 3.5.5<br>Author URL: https://madrasthemes.com/<br>Child Theme: ? – Je?li modyfikujesz WooCommerce lub motyw nadrz?dny<br>którego nie jeste? autorem<br>polecamy u?ywanie motywu potomnego. Zobacz: Jak tworzy? motywy potomne<br><br>WooCommerce Support: ?<br><br>### Templates ###<br><br>Overrides: electro/woocommerce/archive-product.php<br>electro/woocommerce/global/quantity-input.php<br><br><br>### Admin ###<br><br>Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customize-store<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>mobile-app-banner<br>navigation<br>onboarding<br>onboarding-tasks<br>pattern-toolkit-full-composability<br>product-custom-fields<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>printful<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>launch-your-store<br><br>Disabled Features: product-data-views<br>experimental-blocks<br>minified-js<br>product-pre-publish-modal<br>settings<br>async-product-editor-category-field<br>product-editor-template-system<br>blueprint<br>reactify-classic-payments-settings<br>use-wp-horizon<br><br>Daily Cron: ? Next scheduled: 2024-12-10 13:55:51 +01:00<br>Options: ?<br>Notes: 36<br>Onboarding: completed<br><br>### Action Scheduler ###<br><br>Zakończ: 785<br>Oldest: 2024-11-09 12:48:50 +0100<br>Newest: 2024-12-10 12:25:10 +0100<br><br>Niepowodzenie: 36<br>Oldest: 2023-07-24 15:40:24 +0200<br>Newest: 2024-12-07 01:49:27 +0100<br><br>Oczekuj?ce: 11<br>Oldest: 2024-12-10 12:27:20 +0100<br>Newest: 2024-12-11 01:10:16 +0100<br><br><br>### Status report information ###<br><br>Generated at: 2024-12-10 12:27:18 +01:00<br>
Hello n3w.mod3l,
Thank you for your reply.
I understand you’re encountering this issue on the live site but not on the staging site.
To confirm, you disabled all the plugins except WooCommerce and switched to a default theme like Twenty Twenty-Four but the issue persisted. Is my understanding correct?
Does the staging site have the same configuration as the live site?
Could you share the report for the staging site so I can compare the two?Looking forward to your response. ??
- Yes, I turn off every plugin except Woocommerce (and Query Monitor).
- No, I didn’t have possibility to switch on the defualt theme on production page (and on the stage page I didn’t notice this problem).
- Temporary I resolved this problem by using Disable Bloat for WordPress & WooCommerce plugin and disabled Extensions & My Subscriptions submenus from admin panel.
Hello @n3wmod3l,
Thank you for sharing the details of the issue and the steps you’ve already taken.
I couldn’t replicate this error on my test site, and as you mentioned that the issue isn’t occurring on your staging site, it suggests the problem is specific to your production website setup.
Can you please try enabling High-Performance Order Storage (HPOS). HPOS is designed to optimize order management and may help address this database query issue. You can follow the steps here to enable it:
Let us know how it goes!
I switched to HPOS as instructed, but this didn’t resolve the issue. I must remain using the Disable Bloat for WordPress & WooCommerce plugin. Anyway thanks for your help.
Hello n3w.mod3l,
Thank you for your reply.
I understand you have found a workaround by installing Disable Bloat for WordPress & WooCommerce plugin.
Since we cannot replicate the issue on our end, it would be helpful if you share the system status reports of both sites. This way I can investigate the issue and find the root cause.
Looking forward to your response. ??
Page 1 (with error):
<br>### WordPress Environment ###<br><br>WordPress address (URL): https://mguide.eu<br>Site address (URL): https://mguide.eu<br>WC Version: 9.5.1<br>Legacy REST API Package Version: Wtyczka przestarza?ego REST API nie jest zainstalowana w tej witrynie.<br>Action Scheduler Version: ? 3.8.2<br>Log Directory Writable: ?<br>WP Version: 6.7.1<br>WP Multisite: –<br>WP Memory Limit: 2 GB<br>WP Debug Mode: –<br>WP Cron: ?<br>Language: pl_PL<br>External object cache: –<br><br>### Server Environment ###<br><br>Server Info: LiteSpeed<br>PHP Version: 8.1.30<br>PHP Post Max Size: 512 MB<br>PHP Time Limit: 600<br>PHP Max Input Vars: 10000<br>cURL Version: 8.9.1<br>OpenSSL/1.1.1w<br><br>SUHOSIN Installed: –<br>MySQL Version: 10.6.19-MariaDB-cll-lve<br>Max Upload Size: 512 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><br>### Database ###<br><br>WC Database Version: 9.5.1<br>WC Database Prefix: wp_<br>Ca?kowity rozmiar bazy danych: 500.91MB<br>Rozmiar bazy danych: 389.87MB<br>Rozmiar indeksu bazy danych: 111.04MB<br>wp_woocommerce_sessions: Dane: 15.02MB + Indeks: 0.17MB + Silnik InnoDB<br>wp_woocommerce_api_keys: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_woocommerce_attribute_taxonomies: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_woocommerce_downloadable_product_permissions: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_woocommerce_order_items: Dane: 1.52MB + Indeks: 0.19MB + Silnik InnoDB<br>wp_woocommerce_order_itemmeta: Dane: 4.52MB + Indeks: 4.03MB + Silnik InnoDB<br>wp_woocommerce_tax_rates: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_woocommerce_tax_rate_locations: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_woocommerce_shipping_zones: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_woocommerce_shipping_zone_locations: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_woocommerce_shipping_zone_methods: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_woocommerce_payment_tokens: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_woocommerce_payment_tokenmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_woocommerce_log: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_actionscheduler_actions: Dane: 0.45MB + Indeks: 0.52MB + Silnik InnoDB<br>wp_actionscheduler_claims: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_actionscheduler_groups: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_actionscheduler_logs: Dane: 0.19MB + Indeks: 0.13MB + Silnik InnoDB<br>wp_cky_banners: Dane: 0.08MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_cky_cookies: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_cky_cookie_categories: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_commentmeta: Dane: 0.06MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_comments: Dane: 2.52MB + Indeks: 1.38MB + Silnik InnoDB<br>wp_ee_products_sync_list: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_ee_product_sync_call: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_ee_product_sync_data: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_background_task: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_content_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_core_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_flags: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_languages: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_icl_languages_translations: Dane: 0.20MB + Indeks: 0.14MB + Silnik InnoDB<br>wp_icl_locale_map: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_message_status: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_icl_mo_files_domains: Dane: 0.17MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_icl_node: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_reminders: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_strings: Dane: 7.52MB + Indeks: 15.09MB + Silnik InnoDB<br>wp_icl_string_batches: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_string_packages: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_string_pages: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_icl_string_positions: Dane: 1.52MB + Indeks: 0.42MB + Silnik InnoDB<br>wp_icl_string_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_string_translations: Dane: 10.52MB + Indeks: 5.03MB + Silnik InnoDB<br>wp_icl_string_urls: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_translate: Dane: 39.56MB + Indeks: 1.52MB + Silnik InnoDB<br>wp_icl_translate_job: Dane: 0.48MB + Indeks: 0.16MB + Silnik InnoDB<br>wp_icl_translations: Dane: 2.52MB + Indeks: 6.06MB + Silnik InnoDB<br>wp_icl_translation_batches: Dane: 0.06MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_translation_downloads: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_translation_status: Dane: 44.52MB + Indeks: 0.36MB + Silnik InnoDB<br>wp_itsec_bans: Dane: 0.06MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_itsec_lockouts: Dane: 0.02MB + Indeks: 0.08MB + Silnik InnoDB<br>wp_itsec_logs: Dane: 18.52MB + Indeks: 1.61MB + Silnik InnoDB<br>wp_itsec_mutexes: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_itsec_temp: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_lfb_calendarCategories: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_calendarEvents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_calendarReminders: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_calendars: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_coupons: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_customers: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_fields: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_forms: Dane: 0.16MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_items: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_layeredImages: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_links: Dane: 0.06MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_logs: Dane: 6.52MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_redirConditions: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_settings: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_steps: Dane: 0.19MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_variables: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_links: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_litespeed_img_optm: Dane: 4.52MB + Indeks: 4.03MB + Silnik InnoDB<br>wp_litespeed_img_optming: Dane: 0.17MB + Indeks: 0.31MB + Silnik InnoDB<br>wp_mailchimp_carts: Dane: 0.05MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_mailchimp_jobs: Dane: 0.09MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_mlw_questions: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_mlw_results: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_options: Dane: 30.34MB + Indeks: 2.48MB + Silnik InnoDB<br>wp_postmeta: Dane: 80.61MB + Indeks: 37.13MB + Silnik InnoDB<br>wp_posts: Dane: 13.52MB + Indeks: 6.06MB + Silnik InnoDB<br>wp_revslider_css: Dane: 0.13MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_revslider_css_bkp: Dane: 0.13MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_layer_animations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_revslider_layer_animations_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_navigations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_revslider_navigations_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_sliders: Dane: 1.52MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_revslider_sliders7: Dane: 0.31MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_revslider_sliders_bkp: Dane: 0.08MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_slides: Dane: 25.52MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_revslider_slides7: Dane: 20.52MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_revslider_slides_bkp: Dane: 4.52MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_static_slides: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_revslider_static_slides_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_social_users: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_termmeta: Dane: 0.50MB + Indeks: 0.66MB + Silnik InnoDB<br>wp_terms: Dane: 0.47MB + Indeks: 0.59MB + Silnik InnoDB<br>wp_term_relationships: Dane: 1.52MB + Indeks: 1.52MB + Silnik InnoDB<br>wp_term_taxonomy: Dane: 1.52MB + Indeks: 0.56MB + Silnik InnoDB<br>wp_tm_taskmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_tm_tasks: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_uacf7_form: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_usermeta: Dane: 2.52MB + Indeks: 3.03MB + Silnik InnoDB<br>wp_users: Dane: 0.11MB + Indeks: 0.08MB + Silnik InnoDB<br>wp_wcpt_sessions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_admin_notes: Dane: 0.05MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wc_admin_note_actions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_category_lookup: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wc_customer_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_wc_download_log: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_wc_orders: Dane: 1.52MB + Indeks: 0.83MB + Silnik InnoDB<br>wp_wc_orders_meta: Dane: 27.55MB + Indeks: 11.11MB + Silnik InnoDB<br>wp_wc_order_addresses: Dane: 1.52MB + Indeks: 0.69MB + Silnik InnoDB<br>wp_wc_order_coupon_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_wc_order_operational_data: Dane: 0.41MB + Indeks: 0.22MB + Silnik InnoDB<br>wp_wc_order_product_lookup: Dane: 0.06MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_wc_order_stats: Dane: 0.05MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_wc_order_tax_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_wc_product_attributes_lookup: Dane: 0.41MB + Indeks: 0.28MB + Silnik InnoDB<br>wp_wc_product_download_directories: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_product_meta_lookup: Dane: 0.31MB + Indeks: 0.77MB + Silnik InnoDB<br>wp_wc_rate_limits: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_reserved_stock: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wc_tax_rate_classes: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_webhooks: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wdr_order_discounts: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wdr_order_item_discounts: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_wdr_rules: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfauditevents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfblockediplog: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfblocks7: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_wfconfig: Dane: 1.38MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfcrawlers: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wffilechanges: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wffilemods: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfhits: Dane: 1.08MB + Indeks: 0.09MB + Silnik InnoDB<br>wp_wfhoover: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wfissues: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_wfknownfilelist: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wflivetraffichuman: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wflocs: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wflogins: Dane: 0.39MB + Indeks: 0.19MB + Silnik InnoDB<br>wp_wfls_2fa_secrets: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wfls_role_counts: Dane: 0.00MB + Indeks: 0.00MB + Silnik MEMORY<br>wp_wfls_settings: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfnotifications: Dane: 0.05MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfpendingissues: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_wfreversecache: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfsecurityevents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfsnipcache: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_wfstatus: Dane: 0.17MB + Indeks: 0.09MB + Silnik InnoDB<br>wp_wftrafficrates: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfwaffailures: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_woocommerce_gpf_google_taxonomy: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wpforms_tasks_meta: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_yith_wcwl: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_yith_wcwl_lists: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_yoast_indexable: Dane: 2.52MB + Indeks: 0.70MB + Silnik InnoDB<br>wp_yoast_migrations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_yoast_primary_term: Dane: 0.05MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_yoast_seo_links: Dane: 1.52MB + Indeks: 0.78MB + Silnik InnoDB<br>wp_yoast_seo_meta: Dane: 0.22MB + Indeks: 0.00MB + Silnik InnoDB<br><br>### Post Type Counts ###<br><br>acf-field: 2<br>acf-field-group: 2<br>adt_product_feed: 7<br>attachment: 14326<br>awl-labels: 1<br>boxzilla-box: 1<br>br_suggestion: 12<br>ct_size_guide: 2<br>custom-css-js: 1<br>customize_changeset: 5<br>custom_css: 2<br>flamingo_contact: 299<br>flamingo_inbound: 43<br>gallery: 12<br>gfw_report: 142<br>itsec-dash-card: 6<br>itsec-dashboard: 1<br>mas_static_content: 14<br>mc4wp-form: 8<br>nav_menu_item: 1243<br>oembed_cache: 22<br>page: 228<br>pluginops_forms: 1<br>post: 4<br>product: 2275<br>product-feed: 2<br>product_variation: 374<br>qsm_quiz: 1<br>revision: 59<br>shop_coupon: 29<br>shop_order: 2166<br>shop_order_refund: 28<br>wafs: 1<br>wcp_ruleset: 2<br>wc_product_table: 8<br>wc_whsm: 1<br>wpcf7_contact_form: 26<br>wpforms: 4<br>wp_navigation: 1<br>wysijap: 1<br>xlwcty_thankyou: 1<br>yith-wcbm-badge: 6<br><br>### Security ###<br><br>Secure connection (HTTPS): ?<br>Hide errors from visitors: ?<br><br>### Active Plugins (51) ###<br><br>WP Cost Estimation & Payment Forms Builder: przez Biscay Charly (loopus) – 10.1.88<br>Advanced Custom Fields Multilingual: przez OnTheGoSystems – 2.1.4.2<br>AddFunc Head & Footer Code: przez AddFunc – 2.3<br>Advanced Custom Fields: przez WP Engine – 6.3.11<br>Advanced Database Cleaner PRO: przez Younes JFR. – 3.2.10<br>Contact Form 7 Multilingual: przez OnTheGoSystems – 1.3.2<br>Contact Form 7: przez Takayuki Miyoshi – 6.0.2<br>CookieYes | GDPR Cookie Consent: przez CookieYes – 3.2.8<br>Disable Bloat for WordPress & WooCommerce: przez Disable Bloat – 3.4.9<br>Electro Extensions: przez MadrasThemes – 3.5.3<br>Envato Market: przez Envato – 2.0.12<br>Flamingo: przez Takayuki Miyoshi – 2.5<br>Heateor Social Login: przez Team Heateor – 1.1.36<br>Inpost Paczkomaty: przez Damian Ziarnik – 1.0.34<br>WPBakery Page Builder: przez Michael M - WPBakery.com – 7.8<br>Mailchimp for WooCommerce: przez Mailchimp – 5.0<br>MC4WP: Mailchimp for WordPress: przez ibericode – 4.9.20<br>MAS Static Content: przez MadrasThemes – 1.0.9<br>MAS Brands for WooCommerce: przez MadrasThemes – 1.1.0<br>My Custom Functions: przez Space X-Chimp – 4.51<br>One Click Accessibility: przez One Click Accessibility – 2.1.0<br>PW WooCommerce Copy Coupon: przez Pimwick<br>LLC – 1.36<br><br>Query Monitor: przez John Blackbourn – 3.17.0<br>Redux Framework: przez Team Redux – 4.5.4<br>Slider Revolution Bubblemorph AddOn: przez ThemePunch – 6.7.4<br>Slider Revolution The FluidDynamics AddOn: przez ThemePunch – 6.7.6<br>Slider Revolution Mousetrap Add-On: przez ThemePunch – 6.7.6<br>Slider Revolution Particle Wave Add-On: przez ThemePunch – 6.7.6<br>Slider Revolution Transitionpack Add-On: przez ThemePunch – 6.7.6<br>Slider Revolution: przez ThemePunch – 6.7.25<br>WPML Multilingual CMS: przez OnTheGoSystems – 4.6.15<br>Category Order and Taxonomy Terms Order: przez Nsp-Code – 1.8.7<br>TrustMate.io integration for WooCommerce: przez TrustMate.io dev team – 1.12.6<br>MNKY | Visual Composer Pricing Boxes: przez MNKY – 1.0.1<br>Discount Rules Core: przez Flycart – 2.6.6<br>P?atno?ci PayU dla WooCommerce: przez PayU SA – 2.6.1<br>Product Feed ELITE for WooCommerce: przez AdTribes.io – 4.9.9<br>Product Feed PRO for WooCommerce: przez AdTribes.io – 13.4.0<br>Payment Plugins for Stripe WooCommerce: przez Payment Plugins<br>[email protected] – 3.3.80<br><br>Variation Swatches for WooCommerce: przez Emran Ahmed – 2.1.3<br>WooCommerce Advanced Free Shipping: przez Jeroen Sormani – 1.1.7<br>WooCommerce API Product Sync with Multiple Stores: przez Obtain Infotech – 2.9.1<br>WooCommerce Fakturownia: przez WP Desk – 1.9.2<br>Google Analytics for WooCommerce: przez WooCommerce – 2.1.9<br>WooCommerce Multilingual & Multicurrency: przez OnTheGoSystems – 5.3.9<br>WooCommerce: przez Automattic – 9.5.1<br>Wordfence Security: przez Wordfence – 8.0.1<br>WP Rollback: przez WP Rollback – 2.0.7<br>WPFront Notification Bar: przez Syam Mohan – 3.4.2<br>WPML Media Translation: przez OnTheGoSystems – 2.7.5<br>WPML String Translation: przez OnTheGoSystems – 3.2.17<br><br>### Inactive Plugins (6) ###<br><br>Classic Editor: przez WordPress Contributors – 1.6.7<br>Product Stock Waitlist Manager for WooCommerce: przez MultiVendorX – 2.5.14<br>Variation Images Gallery for WooCommerce: przez RadiusTheme – 2.3.15<br>WooCommerce - Show only lowest prices in variable products: przez Fernando Tellado – 1.0.6<br>WooCommerce UPC, EAN, and ISBN: przez Scott Bolinger – 0.5.1<br>WP Crontrol: przez John Blackbourn – 1.17.1<br><br>### Dropin Plugins () ###<br><br>db.php: Query Monitor Database Class (Drop-in)<br>maintenance.php: maintenance.php<br><br>### Must Use Plugins (1) ###<br><br>WordPress automation by >Aplikacje_cyberFolks: przez –<br><br>### Settings ###<br><br>Legacy API Enabled: –<br>Force SSL: –<br>Currency: PLN (z?)<br>Currency Position: right_space<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-2)<br>variable (variable)<br>wbs_bundle (wbs_bundle)<br><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><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><br>### Logging ###<br><br>Enabled: ?<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30 dni<br>Level threshold: –<br>Log directory size: 663 KB<br><br>### WC Pages ###<br><br>Strona sklepu: #3853 - /sklep/<br>Koszyk: #3134 - /koszyk/ - Zawiera krótki kod (shortcode) [woocommerce_cart]<br>Zamówienie: #3135 - /strona-zamowienia/ - Zawiera krótki kod (shortcode) [woocommerce_checkout]<br>Moje konto: #3854 - /moje-konto/<br>Regulamin: #12897 - /regulamin/<br><br>### Theme ###<br><br>Name: Electro<br>Version: 3.5.5<br>Author URL: https://madrasthemes.com/<br>Child Theme: ? – Je?li modyfikujesz WooCommerce lub motyw nadrz?dny<br>którego nie jeste? autorem<br>polecamy u?ywanie motywu potomnego. Zobacz: Jak tworzy? motywy potomne<br><br>Theme type: Klasyczny motyw<br>WooCommerce Support: ?<br><br>### Templates ###<br><br>Overrides: electro/woocommerce/archive-product.php<br>electro/woocommerce/global/quantity-input.php<br><br><br>### Admin ###<br><br>Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customize-store<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>mobile-app-banner<br>onboarding<br>onboarding-tasks<br>pattern-toolkit-full-composability<br>product-custom-fields<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>printful<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>launch-your-store<br><br>Disabled Features: product-data-views<br>experimental-blocks<br>coming-soon-newsletter-template<br>minified-js<br>product-pre-publish-modal<br>settings<br>async-product-editor-category-field<br>product-editor-template-system<br>blueprint<br>reactify-classic-payments-settings<br>use-wp-horizon<br>add-to-cart-with-options-stepper-layout<br><br>Daily Cron: ? Next scheduled: 2024-12-23 13:55:51 +01:00<br>Options: ?<br>Notes: 36<br>Onboarding: completed<br><br>### Action Scheduler ###<br><br>Zakończ: 1?110<br>Oldest: 2024-11-22 14:31:35 +0100<br>Newest: 2024-12-23 13:03:52 +0100<br><br>Niepowodzenie: 54<br>Oldest: 2023-07-24 15:40:24 +0200<br>Newest: 2024-12-12 16:12:56 +0100<br><br>Oczekuj?ce: 11<br>Oldest: 2024-12-23 14:03:52 +0100<br>Newest: 2024-12-27 02:54:26 +0100<br><br><br>### Status report information ###<br><br>Generated at: 2024-12-23 13:35:08 +01:00<br>
Page 2 (staging page without error):
<br>### WordPress Environment ###<br><br>WordPress address (URL): https://mguidedev.cfolks.pl/mexpo<br>Site address (URL): https://mguidedev.cfolks.pl/mexpo<br>WC Version: 9.5.1<br>Legacy REST API Package Version: Wtyczka przestarza?ego REST API nie jest zainstalowana w tej witrynie.<br>Action Scheduler Version: ? 3.8.2<br>Log Directory Writable: ?<br>WP Version: 6.7.1<br>WP Multisite: –<br>WP Memory Limit: 2 GB<br>WP Debug Mode: –<br>WP Cron: ?<br>Language: pl_PL<br>External object cache: –<br><br>### Server Environment ###<br><br>Server Info: LiteSpeed<br>PHP Version: 8.3.12<br>PHP Post Max Size: 256 MB<br>PHP Time Limit: 600<br>PHP Max Input Vars: 10000<br>cURL Version: 8.9.1<br>OpenSSL/1.1.1w<br><br>SUHOSIN Installed: –<br>MySQL Version: 10.6.19-MariaDB-cll-lve<br>Max Upload Size: 256 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><br>### Database ###<br><br>WC Database Version: 9.4.3<br>WC Database Prefix: ipfd_<br>Ca?kowity rozmiar bazy danych: 432.05MB<br>Rozmiar bazy danych: 333.45MB<br>Rozmiar indeksu bazy danych: 98.60MB<br>ipfd_woocommerce_sessions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_woocommerce_api_keys: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_woocommerce_attribute_taxonomies: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_woocommerce_downloadable_product_permissions: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_woocommerce_order_items: Dane: 1.52MB + Indeks: 0.19MB + Silnik InnoDB<br>ipfd_woocommerce_order_itemmeta: Dane: 4.52MB + Indeks: 4.03MB + Silnik InnoDB<br>ipfd_woocommerce_tax_rates: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_woocommerce_tax_rate_locations: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_woocommerce_shipping_zones: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_woocommerce_shipping_zone_locations: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_woocommerce_shipping_zone_methods: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_woocommerce_payment_tokens: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_woocommerce_payment_tokenmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_woocommerce_log: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_acfw_store_credits: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_actionscheduler_actions: Dane: 0.25MB + Indeks: 0.25MB + Silnik InnoDB<br>ipfd_actionscheduler_claims: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_actionscheduler_groups: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_actionscheduler_logs: Dane: 0.20MB + Indeks: 0.17MB + Silnik InnoDB<br>ipfd_adtribes_my_conversions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_asnp_wesb_badge: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_cky_banners: Dane: 0.08MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_cky_cookies: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_cky_cookie_categories: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_commentmeta: Dane: 0.06MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_comments: Dane: 2.52MB + Indeks: 1.42MB + Silnik InnoDB<br>ipfd_ee_products_sync_list: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_ee_product_sync_call: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_ee_product_sync_data: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_background_task: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_content_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_icl_core_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_icl_flags: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_icl_languages: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_icl_languages_translations: Dane: 0.20MB + Indeks: 0.14MB + Silnik InnoDB<br>ipfd_icl_locale_map: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_message_status: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_icl_mo_files_domains: Dane: 0.17MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_icl_node: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_reminders: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_strings: Dane: 7.52MB + Indeks: 15.09MB + Silnik InnoDB<br>ipfd_icl_string_batches: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_string_packages: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_string_pages: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_icl_string_positions: Dane: 1.52MB + Indeks: 0.42MB + Silnik InnoDB<br>ipfd_icl_string_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_icl_string_translations: Dane: 10.52MB + Indeks: 5.03MB + Silnik InnoDB<br>ipfd_icl_string_urls: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_icl_translate: Dane: 39.56MB + Indeks: 1.52MB + Silnik InnoDB<br>ipfd_icl_translate_job: Dane: 0.48MB + Indeks: 0.16MB + Silnik InnoDB<br>ipfd_icl_translations: Dane: 2.52MB + Indeks: 6.06MB + Silnik InnoDB<br>ipfd_icl_translation_batches: Dane: 0.06MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_translation_downloads: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_translation_status: Dane: 44.52MB + Indeks: 0.36MB + Silnik InnoDB<br>ipfd_itsec_bans: Dane: 0.06MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_itsec_lockouts: Dane: 0.02MB + Indeks: 0.08MB + Silnik InnoDB<br>ipfd_itsec_logs: Dane: 18.52MB + Indeks: 1.61MB + Silnik InnoDB<br>ipfd_itsec_mutexes: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_itsec_temp: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_lfb_calendarCategories: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_calendarEvents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_calendarReminders: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_calendars: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_coupons: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_customers: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_fields: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_forms: Dane: 0.16MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_items: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_layeredImages: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_links: Dane: 0.06MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_logs: Dane: 6.52MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_redirConditions: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_settings: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_steps: Dane: 0.19MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_variables: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_links: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_litespeed_img_optm: Dane: 4.52MB + Indeks: 4.03MB + Silnik InnoDB<br>ipfd_litespeed_img_optming: Dane: 0.17MB + Indeks: 0.31MB + Silnik InnoDB<br>ipfd_mailchimp_carts: Dane: 0.05MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_mailchimp_jobs: Dane: 0.09MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_mlw_questions: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_mlw_results: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_options: Dane: 12.41MB + Indeks: 1.34MB + Silnik InnoDB<br>ipfd_oxi_div_style: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_postmeta: Dane: 76.61MB + Indeks: 36.13MB + Silnik InnoDB<br>ipfd_posts: Dane: 12.52MB + Indeks: 6.06MB + Silnik InnoDB<br>ipfd_revslider_css: Dane: 0.13MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_revslider_css_bkp: Dane: 0.13MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_revslider_layer_animations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_revslider_layer_animations_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_revslider_navigations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_revslider_navigations_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_revslider_sliders: Dane: 1.52MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_revslider_sliders7: Dane: 0.33MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_revslider_sliders_bkp: Dane: 0.08MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_revslider_slides: Dane: 26.52MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_revslider_slides7: Dane: 19.52MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_revslider_slides_bkp: Dane: 4.52MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_revslider_static_slides: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_revslider_static_slides_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_social_users: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_termmeta: Dane: 0.50MB + Indeks: 0.66MB + Silnik InnoDB<br>ipfd_terms: Dane: 0.47MB + Indeks: 0.61MB + Silnik InnoDB<br>ipfd_term_relationships: Dane: 1.52MB + Indeks: 1.52MB + Silnik InnoDB<br>ipfd_term_taxonomy: Dane: 1.52MB + Indeks: 0.56MB + Silnik InnoDB<br>ipfd_tm_taskmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_tm_tasks: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_uacf7_form: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_usermeta: Dane: 2.52MB + Indeks: 3.03MB + Silnik InnoDB<br>ipfd_users: Dane: 0.11MB + Indeks: 0.08MB + Silnik InnoDB<br>ipfd_wcpt_sessions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wc_admin_notes: Dane: 0.06MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wc_admin_note_actions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wc_category_lookup: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wc_customer_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_wc_download_log: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_wc_orders: Dane: 0.02MB + Indeks: 0.11MB + Silnik InnoDB<br>ipfd_wc_orders_meta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_wc_order_addresses: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_wc_order_coupon_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_wc_order_operational_data: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_wc_order_product_lookup: Dane: 0.06MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_wc_order_stats: Dane: 0.05MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_wc_order_tax_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_wc_product_attributes_lookup: Dane: 2.52MB + Indeks: 2.52MB + Silnik InnoDB<br>ipfd_wc_product_download_directories: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wc_product_meta_lookup: Dane: 0.31MB + Indeks: 0.73MB + Silnik InnoDB<br>ipfd_wc_rate_limits: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wc_reserved_stock: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wc_tax_rate_classes: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wc_webhooks: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wdr_order_discounts: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wdr_order_item_discounts: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_wdr_rules: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfauditevents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfblockediplog: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfblocks7: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_wfconfig: Dane: 2.52MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfcrawlers: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wffilechanges: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wffilemods: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfhits: Dane: 1.17MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_wfhoover: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wfissues: Dane: 0.05MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_wfknownfilelist: Dane: 7.52MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wflivetraffichuman: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wflocs: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wflogins: Dane: 0.39MB + Indeks: 0.20MB + Silnik InnoDB<br>ipfd_wfls_2fa_secrets: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wfls_role_counts: Dane: 0.00MB + Indeks: 0.00MB + Silnik MEMORY<br>ipfd_wfls_settings: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfnotifications: Dane: 0.05MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfpendingissues: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_wfreversecache: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfsecurityevents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfsnipcache: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_wfstatus: Dane: 0.14MB + Indeks: 0.13MB + Silnik InnoDB<br>ipfd_wftrafficrates: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfwaffailures: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_woocommerce_gpf_google_taxonomy: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wpforms_tasks_meta: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_yith_wcwl: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_yith_wcwl_lists: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_yoast_indexable: Dane: 2.52MB + Indeks: 0.88MB + Silnik InnoDB<br>ipfd_yoast_indexable_hierarchy: Dane: 0.16MB + Indeks: 0.23MB + Silnik InnoDB<br>ipfd_yoast_migrations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_yoast_primary_term: Dane: 0.06MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_yoast_seo_links: Dane: 1.52MB + Indeks: 0.78MB + Silnik InnoDB<br>ipfd_yoast_seo_meta: Dane: 0.22MB + Indeks: 0.00MB + Silnik InnoDB<br><br>### Post Type Counts ###<br><br>acf-field: 2<br>acf-field-group: 2<br>attachment: 14270<br>awl-labels: 1<br>boxzilla-box: 1<br>br_suggestion: 12<br>ct_size_guide: 2<br>custom-css-js: 1<br>custom_css: 2<br>flamingo_contact: 289<br>flamingo_inbound: 41<br>gallery: 12<br>gfw_report: 142<br>itsec-dash-card: 6<br>itsec-dashboard: 1<br>mas_static_content: 14<br>mc4wp-form: 8<br>nav_menu_item: 1243<br>oembed_cache: 22<br>page: 228<br>pluginops_forms: 1<br>post: 3<br>product: 2276<br>product-feed: 2<br>product_variation: 374<br>qsm_quiz: 1<br>revision: 1<br>shop_coupon: 28<br>shop_order: 2143<br>shop_order_refund: 28<br>wafs: 1<br>wcp_ruleset: 2<br>wc_product_table: 8<br>wc_whsm: 1<br>wpcf7_contact_form: 26<br>wpforms: 4<br>wp_navigation: 1<br>wysijap: 1<br>xlwcty_thankyou: 1<br>yith-wcbm-badge: 6<br><br>### Security ###<br><br>Secure connection (HTTPS): ?<br>Hide errors from visitors: ?<br><br>### Active Plugins (46) ###<br><br>WP Cost Estimation & Payment Forms Builder: przez Biscay Charly (loopus) – 10.1.96<br>Advanced Custom Fields Multilingual: przez OnTheGoSystems – 2.1.4.2<br>AddFunc Head & Footer Code: przez AddFunc – 2.3<br>Advanced Custom Fields: przez WP Engine – 6.3.11<br>Edytor klasyczny: przez Kontrybutorzy WordPressa – 1.6.7<br>Conflict Finder - WP Fix It: przez WP Fix It – 6.3<br>Contact Form 7 Multilingual: przez OnTheGoSystems – 1.3.2<br>Contact Form 7: przez Takayuki Miyoshi – 6.0.2<br>CookieYes | GDPR Cookie Consent: przez CookieYes – 3.2.8<br>Electro Extensions: przez MadrasThemes – 3.5.3<br>Envato Market: przez Envato – 2.0.12<br>Flamingo: przez Takayuki Miyoshi – 2.5<br>Heateor Social Login: przez Team Heateor – 1.1.36<br>Inpost Paczkomaty: przez Damian Ziarnik – 1.0.34<br>WPBakery Page Builder: przez Michael M - WPBakery.com – 7.8<br>Mailchimp for WooCommerce: przez Mailchimp – 5.0<br>MC4WP: Mailchimp for WordPress: przez ibericode – 4.9.20<br>MAS Static Content: przez MadrasThemes – 1.0.9<br>MAS Brands for WooCommerce: przez MadrasThemes – 1.1.0<br>My Custom Functions: przez Space X-Chimp – 4.51<br>One Click Accessibility: przez One Click Accessibility – 2.1.0<br>PW WooCommerce Copy Coupon: przez Pimwick<br>LLC – 1.36<br><br>Query Monitor: przez John Blackbourn – 3.17.0<br>Redux Framework: przez Team Redux – 4.5.4<br>Slider Revolution Bubblemorph AddOn: przez ThemePunch – 6.7.4<br>Slider Revolution The FluidDynamics AddOn: przez ThemePunch – 6.7.6<br>Slider Revolution Particle Wave Add-On: przez ThemePunch – 6.7.6<br>Slider Revolution: przez ThemePunch – 6.7.23<br>WPML Multilingual CMS: przez OnTheGoSystems – 4.6.14<br>Category Order and Taxonomy Terms Order: przez Nsp-Code – 1.8.7<br>TrustMate.io integration for WooCommerce: przez TrustMate.io dev team – 1.12.6<br>MNKY | Visual Composer Pricing Boxes: przez MNKY – 1.0.1<br>WooCommerce UPC, EAN, and ISBN: przez Scott Bolinger – 0.5.1<br>Discount Rules Core: przez Flycart – 2.6.6<br>P?atno?ci PayU dla WooCommerce: przez PayU SA – 2.6.1<br>Payment Plugins for Stripe WooCommerce: przez Payment Plugins<br>[email protected] – 3.3.80<br><br>WooCommerce Advanced Free Shipping: przez Jeroen Sormani – 1.1.7<br>WooCommerce Fakturownia: przez WP Desk – 1.8.6<br>Google Analytics for WooCommerce: przez WooCommerce – 2.1.9<br>WooCommerce Multilingual & Multicurrency: przez OnTheGoSystems – 5.3.8<br>WooCommerce: przez Automattic – 9.5.1<br>Wordfence Security: przez Wordfence – 8.0.1<br>WP Rollback: przez WP Rollback – 2.0.7<br>WPFront Notification Bar: przez Syam Mohan – 3.4.2<br>WPML Media Translation: przez OnTheGoSystems – 2.7.5<br>WPML String Translation: przez OnTheGoSystems – 3.2.16<br><br>### Inactive Plugins (12) ###<br><br>Advanced Database Cleaner PRO: przez Younes JFR. – 3.2.10<br>Contact Form 7 - Dynamic Text Extension: przez AuRise Creative<br>SevenSpark – 5.0.2<br><br>Product Feed ELITE for WooCommerce: przez AdTribes.io – 2.8.4<br>Product Stock Waitlist Manager for WooCommerce: przez MultiVendorX – 2.5.14<br>Sale Badges and Product Labels for WooCommerce: przez Asana Plugins – 3.12.0<br>Ultimate Addons for Contact Form 7: przez Themefic – 3.4.16<br>Variation Images Gallery for WooCommerce: przez RadiusTheme – 2.3.15<br>Variation Swatches for WooCommerce: przez Emran Ahmed – 2.1.3<br>WooCommerce - Show only lowest prices in variable products: przez Fernando Tellado – 1.0.6<br>WooCommerce API Product Sync with Multiple Stores: przez Obtain Infotech – 2.9.1<br>WooCommerce Product Table PRO: przez WC Product Table – 3.8.5<br>WP Crontrol: przez John Blackbourn – 1.17.1<br><br>### Dropin Plugins () ###<br><br>maintenance.php: maintenance.php<br><br>### Must Use Plugins (2) ###<br><br>Plugin Conflict Finder Must Use: przez –<br>WordPress automation by >Aplikacje_cyberFolks: przez –<br><br>### Settings ###<br><br>Legacy API Enabled: –<br>Force SSL: –<br>Currency: PLN (z?)<br>Currency Position: right_space<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-2)<br>variable (variable)<br>wbs_bundle (wbs_bundle)<br><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><br>Connected to WooCommerce.com: –<br>Enforce Approved Product Download Directories: –<br>HPOS feature enabled: –<br>Order datastore: WC_Order_Data_Store_CPT<br>HPOS data sync enabled: –<br><br>### Logging ###<br><br>Enabled: ?<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30 dni<br>Level threshold: –<br>Log directory size: 679 KB<br><br>### WC Pages ###<br><br>Strona sklepu: #3853 - /sklep/<br>Koszyk: #3134 - /koszyk/ - Zawiera krótki kod (shortcode) [woocommerce_cart]<br>Zamówienie: #3135 - /strona-zamowienia/ - Zawiera krótki kod (shortcode) [woocommerce_checkout]<br>Moje konto: #3854 - /moje-konto/<br>Regulamin: #12897 - /regulamin/<br><br>### Theme ###<br><br>Name: Electro<br>Version: 3.5.5<br>Author URL: https://madrasthemes.com/<br>Child Theme: ? – Je?li modyfikujesz WooCommerce lub motyw nadrz?dny<br>którego nie jeste? autorem<br>polecamy u?ywanie motywu potomnego. Zobacz: Jak tworzy? motywy potomne<br><br>Theme type: Klasyczny motyw<br>WooCommerce Support: ?<br><br>### Templates ###<br><br>Overrides: electro/woocommerce/archive-product.php<br>electro/woocommerce/global/quantity-input.php<br><br><br>### Admin ###<br><br>Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customize-store<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>mobile-app-banner<br>onboarding<br>onboarding-tasks<br>pattern-toolkit-full-composability<br>product-custom-fields<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>printful<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>launch-your-store<br><br>Disabled Features: product-data-views<br>experimental-blocks<br>coming-soon-newsletter-template<br>minified-js<br>product-pre-publish-modal<br>settings<br>async-product-editor-category-field<br>product-editor-template-system<br>blueprint<br>reactify-classic-payments-settings<br>use-wp-horizon<br>add-to-cart-with-options-stepper-layout<br><br>Daily Cron: ? Next scheduled: 2024-12-23 13:55:51 +01:00<br>Options: ?<br>Notes: 36<br>Onboarding: completed<br><br>### Action Scheduler ###<br><br>Zakończ: 453<br>Oldest: 2024-11-22 14:31:35 +0100<br>Newest: 2024-12-23 13:52:30 +0100<br><br>Niepowodzenie: 28<br>Oldest: 2023-07-24 15:40:24 +0200<br>Newest: 2024-12-02 10:50:48 +0100<br><br>Oczekuj?ce: 2<br>Oldest: 2024-12-24 06:22:09 +0100<br>Newest: 2024-12-24 06:22:09 +0100<br><br><br>### Status report information ###<br><br>Generated at: 2024-12-23 13:52:50 +01:00<br>
Hello n3w.mod3l,
Thank you for your reply.
I checked the reports of both sites and noticed that:
– Staging site has 8.3.12 and the live site has 8.1.30
– Staging site has 46 active plugins and the live site has 51 active plugins.Could you create a new staging site with the same configuration and then check if the issue persists on the staging site? This step will help determine the cause of the problem.
Looking forward to your response. ??
Yes, I’ve updated and changed a few things in the meantime. Again:
Page 1 (with error):<br>### WordPress Environment ###<br><br>WordPress address (URL): https://mguide.eu<br>Site address (URL): https://mguide.eu<br>WC Version: 9.5.1<br>Legacy REST API Package Version: Wtyczka przestarza?ego REST API nie jest zainstalowana w tej witrynie.<br>Action Scheduler Version: ? 3.8.2<br>Log Directory Writable: ?<br>WP Version: 6.7.1<br>WP Multisite: –<br>WP Memory Limit: 2 GB<br>WP Debug Mode: –<br>WP Cron: ?<br>Language: pl_PL<br>External object cache: –<br><br>### Server Environment ###<br><br>Server Info: LiteSpeed<br>PHP Version: 8.1.30<br>PHP Post Max Size: 512 MB<br>PHP Time Limit: 600<br>PHP Max Input Vars: 10000<br>cURL Version: 8.9.1<br>OpenSSL/1.1.1w<br><br>SUHOSIN Installed: –<br>MySQL Version: 10.6.19-MariaDB-cll-lve<br>Max Upload Size: 512 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><br>### Database ###<br><br>WC Database Version: 9.5.1<br>WC Database Prefix: wp_<br>Ca?kowity rozmiar bazy danych: 511.03MB<br>Rozmiar bazy danych: 399.90MB<br>Rozmiar indeksu bazy danych: 111.13MB<br>wp_woocommerce_sessions: Dane: 6.02MB + Indeks: 0.08MB + Silnik InnoDB<br>wp_woocommerce_api_keys: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_woocommerce_attribute_taxonomies: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_woocommerce_downloadable_product_permissions: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_woocommerce_order_items: Dane: 1.52MB + Indeks: 0.19MB + Silnik InnoDB<br>wp_woocommerce_order_itemmeta: Dane: 4.52MB + Indeks: 4.03MB + Silnik InnoDB<br>wp_woocommerce_tax_rates: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_woocommerce_tax_rate_locations: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_woocommerce_shipping_zones: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_woocommerce_shipping_zone_locations: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_woocommerce_shipping_zone_methods: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_woocommerce_payment_tokens: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_woocommerce_payment_tokenmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_woocommerce_log: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_actionscheduler_actions: Dane: 0.50MB + Indeks: 0.50MB + Silnik InnoDB<br>wp_actionscheduler_claims: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_actionscheduler_groups: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_actionscheduler_logs: Dane: 0.19MB + Indeks: 0.13MB + Silnik InnoDB<br>wp_cky_banners: Dane: 0.08MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_cky_cookies: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_cky_cookie_categories: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_commentmeta: Dane: 0.06MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_comments: Dane: 2.52MB + Indeks: 1.38MB + Silnik InnoDB<br>wp_ee_products_sync_list: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_ee_product_sync_call: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_ee_product_sync_data: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_background_task: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_content_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_core_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_flags: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_languages: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_icl_languages_translations: Dane: 0.20MB + Indeks: 0.14MB + Silnik InnoDB<br>wp_icl_locale_map: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_message_status: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_icl_mo_files_domains: Dane: 0.17MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_icl_node: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_reminders: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_strings: Dane: 7.52MB + Indeks: 15.09MB + Silnik InnoDB<br>wp_icl_string_batches: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_string_packages: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_string_pages: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_icl_string_positions: Dane: 1.52MB + Indeks: 0.42MB + Silnik InnoDB<br>wp_icl_string_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_string_translations: Dane: 10.52MB + Indeks: 5.03MB + Silnik InnoDB<br>wp_icl_string_urls: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_icl_translate: Dane: 39.56MB + Indeks: 1.52MB + Silnik InnoDB<br>wp_icl_translate_job: Dane: 0.48MB + Indeks: 0.16MB + Silnik InnoDB<br>wp_icl_translations: Dane: 2.52MB + Indeks: 6.06MB + Silnik InnoDB<br>wp_icl_translation_batches: Dane: 0.06MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_translation_downloads: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_icl_translation_status: Dane: 44.52MB + Indeks: 0.36MB + Silnik InnoDB<br>wp_itsec_bans: Dane: 0.06MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_itsec_lockouts: Dane: 0.02MB + Indeks: 0.08MB + Silnik InnoDB<br>wp_itsec_logs: Dane: 18.52MB + Indeks: 1.61MB + Silnik InnoDB<br>wp_itsec_mutexes: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_itsec_temp: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_lfb_calendarCategories: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_calendarEvents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_calendarReminders: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_calendars: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_coupons: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_customers: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_fields: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_forms: Dane: 0.16MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_items: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_layeredImages: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_links: Dane: 0.06MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_logs: Dane: 6.52MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_redirConditions: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_settings: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_steps: Dane: 0.19MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_lfb_variables: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_links: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_litespeed_img_optm: Dane: 4.52MB + Indeks: 4.03MB + Silnik InnoDB<br>wp_litespeed_img_optming: Dane: 0.17MB + Indeks: 0.31MB + Silnik InnoDB<br>wp_mailchimp_carts: Dane: 0.05MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_mailchimp_jobs: Dane: 0.16MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_mlw_questions: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_mlw_results: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_options: Dane: 37.34MB + Indeks: 2.50MB + Silnik InnoDB<br>wp_postmeta: Dane: 80.61MB + Indeks: 37.13MB + Silnik InnoDB<br>wp_posts: Dane: 13.52MB + Indeks: 6.06MB + Silnik InnoDB<br>wp_revslider_css: Dane: 0.13MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_revslider_css_bkp: Dane: 0.13MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_layer_animations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_revslider_layer_animations_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_navigations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_revslider_navigations_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_sliders: Dane: 1.52MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_revslider_sliders7: Dane: 0.31MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_revslider_sliders_bkp: Dane: 0.08MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_slides: Dane: 25.52MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_revslider_slides7: Dane: 20.52MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_revslider_slides_bkp: Dane: 4.52MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_revslider_static_slides: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_revslider_static_slides_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_social_users: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_termmeta: Dane: 0.50MB + Indeks: 0.66MB + Silnik InnoDB<br>wp_terms: Dane: 0.47MB + Indeks: 0.59MB + Silnik InnoDB<br>wp_term_relationships: Dane: 1.52MB + Indeks: 1.52MB + Silnik InnoDB<br>wp_term_taxonomy: Dane: 1.52MB + Indeks: 0.56MB + Silnik InnoDB<br>wp_tm_taskmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_tm_tasks: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_uacf7_form: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_usermeta: Dane: 2.52MB + Indeks: 3.03MB + Silnik InnoDB<br>wp_users: Dane: 0.11MB + Indeks: 0.08MB + Silnik InnoDB<br>wp_wcpt_sessions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_admin_notes: Dane: 0.05MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wc_admin_note_actions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_category_lookup: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wc_customer_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_wc_download_log: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_wc_orders: Dane: 1.52MB + Indeks: 0.83MB + Silnik InnoDB<br>wp_wc_orders_meta: Dane: 27.55MB + Indeks: 11.11MB + Silnik InnoDB<br>wp_wc_order_addresses: Dane: 1.52MB + Indeks: 0.69MB + Silnik InnoDB<br>wp_wc_order_coupon_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_wc_order_operational_data: Dane: 0.41MB + Indeks: 0.22MB + Silnik InnoDB<br>wp_wc_order_product_lookup: Dane: 0.06MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_wc_order_stats: Dane: 0.05MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_wc_order_tax_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_wc_product_attributes_lookup: Dane: 0.41MB + Indeks: 0.28MB + Silnik InnoDB<br>wp_wc_product_download_directories: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_product_meta_lookup: Dane: 0.31MB + Indeks: 0.77MB + Silnik InnoDB<br>wp_wc_rate_limits: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_reserved_stock: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wc_tax_rate_classes: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wc_webhooks: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wdr_order_discounts: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wdr_order_item_discounts: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_wdr_rules: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfauditevents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfblockediplog: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfblocks7: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_wfconfig: Dane: 3.38MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfcrawlers: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wffilechanges: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wffilemods: Dane: 2.52MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfhits: Dane: 2.02MB + Indeks: 0.25MB + Silnik InnoDB<br>wp_wfhoover: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wfissues: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_wfknownfilelist: Dane: 6.52MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wflivetraffichuman: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wflocs: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wflogins: Dane: 0.39MB + Indeks: 0.19MB + Silnik InnoDB<br>wp_wfls_2fa_secrets: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_wfls_role_counts: Dane: 0.00MB + Indeks: 0.00MB + Silnik MEMORY<br>wp_wfls_settings: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfnotifications: Dane: 0.05MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfpendingissues: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_wfreversecache: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfsecurityevents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfsnipcache: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>wp_wfstatus: Dane: 0.14MB + Indeks: 0.11MB + Silnik InnoDB<br>wp_wftrafficrates: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wfwaffailures: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_woocommerce_gpf_google_taxonomy: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_wpforms_tasks_meta: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>wp_yith_wcwl: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_yith_wcwl_lists: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>wp_yoast_indexable: Dane: 2.52MB + Indeks: 0.70MB + Silnik InnoDB<br>wp_yoast_migrations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>wp_yoast_primary_term: Dane: 0.05MB + Indeks: 0.03MB + Silnik InnoDB<br>wp_yoast_seo_links: Dane: 1.52MB + Indeks: 0.78MB + Silnik InnoDB<br>wp_yoast_seo_meta: Dane: 0.22MB + Indeks: 0.00MB + Silnik InnoDB<br><br>### Post Type Counts ###<br><br>acf-field: 2<br>acf-field-group: 2<br>adt_product_feed: 7<br>attachment: 14326<br>awl-labels: 1<br>boxzilla-box: 1<br>br_suggestion: 12<br>ct_size_guide: 2<br>custom-css-js: 1<br>customize_changeset: 5<br>custom_css: 2<br>flamingo_contact: 302<br>flamingo_inbound: 43<br>gallery: 12<br>gfw_report: 142<br>itsec-dash-card: 6<br>itsec-dashboard: 1<br>mas_static_content: 14<br>mc4wp-form: 8<br>nav_menu_item: 1243<br>oembed_cache: 22<br>page: 228<br>pluginops_forms: 1<br>post: 2<br>product: 2275<br>product-feed: 2<br>product_variation: 374<br>qsm_quiz: 1<br>revision: 59<br>shop_coupon: 29<br>shop_order: 2166<br>shop_order_placehold: 7<br>shop_order_refund: 28<br>wafs: 1<br>wcp_ruleset: 2<br>wc_product_table: 8<br>wc_whsm: 1<br>wpcf7_contact_form: 26<br>wpforms: 4<br>wp_navigation: 1<br>wysijap: 1<br>xlwcty_thankyou: 1<br>yith-wcbm-badge: 6<br><br>### Security ###<br><br>Secure connection (HTTPS): ?<br>Hide errors from visitors: ?<br><br>### Active Plugins (51) ###<br><br>WP Cost Estimation & Payment Forms Builder: przez Biscay Charly (loopus) – 10.1.88<br>Advanced Custom Fields Multilingual: przez OnTheGoSystems – 2.1.4.2<br>AddFunc Head & Footer Code: przez AddFunc – 2.3<br>Advanced Custom Fields: przez WP Engine – 6.3.11<br>Advanced Database Cleaner PRO: przez Younes JFR. – 3.2.10<br>Contact Form 7 Multilingual: przez OnTheGoSystems – 1.3.2<br>Contact Form 7: przez Takayuki Miyoshi – 6.0.2<br>CookieYes | GDPR Cookie Consent: przez CookieYes – 3.2.8<br>Disable Bloat for WordPress & WooCommerce: przez Disable Bloat – 3.4.9<br>Electro Extensions: przez MadrasThemes – 3.5.3<br>Envato Market: przez Envato – 2.0.12<br>Flamingo: przez Takayuki Miyoshi – 2.5<br>Heateor Social Login: przez Team Heateor – 1.1.36<br>Inpost Paczkomaty: przez Damian Ziarnik – 1.0.34<br>WPBakery Page Builder: przez Michael M - WPBakery.com – 7.8<br>Mailchimp for WooCommerce: przez Mailchimp – 5.0<br>MC4WP: Mailchimp for WordPress: przez ibericode – 4.9.20<br>MAS Static Content: przez MadrasThemes – 1.0.9<br>MAS Brands for WooCommerce: przez MadrasThemes – 1.1.0<br>My Custom Functions: przez Space X-Chimp – 4.51<br>One Click Accessibility: przez One Click Accessibility – 2.1.0<br>PW WooCommerce Copy Coupon: przez Pimwick<br>LLC – 1.36<br><br>Query Monitor: przez John Blackbourn – 3.17.0<br>Redux Framework: przez Team Redux – 4.5.4<br>Slider Revolution Bubblemorph AddOn: przez ThemePunch – 6.7.4<br>Slider Revolution The FluidDynamics AddOn: przez ThemePunch – 6.7.6<br>Slider Revolution Mousetrap Add-On: przez ThemePunch – 6.7.6<br>Slider Revolution Particle Wave Add-On: przez ThemePunch – 6.7.6<br>Slider Revolution Transitionpack Add-On: przez ThemePunch – 6.7.6<br>Slider Revolution: przez ThemePunch – 6.7.25<br>WPML Multilingual CMS: przez OnTheGoSystems – 4.6.15<br>Category Order and Taxonomy Terms Order: przez Nsp-Code – 1.8.7<br>TrustMate.io integration for WooCommerce: przez TrustMate.io dev team – 1.12.6<br>MNKY | Visual Composer Pricing Boxes: przez MNKY – 1.0.1<br>Discount Rules Core: przez Flycart – 2.6.6<br>P?atno?ci PayU dla WooCommerce: przez PayU SA – 2.6.1<br>Product Feed ELITE for WooCommerce: przez AdTribes.io – 4.9.9<br>Product Feed PRO for WooCommerce: przez AdTribes.io – 13.4.0<br>Payment Plugins for Stripe WooCommerce: przez Payment Plugins<br>[email protected] – 3.3.80<br><br>Variation Swatches for WooCommerce: przez Emran Ahmed – 2.1.3<br>WooCommerce Advanced Free Shipping: przez Jeroen Sormani – 1.1.7<br>WooCommerce API Product Sync with Multiple Stores: przez Obtain Infotech – 2.9.1<br>WooCommerce Fakturownia: przez WP Desk – 1.9.2<br>Google Analytics for WooCommerce: przez WooCommerce – 2.1.9<br>WooCommerce Multilingual & Multicurrency: przez OnTheGoSystems – 5.3.9<br>WooCommerce: przez Automattic – 9.5.1<br>Wordfence Security: przez Wordfence – 8.0.1<br>WP Rollback: przez WP Rollback – 2.0.7<br>WPFront Notification Bar: przez Syam Mohan – 3.4.2<br>WPML Media Translation: przez OnTheGoSystems – 2.7.5<br>WPML String Translation: przez OnTheGoSystems – 3.2.17<br><br>### Inactive Plugins (6) ###<br><br>Classic Editor: przez WordPress Contributors – 1.6.7<br>Product Stock Waitlist Manager for WooCommerce: przez MultiVendorX – 2.5.15<br>Variation Images Gallery for WooCommerce: przez RadiusTheme – 2.3.16<br>WooCommerce - Show only lowest prices in variable products: przez Fernando Tellado – 1.0.7<br>WooCommerce UPC, EAN, and ISBN: przez Scott Bolinger – 0.5.1<br>WP Crontrol: przez John Blackbourn – 1.17.1<br><br>### Dropin Plugins () ###<br><br>db.php: Query Monitor Database Class (Drop-in)<br>maintenance.php: maintenance.php<br><br>### Must Use Plugins (1) ###<br><br>WordPress automation by >Aplikacje_cyberFolks: przez –<br><br>### Settings ###<br><br>Legacy API Enabled: –<br>Force SSL: –<br>Currency: PLN (z?)<br>Currency Position: right_space<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-2)<br>variable (variable)<br>wbs_bundle (wbs_bundle)<br><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><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><br>### Logging ###<br><br>Enabled: ?<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30 dni<br>Level threshold: –<br>Log directory size: 269 KB<br><br>### WC Pages ###<br><br>Strona sklepu: #3853 - /sklep/<br>Koszyk: #3134 - /koszyk/ - Zawiera krótki kod (shortcode) [woocommerce_cart]<br>Zamówienie: #3135 - /strona-zamowienia/ - Zawiera krótki kod (shortcode) [woocommerce_checkout]<br>Moje konto: #3854 - /moje-konto/<br>Regulamin: #12897 - /regulamin/<br><br>### Theme ###<br><br>Name: Electro<br>Version: 3.5.5<br>Author URL: https://madrasthemes.com/<br>Child Theme: ? – Je?li modyfikujesz WooCommerce lub motyw nadrz?dny<br>którego nie jeste? autorem<br>polecamy u?ywanie motywu potomnego. Zobacz: Jak tworzy? motywy potomne<br><br>Theme type: Klasyczny motyw<br>WooCommerce Support: ?<br><br>### Templates ###<br><br>Overrides: electro/woocommerce/archive-product.php<br>electro/woocommerce/global/quantity-input.php<br><br><br>### Admin ###<br><br>Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customize-store<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>mobile-app-banner<br>onboarding<br>onboarding-tasks<br>pattern-toolkit-full-composability<br>product-custom-fields<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>printful<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>launch-your-store<br><br>Disabled Features: product-data-views<br>experimental-blocks<br>coming-soon-newsletter-template<br>minified-js<br>product-pre-publish-modal<br>settings<br>async-product-editor-category-field<br>product-editor-template-system<br>blueprint<br>reactify-classic-payments-settings<br>use-wp-horizon<br>add-to-cart-with-options-stepper-layout<br><br>Daily Cron: ? Next scheduled: 2024-12-30 13:55:51 +01:00<br>Options: ?<br>Notes: 36<br>Onboarding: completed<br><br>### Action Scheduler ###<br><br>Anulowano: 3<br>Oldest: -0001-11-30 01:24:00 +0124<br>Newest: -0001-11-30 01:24:00 +0124<br><br>Zakończ: 1?168<br>Oldest: 2024-12-23 15:44:34 +0100<br>Newest: 2024-12-30 11:44:42 +0100<br><br>Niepowodzenie: 60<br>Oldest: 2024-02-29 14:19:42 +0100<br>Newest: 2024-12-12 16:12:56 +0100<br><br>W toku: 1<br>Oldest: –<br>Newest: –<br><br>Oczekuj?ce: 8<br>Oldest: 2024-04-19 11:05:14 +0200<br>Newest: 2025-01-03 02:57:01 +0100<br><br><br>### Status report information ###<br><br>Generated at: 2024-12-30 12:36:58 +01:00<br>
Page 2 (staging page without error):
<br>### WordPress Environment ###<br><br>WordPress address (URL): https://mguidedev.cfolks.pl/mexpo<br>Site address (URL): https://mguidedev.cfolks.pl/mexpo<br>WC Version: 9.5.1<br>Legacy REST API Package Version: Wtyczka przestarza?ego REST API nie jest zainstalowana w tej witrynie.<br>Action Scheduler Version: ? 3.8.2<br>Log Directory Writable: ?<br>WP Version: 6.7.1<br>WP Multisite: –<br>WP Memory Limit: 2 GB<br>WP Debug Mode: –<br>WP Cron: ?<br>Language: pl_PL<br>External object cache: –<br><br>### Server Environment ###<br><br>Server Info: LiteSpeed<br>PHP Version: 8.1.30<br>PHP Post Max Size: 512 MB<br>PHP Time Limit: 600<br>PHP Max Input Vars: 10000<br>cURL Version: 8.9.1<br>OpenSSL/1.1.1w<br><br>SUHOSIN Installed: –<br>MySQL Version: 10.6.19-MariaDB-cll-lve<br>Max Upload Size: 512 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><br>### Database ###<br><br>WC Database Version: 9.5.1<br>WC Database Prefix: ipfd_<br>Ca?kowity rozmiar bazy danych: 488.62MB<br>Rozmiar bazy danych: 377.51MB<br>Rozmiar indeksu bazy danych: 111.11MB<br>ipfd_woocommerce_sessions: Dane: 4.52MB + Indeks: 0.08MB + Silnik InnoDB<br>ipfd_woocommerce_api_keys: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_woocommerce_attribute_taxonomies: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_woocommerce_downloadable_product_permissions: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_woocommerce_order_items: Dane: 1.52MB + Indeks: 0.19MB + Silnik InnoDB<br>ipfd_woocommerce_order_itemmeta: Dane: 4.52MB + Indeks: 4.03MB + Silnik InnoDB<br>ipfd_woocommerce_tax_rates: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_woocommerce_tax_rate_locations: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_woocommerce_shipping_zones: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_woocommerce_shipping_zone_locations: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_woocommerce_shipping_zone_methods: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_woocommerce_payment_tokens: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_woocommerce_payment_tokenmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_woocommerce_log: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_acfw_store_credits: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_actionscheduler_actions: Dane: 0.44MB + Indeks: 0.56MB + Silnik InnoDB<br>ipfd_actionscheduler_claims: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_actionscheduler_groups: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_actionscheduler_logs: Dane: 0.34MB + Indeks: 0.25MB + Silnik InnoDB<br>ipfd_adtribes_my_conversions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_asnp_wesb_badge: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_cky_banners: Dane: 0.08MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_cky_cookies: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_cky_cookie_categories: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_commentmeta: Dane: 0.06MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_comments: Dane: 2.52MB + Indeks: 1.44MB + Silnik InnoDB<br>ipfd_ee_products_sync_list: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_ee_product_sync_call: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_ee_product_sync_data: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_background_task: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_content_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_icl_core_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_icl_flags: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_icl_languages: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_icl_languages_translations: Dane: 0.20MB + Indeks: 0.14MB + Silnik InnoDB<br>ipfd_icl_locale_map: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_message_status: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_icl_mo_files_domains: Dane: 0.17MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_icl_node: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_reminders: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_strings: Dane: 7.52MB + Indeks: 15.09MB + Silnik InnoDB<br>ipfd_icl_string_batches: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_string_packages: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_string_pages: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_icl_string_positions: Dane: 1.52MB + Indeks: 0.42MB + Silnik InnoDB<br>ipfd_icl_string_status: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_icl_string_translations: Dane: 10.52MB + Indeks: 5.03MB + Silnik InnoDB<br>ipfd_icl_string_urls: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_icl_translate: Dane: 39.56MB + Indeks: 1.52MB + Silnik InnoDB<br>ipfd_icl_translate_job: Dane: 0.48MB + Indeks: 0.16MB + Silnik InnoDB<br>ipfd_icl_translations: Dane: 2.52MB + Indeks: 6.06MB + Silnik InnoDB<br>ipfd_icl_translation_batches: Dane: 0.06MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_translation_downloads: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_icl_translation_status: Dane: 43.52MB + Indeks: 0.36MB + Silnik InnoDB<br>ipfd_itsec_bans: Dane: 0.06MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_itsec_lockouts: Dane: 0.02MB + Indeks: 0.08MB + Silnik InnoDB<br>ipfd_itsec_logs: Dane: 18.52MB + Indeks: 1.61MB + Silnik InnoDB<br>ipfd_itsec_mutexes: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_itsec_temp: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_lfb_calendarCategories: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_calendarEvents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_calendarReminders: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_calendars: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_coupons: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_customers: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_fields: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_forms: Dane: 0.16MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_items: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_layeredImages: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_links: Dane: 0.06MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_logs: Dane: 6.52MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_redirConditions: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_settings: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_steps: Dane: 0.19MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_lfb_variables: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_links: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_litespeed_img_optm: Dane: 4.52MB + Indeks: 4.03MB + Silnik InnoDB<br>ipfd_litespeed_img_optming: Dane: 0.17MB + Indeks: 0.31MB + Silnik InnoDB<br>ipfd_mailchimp_carts: Dane: 0.05MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_mailchimp_jobs: Dane: 0.19MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_mlw_questions: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_mlw_results: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_options: Dane: 17.52MB + Indeks: 1.81MB + Silnik InnoDB<br>ipfd_oxi_div_style: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_postmeta: Dane: 82.61MB + Indeks: 37.13MB + Silnik InnoDB<br>ipfd_posts: Dane: 12.52MB + Indeks: 6.06MB + Silnik InnoDB<br>ipfd_revslider_css: Dane: 0.13MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_revslider_css_bkp: Dane: 0.13MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_revslider_layer_animations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_revslider_layer_animations_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_revslider_navigations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_revslider_navigations_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_revslider_sliders: Dane: 1.52MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_revslider_sliders7: Dane: 0.34MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_revslider_sliders_bkp: Dane: 0.08MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_revslider_slides: Dane: 27.52MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_revslider_slides7: Dane: 20.52MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_revslider_slides_bkp: Dane: 4.52MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_revslider_static_slides: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_revslider_static_slides_bkp: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_social_users: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_termmeta: Dane: 0.50MB + Indeks: 0.66MB + Silnik InnoDB<br>ipfd_terms: Dane: 0.47MB + Indeks: 0.61MB + Silnik InnoDB<br>ipfd_term_relationships: Dane: 1.52MB + Indeks: 1.52MB + Silnik InnoDB<br>ipfd_term_taxonomy: Dane: 1.52MB + Indeks: 0.56MB + Silnik InnoDB<br>ipfd_tm_taskmeta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_tm_tasks: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_uacf7_form: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_usermeta: Dane: 2.52MB + Indeks: 3.03MB + Silnik InnoDB<br>ipfd_users: Dane: 0.11MB + Indeks: 0.08MB + Silnik InnoDB<br>ipfd_wcpt_sessions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wc_admin_notes: Dane: 0.06MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wc_admin_note_actions: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wc_category_lookup: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wc_customer_lookup: Dane: 0.05MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_wc_download_log: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_wc_orders: Dane: 1.52MB + Indeks: 0.84MB + Silnik InnoDB<br>ipfd_wc_orders_meta: Dane: 27.55MB + Indeks: 11.11MB + Silnik InnoDB<br>ipfd_wc_order_addresses: Dane: 1.52MB + Indeks: 0.69MB + Silnik InnoDB<br>ipfd_wc_order_coupon_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_wc_order_operational_data: Dane: 0.41MB + Indeks: 0.22MB + Silnik InnoDB<br>ipfd_wc_order_product_lookup: Dane: 0.06MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_wc_order_stats: Dane: 0.05MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_wc_order_tax_lookup: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_wc_product_attributes_lookup: Dane: 0.27MB + Indeks: 0.25MB + Silnik InnoDB<br>ipfd_wc_product_download_directories: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wc_product_meta_lookup: Dane: 0.31MB + Indeks: 0.77MB + Silnik InnoDB<br>ipfd_wc_rate_limits: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wc_reserved_stock: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wc_tax_rate_classes: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wc_webhooks: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wdr_order_discounts: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wdr_order_item_discounts: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_wdr_rules: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfauditevents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfblockediplog: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfblocks7: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_wfconfig: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfcrawlers: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wffilechanges: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wffilemods: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfhits: Dane: 1.52MB + Indeks: 0.27MB + Silnik InnoDB<br>ipfd_wfhoover: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wfissues: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_wfknownfilelist: Dane: 6.52MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wflivetraffichuman: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wflocs: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wflogins: Dane: 0.39MB + Indeks: 0.19MB + Silnik InnoDB<br>ipfd_wfls_2fa_secrets: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_wfls_role_counts: Dane: 0.00MB + Indeks: 0.00MB + Silnik MEMORY<br>ipfd_wfls_settings: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfnotifications: Dane: 0.05MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfpendingissues: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_wfreversecache: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfsecurityevents: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfsnipcache: Dane: 0.02MB + Indeks: 0.05MB + Silnik InnoDB<br>ipfd_wfstatus: Dane: 0.13MB + Indeks: 0.09MB + Silnik InnoDB<br>ipfd_wftrafficrates: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wfwaffailures: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_woocommerce_gpf_google_taxonomy: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_wpforms_tasks_meta: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB<br>ipfd_yith_wcwl: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_yith_wcwl_lists: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB<br>ipfd_yoast_indexable: Dane: 2.52MB + Indeks: 0.88MB + Silnik InnoDB<br>ipfd_yoast_indexable_hierarchy: Dane: 0.16MB + Indeks: 0.23MB + Silnik InnoDB<br>ipfd_yoast_migrations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB<br>ipfd_yoast_primary_term: Dane: 0.06MB + Indeks: 0.03MB + Silnik InnoDB<br>ipfd_yoast_seo_links: Dane: 1.52MB + Indeks: 0.78MB + Silnik InnoDB<br>ipfd_yoast_seo_meta: Dane: 0.22MB + Indeks: 0.00MB + Silnik InnoDB<br><br>### Post Type Counts ###<br><br>acf-field: 2<br>acf-field-group: 2<br>adt_product_feed: 7<br>attachment: 14326<br>awl-labels: 1<br>boxzilla-box: 1<br>br_suggestion: 12<br>ct_size_guide: 2<br>custom-css-js: 1<br>customize_changeset: 5<br>custom_css: 2<br>flamingo_contact: 302<br>flamingo_inbound: 43<br>gallery: 12<br>gfw_report: 142<br>itsec-dash-card: 6<br>itsec-dashboard: 1<br>mas_static_content: 14<br>mc4wp-form: 8<br>nav_menu_item: 1243<br>oembed_cache: 22<br>page: 228<br>pluginops_forms: 1<br>post: 2<br>product: 2275<br>product-feed: 2<br>product_variation: 374<br>qsm_quiz: 1<br>revision: 59<br>shop_coupon: 29<br>shop_order: 2166<br>shop_order_placehold: 7<br>shop_order_refund: 28<br>wafs: 1<br>wcp_ruleset: 2<br>wc_product_table: 8<br>wc_whsm: 1<br>wpcf7_contact_form: 26<br>wpforms: 4<br>wp_navigation: 1<br>wysijap: 1<br>xlwcty_thankyou: 1<br>yith-wcbm-badge: 6<br><br>### Security ###<br><br>Secure connection (HTTPS): ?<br>Hide errors from visitors: ?<br><br>### Active Plugins (51) ###<br><br>WP Cost Estimation & Payment Forms Builder: przez Biscay Charly (loopus) – 10.1.88<br>Advanced Custom Fields Multilingual: przez OnTheGoSystems – 2.1.4.2<br>AddFunc Head & Footer Code: przez AddFunc – 2.3<br>Advanced Custom Fields: przez WP Engine – 6.3.11<br>Advanced Database Cleaner PRO: przez Younes JFR. – 3.2.10<br>Contact Form 7 Multilingual: przez OnTheGoSystems – 1.3.2<br>Contact Form 7: przez Takayuki Miyoshi – 6.0.2<br>CookieYes | GDPR Cookie Consent: przez CookieYes – 3.2.8<br>Disable Bloat for WordPress & WooCommerce: przez Disable Bloat – 3.4.9<br>Electro Extensions: przez MadrasThemes – 3.5.3<br>Envato Market: przez Envato – 2.0.12<br>Flamingo: przez Takayuki Miyoshi – 2.5<br>Heateor Social Login: przez Team Heateor – 1.1.36<br>Inpost Paczkomaty: przez Damian Ziarnik – 1.0.34<br>WPBakery Page Builder: przez Michael M - WPBakery.com – 7.8<br>Mailchimp for WooCommerce: przez Mailchimp – 5.0<br>MC4WP: Mailchimp for WordPress: przez ibericode – 4.9.20<br>MAS Static Content: przez MadrasThemes – 1.0.9<br>MAS Brands for WooCommerce: przez MadrasThemes – 1.1.0<br>My Custom Functions: przez Space X-Chimp – 4.51<br>One Click Accessibility: przez One Click Accessibility – 2.1.0<br>PW WooCommerce Copy Coupon: przez Pimwick<br>LLC – 1.36<br><br>Query Monitor: przez John Blackbourn – 3.17.0<br>Redux Framework: przez Team Redux – 4.5.4<br>Slider Revolution Bubblemorph AddOn: przez ThemePunch – 6.7.4<br>Slider Revolution The FluidDynamics AddOn: przez ThemePunch – 6.7.6<br>Slider Revolution Mousetrap Add-On: przez ThemePunch – 6.7.6<br>Slider Revolution Particle Wave Add-On: przez ThemePunch – 6.7.6<br>Slider Revolution Transitionpack Add-On: przez ThemePunch – 6.7.6<br>Slider Revolution: przez ThemePunch – 6.7.25<br>WPML Multilingual CMS: przez OnTheGoSystems – 4.6.15<br>Category Order and Taxonomy Terms Order: przez Nsp-Code – 1.8.7<br>TrustMate.io integration for WooCommerce: przez TrustMate.io dev team – 1.12.6<br>MNKY | Visual Composer Pricing Boxes: przez MNKY – 1.0.1<br>Discount Rules Core: przez Flycart – 2.6.6<br>P?atno?ci PayU dla WooCommerce: przez PayU SA – 2.6.1<br>Product Feed ELITE for WooCommerce: przez AdTribes.io – 4.9.9<br>Product Feed PRO for WooCommerce: przez AdTribes.io – 13.4.0<br>Payment Plugins for Stripe WooCommerce: przez Payment Plugins<br>[email protected] – 3.3.80<br><br>Variation Swatches for WooCommerce: przez Emran Ahmed – 2.1.3<br>WooCommerce Advanced Free Shipping: przez Jeroen Sormani – 1.1.7<br>WooCommerce API Product Sync with Multiple Stores: przez Obtain Infotech – 2.9.1<br>WooCommerce Fakturownia: przez WP Desk – 1.9.2<br>Google Analytics for WooCommerce: przez WooCommerce – 2.1.9<br>WooCommerce Multilingual & Multicurrency: przez OnTheGoSystems – 5.3.9<br>WooCommerce: przez Automattic – 9.5.1<br>Wordfence Security: przez Wordfence – 8.0.1<br>WP Rollback: przez WP Rollback – 2.0.7<br>WPFront Notification Bar: przez Syam Mohan – 3.4.2<br>WPML Media Translation: przez OnTheGoSystems – 2.7.5<br>WPML String Translation: przez OnTheGoSystems – 3.2.17<br><br>### Inactive Plugins (11) ###<br><br>Classic Editor: przez WordPress Contributors – 1.6.7<br>Conflict Finder - WP Fix It: przez WP Fix It – 6.3<br>Contact Form 7 - Dynamic Text Extension: przez AuRise Creative<br>SevenSpark – 5.0.2<br><br>Product Stock Waitlist Manager for WooCommerce: przez MultiVendorX – 2.5.15<br>Sale Badges and Product Labels for WooCommerce: przez Asana Plugins – 3.12.0<br>Ultimate Addons for Contact Form 7: przez Themefic – 3.4.16<br>Variation Images Gallery for WooCommerce: przez RadiusTheme – 2.3.16<br>WooCommerce - Show only lowest prices in variable products: przez Fernando Tellado – 1.0.7<br>WooCommerce Product Table PRO: przez WC Product Table – 3.8.5<br>WooCommerce UPC, EAN, and ISBN: przez Scott Bolinger – 0.5.1<br>WP Crontrol: przez John Blackbourn – 1.17.1<br><br>### Dropin Plugins () ###<br><br>maintenance.php: maintenance.php<br><br>### Must Use Plugins (2) ###<br><br>Plugin Conflict Finder Must Use: przez –<br>WordPress automation by >Aplikacje_cyberFolks: przez –<br><br>### Settings ###<br><br>Legacy API Enabled: –<br>Force SSL: –<br>Currency: PLN (z?)<br>Currency Position: right_space<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-2)<br>variable (variable)<br>wbs_bundle (wbs_bundle)<br><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><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><br>### Logging ###<br><br>Enabled: ?<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30 dni<br>Level threshold: –<br>Log directory size: 372 KB<br><br>### WC Pages ###<br><br>Strona sklepu: #3853 - /sklep/<br>Koszyk: #3134 - /koszyk/ - Zawiera krótki kod (shortcode) [woocommerce_cart]<br>Zamówienie: #3135 - /strona-zamowienia/ - Zawiera krótki kod (shortcode) [woocommerce_checkout]<br>Moje konto: #3854 - /moje-konto/<br>Regulamin: #12897 - /regulamin/<br><br>### Theme ###<br><br>Name: Electro<br>Version: 3.5.5<br>Author URL: https://madrasthemes.com/<br>Child Theme: ? – Je?li modyfikujesz WooCommerce lub motyw nadrz?dny<br>którego nie jeste? autorem<br>polecamy u?ywanie motywu potomnego. Zobacz: Jak tworzy? motywy potomne<br><br>Theme type: Klasyczny motyw<br>WooCommerce Support: ?<br><br>### Templates ###<br><br>Overrides: electro/woocommerce/archive-product.php<br>electro/woocommerce/global/quantity-input.php<br><br><br>### Admin ###<br><br>Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customize-store<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>mobile-app-banner<br>onboarding<br>onboarding-tasks<br>pattern-toolkit-full-composability<br>product-custom-fields<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>printful<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>launch-your-store<br><br>Disabled Features: product-data-views<br>experimental-blocks<br>coming-soon-newsletter-template<br>minified-js<br>product-pre-publish-modal<br>settings<br>async-product-editor-category-field<br>product-editor-template-system<br>blueprint<br>reactify-classic-payments-settings<br>use-wp-horizon<br>add-to-cart-with-options-stepper-layout<br><br>Daily Cron: ? Next scheduled: 2024-12-30 13:55:51 +01:00<br>Options: ?<br>Notes: 36<br>Onboarding: completed<br><br>### Action Scheduler ###<br><br>Zakończ: 1?168<br>Oldest: 2024-12-23 15:44:34 +0100<br>Newest: 2024-12-30 11:44:42 +0100<br><br>Niepowodzenie: 60<br>Oldest: 2024-02-29 14:19:42 +0100<br>Newest: 2024-12-12 16:12:56 +0100<br><br>W toku: 1<br>Oldest: –<br>Newest: –<br><br>Oczekuj?ce: 6<br>Oldest: 2024-12-30 11:46:43 +0100<br>Newest: 2025-01-03 02:57:01 +0100<br><br><br>### Status report information ###<br><br>Generated at: 2024-12-30 12:37:54 +01:00<br>
Hi @n3wmod3l ,
Thanks for sharing the SSR for both sites again!
Just to confirm, have you updated the PHP version yet? I still see your staging site is running PHP 8.3.12, while the production site is on PHP 8.1.30. Given this difference, I recommend updating the PHP version on your production site to match the staging site and then rechecking the issue. This will help us determine if the PHP version is the root cause.
Please give that a try and let us know how it goes!
This is not the cause of the error, I tested on the same PHP versions (7.4, 8.0, 8.1, 8.3).
Hi @n3wmod3l,
Thank you for clarifying!
Since the error disappears when using the Disable Bloat for WordPress & WooCommerce plugin, it’s possible that the plugin modifies or optimizes database queries, resolving the issue. However, WooCommerce should ideally work without needing third-party fixes.
To investigate further, could you please share the exact steps to reproduce the issue.
Looking forward to your reply!
- You must be logged in to reply to this topic.