• Resolved zeeduck

    (@zeeduck)


    Thank you for your efforts. I have a few inquiries that I hope you don’t mind addressing.

    Currently, I am utilizing Litespeed server, and have experienced a situation where the $revenue value does not update on page refresh when cache is enabled. I have to clear the entire cache in order for the total revenue to reflect the correct amount. Is there a function or any other method that can be employed to keep the cache enabled, while avoiding the caching of revenue data, and ensuring that the most up-to-date revenue values are displayed?

    Moreover, I have observed that when a specific amount is selected on the product page and then proceeded to checkout, the ajax for total load appears for a brief moment, and then displays a value of 0. This issue seems to occur mainly in social media in-app browsers, and has happened to me a few times when using Chrome. It is worth noting that all donations appear to go through without issue, and the checkout process is successful whenever I attempt it. Could this also be related to caching issues?

    • This topic was modified 3 years, 1 month ago by zeeduck.
Viewing 1 replies (of 1 total)
  • Plugin Author Jonas

    (@flinnn)

    Hi zeeduck,

    thanks for reaching out.
    The entire idea of caching is saving a static version of your page and not rendering a new page for every user. There are two ways to deal with this:
    1. Disable caching for pages with a progress bar.
    2. Set the cache time to e.g. 5 or 15 minutes, so that the outdated amount is displayed only for a short period of time.
    Is it possible to make a screenrecording of the broken amount selection? I just tested it in different browsers and everything seems to work for me.

    Best regards
    Jonas

Viewing 1 replies (of 1 total)

The topic ‘Caching Issue’ is closed to new replies.