Cache HIT only after 24h and breaks form
-
Hi,
I’ve noticed in the “network” tab of the google chrome inspector that the cache is a miss for 24h and then suddenly it’s a HIT but then it breaks forminator forms. I’ve added the nonce “forminator_nonce” but it does nothing. The forms are being loaded from Ajax and still nothing. The request of Ajax Admin gives success false error.
Request:
“postData”: {
“mimeType”: “application/x-www-form-urlencoded; charset=UTF-8”,
“text”: “action=forminator_load_form&type=forminator_forms&id=5641&render_id=0&is_preview=false&preview_data=%5B%5D&extra%5B_wp_http_referer%5D=%2Fpush-ups%2F&extra%5Bpage_id%5D=5616&extra%5Breferer_url%5D=&nonce=a9b716afbc”,answer
{“success”:false,”data”:[{“code”:”invalid_code”,”message”:””}]}I’m using ESI blocks but it’s worthless since they still break after 24h. Why after 24h? what’s going on in the Cache for it to happen after 24h? I’ve compared the css files and js files and they are identical before and after caching.
Also, why after clearing the cache from toolbox, responses say: “httpVersion”: “h3”, but after 24h it’s using http/2.0? and cache of litespeed/css/85dfc0c846327a147be76b8c5b7d48a7.css?ver=93123 gets only cached after 24h since until then it’s only a “miss”
{ "name": "x-turbo-charged-by", "value": "LiteSpeed" }, { "name": "cf-cache-status", "value": "MISS"
Same issue of cache hit/miss with the js: “/wp-content/litespeed/js/43ba8264c4f34d7dc1e6becb422a4507.js?ver=95d86″,”
- The topic ‘Cache HIT only after 24h and breaks form’ is closed to new replies.