Cache problems
-
Hello.
I have added a shortcode of the plugin in an inner page (not home page). I see that my caching plugin doesn’t cache ANY Page, because:
<!– Comet Cache is NOT caching this page, because the current page contains
_wpnonce
orakismet_comment_nonce
. Note that*nonce*
values in the markup are not cache-compatible. See https://wsharks.com/1O1Kudy for further detailThe “_wpnonce” is actually inserted by your plugin in all pages and that stops the caching.
Since i don’t use the plugin in any but one page, why this is injected to all my pages ?
<script type='text/javascript'> /* <![CDATA[ */ var WuWidget = {"apiKey":"3ffab52910ec1a0e","_wpnonce":"0518c4c318","ajaxurl":"http:\/\/www.website.com\/wp-admin\/admin-ajax.php","is_admin":"","subdomain":"www"}; /* ]]> */ </script>
Or am i missing something ?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cache problems’ is closed to new replies.