• Resolved zielakowy

    (@zielakowy)


    When I have a “Checkout on Single Product” ticked it cases caching problem.
    It looks like the plugin opens a session on every page load which is pretty bad.
    I do have switched off at the moment but this is not ideal as I would like to have an option to buy with one click.
    What can be done to fix it?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Mike M. a11n

    (@mikedmoore)

    Automattic Happiness Engineer

    Hi @zielakowy

    When I have a “Checkout on Single Product” ticked it cases caching problem.

    Can you share some more details about what’s happening when caching is enabled? It might be necessary to exclude specific files from caching, though it’s not something that others that use caching on product pages are having problems with.

    Thread Starter zielakowy

    (@zielakowy)

    Hi @mikedmoore

    I use SG Optimizer plugin for dynamic caching. When Checkout on Single Product is enabled it makes X-Proxy-Cache: MISS
    After having a chat with SiteGround support they found out that the PayPal plugin was causing an issue and mentioned that your plugin opens a session on every page.

    curl -I -X GET https://www.mauagang.com
    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 09 Mar 2021 11:59:14 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: keep-alive
    Vary: Accept-Encoding
    X-Cache-Enabled: True
    X-Httpd: 1
    Host-Header: 6b7412fb82ca5edfd0917e3957f05d89
    X-Proxy-Cache: MISS`

    Thanks for all of that. We have an issue open for this here: https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout/issues/777

    Feel free to follow-along on that issue for news on a fix for this.

    Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Checkout on Single Product Caching Problem’ is closed to new replies.