Title: Cache problems
Last modified: August 31, 2016

---

# Cache problems

 *  Resolved [massimod](https://wordpress.org/support/users/massimod/)
 * (@massimod)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/cache-problems-2/)
 * 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 [http://wsharks.com/1O1Kudy](http://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://wordpress.org/plugins/wunderground/](https://wordpress.org/plugins/wunderground/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Zack Katz](https://wordpress.org/support/users/katzwebdesign/)
 * (@katzwebdesign)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/cache-problems-2/#post-7161834)
 * 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.

 * ![](https://ps.w.org/wunderground/assets/icon-256x256.jpg?rev=1000977)
 * [Weather Underground](https://wordpress.org/plugins/wunderground/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wunderground/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wunderground/)
 * [Active Topics](https://wordpress.org/support/plugin/wunderground/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wunderground/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wunderground/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Zack Katz](https://wordpress.org/support/users/katzwebdesign/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/cache-problems-2/#post-7161834)
 * Status: resolved