• Resolved joostvanderzanden

    (@joostvanderzanden)


    I have an ESI shortcode enabled ([esi shortcode_name cache=”private” ttl=”0″]) on this site but it takes the default private cache value. No matter what I add as attribute to the shortcode, it will be overwritten by the default private cache TTL.

    This block shows related products and when i navigate to another page, there should be different items, but it shows the cached variant of the previous page.

    I am also using Quic.cloud CDN with cache enabled. I’ve tried all different setups, but nothing works. Can you help me?

    Environment report – FQYQZZFS

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support qtwrk

    (@qtwrk)

    please remove the part cache="private" since it’s ttl=0 , which means generated dynamically , no need to privatize it

    Thread Starter joostvanderzanden

    (@joostvanderzanden)

    Thank you for your reply.
    I tried the following things:
    [esi shortcode_name ttl=”0″]
    [esi shortcode_name ttl=0]
    [esi shortcode_name ttl=”″]
    [esi shortcode_name ttl=”1″]

    Only the last one works (ttl=”1″). If I fill in 0 or nothing, the default private TTL from the settings is applied.
    So now it caches the ESI block for 1 second. That is okay, but no cache would be perfect.

    Plugin Support qtwrk

    (@qtwrk)

    em , interesting , please set it to 0 , then go to debug log , add debug include URI with lsesi , then trigger the ESI shortcode , and share the debug log , see what it says.

    Thread Starter joostvanderzanden

    (@joostvanderzanden)

    Thanks, I’ve sent the log in the ticket center.

    Plugin Support qtwrk

    (@qtwrk)

    we have 2 ticket systems, may I know which one you sent ? or any ticket number as reference I can check ?

    Thread Starter joostvanderzanden

    (@joostvanderzanden)

    Quic.cloud ticket center.

    Ticket number = 72185715

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘ESI shortcode TTL not working’ is closed to new replies.