• Resolved imillenium

    (@imillenium)


    Hi,

    When I navigate through WooCommerce (products, orders, settings, etc), the navigation is excessively slow. My website takes about 15 seconds to change windows. I have tried everything to find the reason, until I deactivated the Stripe plugin. Since then, my website is back to normal. The WooCommerce Stripe Gateway version is 9.4.1 and I am in sandbox.

    What is happening?

    Thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there,

    Thank you for providing the details about the issue you’re experiencing. I’ve tried to replicate the problem on my site, but I wasn’t able to experience the same slowdown when navigating through the WooCommerce pages. The products and orders pages are loading fine on my end.

    To assist you further, could you please share your System Status Report with me? You can find this under WooCommerce > Status > Get system report.

    Please use https://pastebin.com/ or https://gist.github.com/ and share a link to that paste in reply here. Once we have more information, we’ll be able to assist you further.

    Thread Starter imillenium

    (@imillenium)

    Hi @shahzeenfarooq

    I have re-activated the plugin to generate the report and my woocommerce is slow.

    https://pastebin.com/Knd89MqP

    Zee

    (@doublezed2)

    Hello imillenium,

    Thank you for your reply.

    I understand you’re experiencing very slow navigation within WooCommerce, and noticed an improvement after deactivating the Stripe plugin.

    To help narrow down the cause, could you please activate only the WooCommerce and WooCommerce Stripe plugins and see if the issue persists? This will help determine if there’s a conflict between Stripe and another plugin.

    Next, please go to WooCommerce > Status > Logs and check for any recent errors. You can share the logs with me using Pastebin.com.

    Also, when you experience slow loading, open your browser’s developer console and check for any JavaScript errors. If you find any, please share a screenshot using Snipboard.io and send the link here.

    Let me know what you find, and I’ll be happy to assist further. 🙂

    Best regards.

    Thread Starter imillenium

    (@imillenium)

    Hi @doublezed2

    Thank you for your reply.

    I have done everything you have told me and my site doesn’t improve and there are no errors. How can I share a video capture with you?

    Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    Thanks for getting back to us and for trying the suggested steps.

    Since the issue still persists and there are no visible errors, a screen recording would be very helpful for further investigation. Please make sure to open the browser console during the video recording so we can check if any errors appear.

    You can record a video using https://loom.com — it’s free and easy to use. Once you’ve recorded the video, please share the link here so we can take a closer look and better understand what’s happening on your site.

    Thread Starter imillenium

    (@imillenium)

    Plugin Support LovingBro (woo-hc)

    (@lovingbro)

    Hi @imillenium,

    Thank you for sharing the video recording. That was really helpful! I can see from the screen recording that around the 1:02 mark, when you navigated to WooCommerce > Status > Logs, the first log entry listed is woocommerce-gateway-stripe. Could you please open that specific log, copy its contents, and share it with us using https://pastebin.com? This will help us see if there are any Stripe-related errors contributing to the slowdown.

    Also, just to understand the situation better, when did you first start noticing this slowness? Has it been happening for a while, or did it begin after a particular update or plugin change? Or is this a brand new site setup?

    Looking forward to your update so we can get this resolved for you.

    Thread Starter imillenium

    (@imillenium)

    Hi @lovingbro

    It won’t let me copy it to pastebin.com because it exceeds the size. That file contains the following text countless times:

    2025-05-12T06:08:45+00:00 DEBUG
    ====Stripe Version: 9.4.1====
    ====Stripe Plugin API Version: 2024-06-20====
    ====Start Log====
    account
    ====End Log====

    2025-05-12T06:08:45+00:00 DEBUG
    ====Stripe Version: 9.4.1====
    ====Stripe Plugin API Version: 2024-06-20====
    ====Start Log====
    account
    ====End Log====

    2025-05-12T06:08:45+00:00 DEBUG
    ====Stripe Version: 9.4.1====
    ====Stripe Plugin API Version: 2024-06-20====
    ====Start Log====
    account
    ====End Log====

    2025-05-12T06:08:46+00:00 DEBUG
    ====Stripe Version: 9.4.1====
    ====Stripe Plugin API Version: 2024-06-20====
    ====Start Log====
    account
    ====End Log====

    My problem started just when I installed the Stripe plugin. You can see that I have funnelkit.com suite installed and the developers have told me that the problem isn’t coming from them. So, I don’t know what is happening. But I uninstall the Stripe plugin and everything is back to normal.

    Plugin Support LovingBro (woo-hc)

    (@lovingbro)

    Hi @imillenium,

    Thank you for sharing the log and further details on the steps you have taken to reach out to the support of the funnelkit.com suite. That gave us a much clearer picture of what’s going on.

    From the Stripe debug log, I can see that the following message appears repeatedly in a tight loop:

    ====Start Log====
    account
    ====End Log====

    This is being logged over and over again, which suggests that the Stripe plugin is constantly attempting to perform an account-related operation, likely checking connection status or trying to fetch account data. This behavior can put a noticeable load on your site and slow down navigation, especially in your WooCommerce admin pages.

    While this looks like the Stripe plugin is the direct trigger, it’s quite possible the issue is a result of how it’s interacting with another plugin. Given that your site has the full FunnelKit suite installed, including its own FunnelKit Payment Gateway for Stripe, there may be an unexpected overlap or conflict between that and the official WooCommerce Stripe plugin. Even if the FunnelKit team has ruled out their plugin, we’ve seen in other cases that two plugins trying to handle similar Stripe logic can still affect performance.

    To confirm what’s really happening, could you let me know whether you fully completed the Stripe plugin setup after installing it? The log entries that only say account could mean the plugin is stuck trying to fetch or validate an account connection that hasn’t been finalized yet. If the plugin hasn’t been fully connected to your Stripe account, it might be retrying that connection in the background repeatedly.

    Also, just to be sure, please double-check that you’ve tested by deactivating every plugin except for WooCommerce and the WooCommerce Stripe Gateway. That includes disabling FunnelKit and WP Mail SMTP as well. Once you’ve done that, try navigating through your WooCommerce admin and see if the issue still occurs. If the speed improves, you can reactivate the other plugins one at a time to identify which one may be conflicting.

    If the slowdown persists even with only WooCommerce and Stripe active, we can also test rolling back to an earlier version of the Stripe plugin to check if that resolves the performance lag.

    Let me know how that plugin isolation test goes and whether the Stripe plugin was fully set up with a connected account. I’ll be here to help you sort this out.

    Thread Starter imillenium

    (@imillenium)

    Hi @lovingbro @shahzeenfarooq @doublezed2

    Thank you for your response. You are very kind. When I went into the Stripe plugin settings so that I could take a screenshot of your settings so I could send them to you, I saw an alert. The alert refers to the connection has expired (the plugin is in test mode). I have reconnected and my site has improved. Stripe was indeed continuously trying to connect to my account.

    Thanks!!!!!

    Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi there!

    Thank you for your update! I’m glad to hear that reconnecting the Stripe plugin has improved the situation and that everything is working better now.

    If you have a moment, would you mind sharing your experience with the Stripe plugin by leaving a review here https://wordpress.org/support/plugin/woocommerce-gateway-stripe/reviews/. Your feedback is really helpful to others in the community.

    Feel free to reach out if you need any further assistance, and thanks again for letting us know!

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

The topic ‘Plugin slows down WooCommerce’ is closed to new replies.