• Resolved gagawp

    (@gagawp)


    Hi,

    how we can exclude Really Simple CAPTCHA from caching, because sometimes it displays captcha as broken images

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support litetim

    (@litetim)

    I was able to reproduce the issue.
    I visited contact page and left it open for a while.
    When I can back the page was showing a link to https://cadglobal.eu/wp-content/uploads/gravity_forms/0-91362ac869cc339c41f13602911e3a61/1337548244.png having error 403.

    Let me look deeper into the issue.
    Until then, please send me a report ID from LSC => Toolbox => Report => click on “Send to Litespeed”
    Thank you!

    Thread Starter gagawp

    (@gagawp)

    Report number: OGSDMEZL

    thanks

    Plugin Support qtwrk

    (@qtwrk)

    I think its because the images are dynamcially generated and updated , so once page is cached, it doesn’t get update accordingly

    you can try these 3 options

    1. if it’s added by a shortcode or widget, you can convert it to an ESI block , which will be cached separately
    2. reduce the cache TTL for this specific contact page , to accommodated the captcha regeneration , like make it only cache for 6 or 8 hours, so it can be updated in time
    3. if you can find out if there is any hook from this captcha plugin , we can also use it call the purge API to automate cache purge when it updates the images
    Plugin Support litetim

    (@litetim)

    @gagawp see above answer from my colleague

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[NSFW] Preventing Really Simple CAPTCHA to load’ is closed to new replies.