autogenerated JavaScript (language strings, config settings, toolbar) lib/scripts/*.js lib/plugins/*/script.js lib/tpl//script.js
  • conf/userscript.js
Plugin !!!The script file is named script.js at the root directory of the plugin. If this file is an include as in the move plugin, be sure to touch this file when one of the scripts has been updated to refresh caching.
As the cache check the date of this file.
jQuery(function() {
    /* DOKUWIKI:include script/form.js */
    /* DOKUWIKI:include script/progress.js */
    /* DOKUWIKI:include script/tree.js */
    /* DOKUWIKI:include script/rename.js */
    /* DOKUWIKI:include script/admin_list.js */
});
Css
http://www.example.com/lib/exe/css.php?purge=trueCtrl+F5 to suppress the browser cache because browsers cache stylesheets even when new versions are available.
Image
Images cachingLocal Server:
{{php.gif?nocache}}
{{php.gif?300x50&nocache}}
External Server with the cachetime config option
Configuration
Turn off “Compact CSS and JavaScript files” while developing a template
Php
clearstatcache file status cache