Title: maxplateau's Replies | WordPress.org

---

# maxplateau

  [  ](https://wordpress.org/support/users/maxplateau/)

 *   [Profile](https://wordpress.org/support/users/maxplateau/)
 *   [Topics Started](https://wordpress.org/support/users/maxplateau/topics/)
 *   [Replies Created](https://wordpress.org/support/users/maxplateau/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/maxplateau/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/maxplateau/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/maxplateau/engagements/)
 *   [Favorites](https://wordpress.org/support/users/maxplateau/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/maxplateau/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/maxplateau/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] get_formatted_product() Error](https://wordpress.org/support/topic/get_formatted_product-error/)
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/get_formatted_product-error/#post-18614270)
 * My issue is the same as this one here:
   [https://github.com/google/site-kit-wp/issues/11049](https://github.com/google/site-kit-wp/issues/11049)
 * To fix the issue, I have added this code at the top of get_formatted_product()
   function:
   _$product = wc\_get\_product( $product );if ( ! $product || ! $product
   instanceof WC\_Product ) { return array(); }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] Persistent Connection option conflict](https://wordpress.org/support/topic/persistent-connection-option-conflict/)
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/persistent-connection-option-conflict/#post-18063321)
 * Please install your plugin in a new wordpress website and you’ll see that the
   option “Persistant Connection” is **ON by default**.
 * It’s confirmed in the plugin code : data\const.default.ini on line 411:
   object-
   persistent = true
 * Regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] LiteSpeed 6.3 update – Action Scheduler, commands out of sync](https://wordpress.org/support/topic/litespeed-6-3-update-action-scheduler-commands-out-of-sync/)
 *  [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/litespeed-6-3-update-action-scheduler-commands-out-of-sync/#post-18060362)
 * I have the same issues and i think it’s because the “Persistent Connection” option
   is activated and the php option “memcached.sess_persistent” is not activated.
   In your documentation it says:
 * _To ensure consistent results, be sure that the value of this setting matches
   that of `memcached.sess\_persistent` in PHP ini. If one of these settings is 
   disabled while the other is enabled, it can result in intermittent connection
   test failures._
 * Can you please add a warning when the 2 options are not the same ?
 * Thanks,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Free shipping above €100 not showing up anymore](https://wordpress.org/support/topic/free-shipping-above-e100-not-showing-up-anymore/)
 *  [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/free-shipping-above-e100-not-showing-up-anymore/page/2/#post-18059096)
 * Hello,
 * I’m french and I had the same issue. Changing “,” with “.” fixed this issue.
 * But this is a huge bug and should be corrected. So this topic is not resolved!
 * Ask your developer to test this issue with a French environment (or any country
   using “,” instead of “.”) and you will have the same issue as us.
 * Regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway of Stripe for WooCommerce] Error in SQL syntax](https://wordpress.org/support/topic/error-in-sql-syntax-16/)
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17317761)
 * Hello,
 * The error is back with the latest version 3.9.4.
   Please make your plugin compatible
   with MariaDB.
 * 
   WordPress database error You have an error in your SQL syntax; check the manual
   that corresponds to your MariaDB server version for the right syntax to use near”
   acdt_postmeta’ WHERE meta_key = ‘_eh_stripe_payment_intent’ AND meta_value= …’
   at line 1 for query SELECT post_id FROM ‘acdt_postmeta’ WHERE meta_key = ‘_eh_stripe_payment_intent’
   AND meta_value= ‘pi_3OURpkAfzKx0JYXb1eXLJTP8’ made by require(‘wp-blog-header.
   php’), wp, WP->main, WP->parse_request, do_action_ref_array(‘parse_request’),
   WP_Hook->do_action, WP_Hook->apply_filters, WC_API->handle_api_requests, do_action(‘
   woocommerce_api_wt_stripe’), WP_Hook->do_action, WP_Hook->apply_filters, EH_Sepa_Stripe_Gateway-
   >eh_callback_handler
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway of Stripe for WooCommerce] Error in SQL syntax](https://wordpress.org/support/topic/error-in-sql-syntax-16/)
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17218715)
 * Hello,
 * Thanks for the update. The issue is fixed.
 * Regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway of Stripe for WooCommerce] Error in SQL syntax](https://wordpress.org/support/topic/error-in-sql-syntax-16/)
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17215732)
 * Hello,
 * You’ve just updated your plugin to 3.9.2.
   But there is now another issue:
 * [https://plugins.trac.wordpress.org/browser/payment-gateway-stripe-and-woocommerce-integration/tags/3.9.2/includes/class-stripe-sepa-pay.php#L690](https://plugins.trac.wordpress.org/browser/payment-gateway-stripe-and-woocommerce-integration/tags/3.9.2/includes/class-stripe-sepa-pay.php#L690)
 * SELECT post_id FROM {$wpdb->postmet}
   It should be $wpdb->postmeta and not $wpdb-
   >postmet.
 * class-stripe-sepa-pay.php on line 690 (latest version 3.9.2).
 * Please fix this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway of Stripe for WooCommerce] Undefined variable](https://wordpress.org/support/topic/undefined-variable-94/)
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/undefined-variable-94/#post-17130162)
 * This is the latest version **3.9.1** :
 * [https://plugins.trac.wordpress.org/browser/payment-gateway-stripe-and-woocommerce-integration/tags/3.9.1/includes/class-stripe-checkout.php](https://plugins.trac.wordpress.org/browser/payment-gateway-stripe-and-woocommerce-integration/tags/3.9.1/includes/class-stripe-checkout.php)
 * Check the line 604 :
   the variable $setup_intent_id is used as a parameter but
   is not defined anywhere.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway of Stripe for WooCommerce] Error in SQL syntax](https://wordpress.org/support/topic/error-in-sql-syntax-16/)
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17059330)
 * Please take a look at this page:
 * [https://developer.wordpress.org/reference/classes/wpdb/prepare/](https://developer.wordpress.org/reference/classes/wpdb/prepare/)
 * Tablenames should not be in the args of wpdb::prepare.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Gateway of Stripe for WooCommerce] Error in SQL syntax](https://wordpress.org/support/topic/error-in-sql-syntax-16/)
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17059296)
 *     ```wp-block-code
       WordPress Environment
   
       WordPress address (URL): https://devayani.fr
       Site address (URL): https://devayani.fr
       WC Version: 8.1.1
       REST API Version: ✔ 8.1.1
       WC Blocks Version: ✔ 10.9.3
       Action Scheduler Version: ✔ 3.6.2
       Log Directory Writable: ✔
       WP Version: 6.3.1
       WP Multisite: –
       WP Memory Limit: 512 Mo
       WP Debug Mode: –
       WP Cron: ✔
       Language: fr_FR
       External object cache: – Server Environment
   
       Server Info: nginx
       PHP Version: 8.0.29
       PHP Post Max Size: 32 Mo
       PHP Time Limit: 90
       PHP Max Input Vars: 1000
       cURL Version: 7.74.0
       OpenSSL/1.1.1n
   
       SUHOSIN Installed: –
       MySQL Version: 10.5.19-MariaDB-0+deb11u2
       Max Upload Size: 32 Mo
       Default Timezone is UTC: ✔
       fsockopen/cURL: ✔
       SoapClient: ✔
       DOMDocument: ✔
       GZip: ✔
       Multibyte String: ✔
       Remote Post: ✔
       Remote Get: ✔ Database
   
       WC Database Version: 8.1.1
       WC Database Prefix: deva_
       Taille totale de la base de données: 20.41MB
       Taille de la base de données: 15.75MB
       Taille de l’index: 4.66MB
       deva_woocommerce_sessions: Données : 0.11MB + Index : 0.02MB + Moteur InnoDB
       deva_woocommerce_api_keys: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_woocommerce_attribute_taxonomies: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_woocommerce_downloadable_product_permissions: Données : 0.02MB + Index : 0.06MB + Moteur InnoDB
       deva_woocommerce_order_items: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_woocommerce_order_itemmeta: Données : 0.28MB + Index : 0.14MB + Moteur InnoDB
       deva_woocommerce_tax_rates: Données : 0.02MB + Index : 0.06MB + Moteur InnoDB
       deva_woocommerce_tax_rate_locations: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_woocommerce_shipping_zones: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_woocommerce_shipping_zone_locations: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_woocommerce_shipping_zone_methods: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_woocommerce_payment_tokens: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_woocommerce_payment_tokenmeta: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_woocommerce_log: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_actionscheduler_actions: Données : 0.08MB + Index : 0.13MB + Moteur InnoDB
       deva_actionscheduler_claims: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_actionscheduler_groups: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_actionscheduler_logs: Données : 0.06MB + Index : 0.03MB + Moteur InnoDB
       deva_ac_segments: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_admin_columns: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_commentmeta: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_comments: Données : 0.06MB + Index : 0.09MB + Moteur InnoDB
       deva_elfsight_youtube_gallery_cache: Données : 2.44MB + Index : 0.00MB + Moteur InnoDB
       deva_elfsight_youtube_gallery_widgets: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_gf_addon_feed: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_gf_addon_payment_callback: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_gf_addon_payment_transaction: Données : 0.02MB + Index : 0.05MB + Moteur InnoDB
       deva_gf_draft_submissions: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_gf_entry: Données : 0.06MB + Index : 0.03MB + Moteur InnoDB
       deva_gf_entry_meta: Données : 0.11MB + Index : 0.13MB + Moteur InnoDB
       deva_gf_entry_notes: Données : 0.05MB + Index : 0.03MB + Moteur InnoDB
       deva_gf_form: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_gf_form_meta: Données : 0.09MB + Index : 0.00MB + Moteur InnoDB
       deva_gf_form_revisions: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_gf_form_view: Données : 0.31MB + Index : 0.27MB + Moteur InnoDB
       deva_gf_rest_api_keys: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_icl_background_task: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_content_status: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_core_status: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_flags: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_languages: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_icl_languages_translations: Données : 0.20MB + Index : 0.17MB + Moteur InnoDB
       deva_icl_locale_map: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_message_status: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_icl_mo_files_domains: Données : 0.05MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_node: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_reminders: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_strings: Données : 0.13MB + Index : 0.22MB + Moteur InnoDB
       deva_icl_string_batches: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_string_packages: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_string_pages: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_icl_string_positions: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_string_status: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_string_translations: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_icl_string_urls: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_translate: Données : 0.30MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_translate_job: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_translations: Données : 0.05MB + Index : 0.06MB + Moteur InnoDB
       deva_icl_translation_batches: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_translation_downloads: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_translation_status: Données : 0.28MB + Index : 0.02MB + Moteur InnoDB
       deva_links: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_mail_catcher_logs: Données : 0.50MB + Index : 0.00MB + Moteur InnoDB
       deva_options: Données : 4.22MB + Index : 0.13MB + Moteur InnoDB
       deva_postmeta: Données : 2.52MB + Index : 0.78MB + Moteur InnoDB
       deva_posts: Données : 1.48MB + Index : 0.13MB + Moteur InnoDB
       deva_smush_dir_images: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_termmeta: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_terms: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_term_relationships: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_term_taxonomy: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_usermeta: Données : 0.19MB + Index : 0.14MB + Moteur InnoDB
       deva_users: Données : 0.02MB + Index : 0.05MB + Moteur InnoDB
       deva_wc_admin_notes: Données : 0.11MB + Index : 0.00MB + Moteur InnoDB
       deva_wc_admin_note_actions: Données : 0.09MB + Index : 0.02MB + Moteur InnoDB
       deva_wc_category_lookup: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_wc_customer_lookup: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_wc_download_log: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_wc_orders: Données : 0.02MB + Index : 0.11MB + Moteur InnoDB
       deva_wc_orders_meta: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_wc_order_addresses: Données : 0.02MB + Index : 0.06MB + Moteur InnoDB
       deva_wc_order_coupon_lookup: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_wc_order_operational_data: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_wc_order_product_lookup: Données : 0.05MB + Index : 0.06MB + Moteur InnoDB
       deva_wc_order_stats: Données : 0.02MB + Index : 0.05MB + Moteur InnoDB
       deva_wc_order_tax_lookup: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_wc_product_attributes_lookup: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_wc_product_download_directories: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_wc_product_meta_lookup: Données : 0.02MB + Index : 0.09MB + Moteur InnoDB
       deva_wc_rate_limits: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_wc_reserved_stock: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_wc_tax_rate_classes: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_wc_webhooks: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_wpmailsmtp_debug_events: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_wpmailsmtp_tasks_meta: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_wpr_rocket_cache: Données : 0.02MB + Index : 0.05MB + Moteur InnoDB
       deva_wpr_rucss_used_css: Données : 0.02MB + Index : 0.09MB + Moteur InnoDB
       deva_wpzerospam_blocked: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_wpzerospam_log: Données : 0.33MB + Index : 0.00MB + Moteur InnoDB
       deva_yoast_indexable: Données : 0.06MB + Index : 0.09MB + Moteur InnoDB
       deva_yoast_indexable_hierarchy: Données : 0.02MB + Index : 0.05MB + Moteur InnoDB
       deva_yoast_migrations: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_yoast_primary_term: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_yoast_seo_links: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB Post Type Counts
   
       acf-field: 17
       acf-field-group: 4
       attachment: 120
       custom_css: 1
       et_body_layout: 1
       et_pb_layout: 2
       et_template: 4
       et_theme_builder: 1
       mp_news: 5
       mp_participants: 63
       mp_temoignages: 45
       nav_menu_item: 22
       oembed_cache: 3
       page: 30
       post: 2
       product: 18
       product_variation: 30
       revision: 95
       shop_order: 120
       shop_order_refund: 1 Security
   
       Secure connection (HTTPS): ✔
       Hide errors from visitors: ✔ Active Plugins (37)
   
       Gravity Perks: par Gravity Wiz – 2.3
       Gravity Forms: par Gravity Forms – 2.7.13
       WPML Multilingual CMS: par OnTheGoSystems – 4.6.5
       WPML SEO: par OnTheGoSystems – 2.1.0
       Admin Columns Pro: par AdminColumns.com – 6.3.3
       Advanced Custom Fields PRO: par WP Engine – 6.2.1.1
       Classic Editor: par Contributeurs et contributrices WordPress – 1.6.3
       Classic Widgets: par Contributeurs et contributrices WordPress – 0.3
       Custom Post Type UI: par WebDevStudios – 1.14.0
       Disable XML-RPC: par Philip Erb – 1.0.1
       Elfsight YouTube Gallery CC: par Elfsight – 3.5.0
       Email Encoder - Protégez vos adresses e-mail: par Jannis Thuemmig – 2.1.8
       Error Log Monitor: par Janis Elsts – 1.7.7
       WP OPcache: par nierdz – 4.2.0
       Site Kit by Google: par Google – 1.109.0
       Gravity Forms Zero Spam: par GravityKit – 1.4
       Gravity Forms Mailchimp Add-On: par Gravity Forms – 5.2.0
       Gravity Forms Stripe Add-On: par Gravity Forms – 5.1.0
       GP Price Range: par Gravity Wiz – 1.2.2
       MainWP Child: par MainWP – 4.5.1
       Meow Gallery: par Jordy Meow – 5.0.2
       Stripe Payment Plugin for WooCommerce: par WebToffee – 3.9.1
       Server IP & Memory Usage Display: par Apasionados
       Apasionados del Marketing – 2.1.0
   
       Simple Revisions Delete par bweb: par Brice CAPOBIANCO – 1.5.1
       WooCommerce Gravity Forms Product Add-Ons: par Element Stark – 3.5.1
       WooCommerce Multilingual & Multicurrency: par OnTheGoSystems – 5.2.0
       WooCommerce: par Automattic – 8.1.1
       Yoast SEO: par L’équipe Yoast – 21.1
       WP Disable Update Notifications: par mapweb – 1.0
       Mail logging - WP Mail Catcher: par James Ward – 2.1.3
       WP Mail SMTP: par WP Mail SMTP – 3.9.0
       WP REST API - Hide Users List: par mapweb – 1.0
       WP Rocket: par WP Media – 3.14.4.2
       Smush: par WPMU DEV – 3.14.2
       WPML Media: par OnTheGoSystems – 2.7.3
       WPML String Translation: par OnTheGoSystems – 3.2.7
       Zero Spam for WordPress: par Highfivery LLC – 5.5.1 Inactive Plugins (0) Dropin Plugins (1)
   
       advanced-cache.php: advanced-cache.php Settings
   
       API Enabled: –
       Force SSL: –
       Currency: EUR (€)
       Currency Position: right
       Thousand Separator:
       Decimal Separator: ,
       Number of Decimals: 2
       Taxonomies: Product Types: external (external)
       grouped (grouped)
       simple (simple)
       variable (variable)
   
       Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
       exclude-from-search (exclude-from-search)
       featured (featured)
       outofstock (outofstock)
       rated-1 (rated-1)
       rated-2 (rated-2)
       rated-3 (rated-3)
       rated-4 (rated-4)
       rated-5 (rated-5)
   
       Connected to WooCommerce.com: –
       Enforce Approved Product Download Directories: –
       HPOS feature screen enabled: –
       HPOS feature enabled: –
       Order datastore: WC_Order_Data_Store_CPT
       HPOS data sync enabled: – WC Pages
   
       Base de la boutique: #269 - /boutique/
       Panier: #270 - /panier/
       Commander: #271 - /commande/
       Mon compte: #272 - /mon-compte/
       Conditions générales de vente et d’utilisation: ❌ Page non définie Theme
   
       Name: mapweb
       Version: 1.0
       Author URL: https://www.mapweb.fr
       Child Theme: ✔
       Parent Theme Name: Divi
       Parent Theme Version: 4.22.1
       Parent Theme Author URL: http://www.elegantthemes.com
       WooCommerce Support: ✔ Templates
   
       Overrides: – Admin
   
       Enabled Features: activity-panels
       analytics
       product-block-editor
       coupons
       core-profiler
       customer-effort-score-tracks
       import-products-task
       experimental-fashion-sample-products
       shipping-smart-defaults
       shipping-setting-tour
       homescreen
       marketing
       mobile-app-banner
       navigation
       onboarding
       onboarding-tasks
       remote-inbox-notifications
       remote-free-extensions
       payment-gateway-suggestions
       shipping-label-banner
       subscriptions
       store-alerts
       transient-notices
       woo-mobile-welcome
       wc-pay-promotion
       wc-pay-welcome-page
   
       Disabled Features: customize-store
       minified-js
       new-product-management-experience
       product-variation-management
       settings
       async-product-editor-category-field
   
       Daily Cron: ✔ Next scheduled: 2023-09-18 14:54:43 +02:00
       Options: ✔
       Notes: 180
       Onboarding: completed Action Scheduler
   
       Terminé: 99
       Oldest: 2023-08-18 16:46:00 +0200
       Newest: 2023-09-18 12:30:55 +0200
   
       Échoué: 12
       Oldest: 2022-11-14 09:29:17 +0100
       Newest: 2023-09-08 10:15:07 +0200
   
       En attente: 2
       Oldest: 2023-09-18 15:42:39 +0200
       Newest: 2023-09-19 12:30:55 +0200 Status report information
   
       Generated at: 2023-09-18 14:17:04 +02:00
       `
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Beehive Analytics - Google Analytics Dashboard] Slow to load](https://wordpress.org/support/topic/slow-to-load-11/)
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/slow-to-load-11/#post-15988713)
 * Please make an effort to understand this issue and read the full conversation.
   
   Deleting transient is only for testing purposes and to explain the situation.
   Slowness appears every time the transient is updated and the lifetime of this
   transient is one day. This transient should only be used for the configuration
   of the Google account when the plugin is installed and should not be updated 
   on the wordpress dashboard. The lifetime of one day is also too short. So please,
   check your php code to avoid triggering the transient google_streams_v3400 when
   it is not necessary.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Beehive Analytics - Google Analytics Dashboard] Slow to load](https://wordpress.org/support/topic/slow-to-load-11/)
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/slow-to-load-11/#post-15975921)
 * You have 3 transients in your plugin: google_analytics_stats_dashboard – google_streams_v3400–
   google_profiles_v3313.
 * The transient making the loading of the dashboard slow is : google_streams_v3400.
 * When I delete this transient (google_streams_v3400) in my database and i refresh
   a page that is not the wordpress dashboard, it’s not slow. But if I delete this
   transient(google_streams_v3400) and I refresh the wordpress dashboard, I have
   to wait 30secs.
 * I added counters at start and end of your php function streams() of class-data.
   php (this php function is related to the google_streams_v3400 transient) and 
   the time diff is 30 seconds!
 * In this php function there is a loop for accounts but My Google analytics account
   have more than 30 properties maybe 60 because for each of my website I have a
   universal analytics property and a GA4 property.
 * I hope you can fix this issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Beehive Analytics - Google Analytics Dashboard] Slow to load](https://wordpress.org/support/topic/slow-to-load-11/)
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/slow-to-load-11/#post-15967819)
 * Please ask your dev team to disable transients of your plugin and check this 
   issue.
    The slowness appears when transients are old and your plugin needs to
   retrieve new information.
 * Wordpress 6.0.2
    Server nginx PHP 8.0.14 PHP Memory limit 256M PHP Time limit
   90 Theme Divi Other actived plugins : Yoast SEO, WP Rocket
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Beehive Analytics - Google Analytics Dashboard] Slow to load](https://wordpress.org/support/topic/slow-to-load-11/)
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/slow-to-load-11/#post-15963493)
 * With version 3.3.15, loading of the wordpress dashboard is not slow anymore.
 * The slowness appears with version 3.4.0 and when i connect to the wordpress dashboard
   after some period of time.
    Maybe it’s the widget of the dashboard finishing 
   retrieving all information before WordPress show the entire dashboard page.
 * The slowness also appears when i do this:
    – Downgrade to 3.3.15 – Go to the 
   plugin page and update to 3.4.0 – Go to dashboard -> You’ll see it is slow to
   load. It’s the same slowness I have every time I connect to the dashboard after
   some period of time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Beehive Analytics - Google Analytics Dashboard] Fatal Error Connect with Google](https://wordpress.org/support/topic/fatal-error-connect-with-google/)
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-connect-with-google/#post-15627410)
 * Hello,
    The issue is gone, the plugin is working well. Thanks !
 * Regards,

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/maxplateau/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/maxplateau/replies/page/2/?output_format=md)