• Resolved Hris

    (@hhristozov)


    Hello,
    I have an issue with the stripe integration for Woocommerce. – WooCommerce Stripe Gateway

    If I use version 5.5 everything is great, but upgrading to a newer version is problematic.

    The issue is not visible and does not affect the performance of the payment method directly, but there are a few scripts loaded on all product pages that make them extremely slow.

    There are few POST 0 requests: `HeadersPost
    https://r.stripe.com/0
    Response Version – HTTP/2
    access-control-allow-credentials
    true
    access-control-allow-origin
    https://js.stripe.com
    content-length
    0

    Also there is a trusted types script – `https://js.stripe.com/v3/fingerprinted/js/trusted-types-checker-XXXXXXXXXXXX.js
    Response Version – HTTP/2
    accept-ranges
    bytes
    access-control-allow-origin
    *
    age
    4
    cache-control
    max-age=60
    content-encoding
    br
    content-length
    118`

    If I roll back the stripe plugin to version 5.5 the issue is not present.

Viewing 2 replies - 1 through 2 (of 2 total)
  • MayKato

    (@maykato)

    Hello,

    This kind of problem is usually caused by a conflict with your theme or with another plugin. The best way to determine this is to:

    • Temporarily switch your theme to Storefront
    • Disable all plugins except for WooCommerce and Stripe
    • Test to see if the issue has been resolved

    If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.

    MayKato

    (@maykato)

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with versions newer than 5.5’ is closed to new replies.