• Resolved massimod

    (@massimod)


    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 or akismet_comment_nonce. Note that *nonce* values in the markup are not cache-compatible. See https://wsharks.com/1O1Kudy for further detail

    The “_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

    https://www.ads-software.com/plugins/wunderground/

Viewing 1 replies (of 1 total)
  • Plugin Author Zack Katz

    (@katzwebdesign)

    It checks if there’s an active Wunderground widget, if the current page content has a [wunderground] shortcode, or if it’s the Widgets or Customizer page. If not, it should not add that javascript.

Viewing 1 replies (of 1 total)
  • The topic ‘Cache problems’ is closed to new replies.