• Resolved daspi

    (@daspi)


    I use WooCommerce Event Manager with LiteSpeed Cache. I found out that the events available spaces are not updated on the front end due to caching. Caching does not get cleared when a event slot is sold.

    Can I use Private Cached URIs to prevent all events to be cached? Any other solution?

    I would think everything with this path /events would need to be prevented from cache.

    Please assist. Thank you.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter daspi

    (@daspi)

    I think I got it for now. I use Do Not Cache URIs, and put
    /events/*

    If there are better solutions, please let me know.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    is that added by shortcode or something ?

    Best regards,

    Thread Starter daspi

    (@daspi)

    [event-list column=3] yes this is for the events listing page

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    then please go to Cache -> ESI -> enabel ESI

    then edit your page , change the shortcode from

    [event-list column=3]

    to

    [esi event-list column=3 ttl=”0″]

    see if it works

    if not , I guess the exclude cache only viable way , private cache is short and only good for repeated visitor in short period , otherwise it will pretty much same as cache exclude

    Best regards,

    Thread Starter daspi

    (@daspi)

    OK thanks. I’ll try when I get a chance. The /events/* works fine and we don’t have much to load on these pages. Should not be a performance issue.

    Plugin Support qtwrk

    (@qtwrk)

    okay : )

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Caching issue with Events plugin’ is closed to new replies.