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!
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
- if it’s added by a shortcode or widget, you can convert it to an ESI block , which will be cached separately
- 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
- 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
@gagawp see above answer from my colleague