Super Light Cache Buster

Descripcion

Can’t see the changes supposedly made by your developer? Or maybe you’re just tired of your site’s annoying cache? Use this plugin to cache a break!

With a compressed size of under 30KB, this simple plugin adds random version numbers to CSS & JS assets to prevent page and browser caching getting in the way of your happiness.

You can completely disable the plugin from the settings page when you are not using it or keep it enabled if the site is under development. 😀

Available Hooks

Cache Buster is becoming more developer friendly. Below you can find the plugin’s first hook and details about it.

slcb_allow_in_backend
  • Filters whether Cache Buster should run (randomize asset version numbers) in the back end.
  • Return true to enable Cache Buster. false is the default.

Feedback

Installacion

  1. Upload the entire super-light-cache-buster folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Clear all caches on your site and server (hosting).
  4. Cache a break from caching :-).

FAQ

Do I have to clear my cache for the plugin to work?

Yes, you should clear your cache(s)! This plugin doesn’t clear pages that have already been cached (coming soon, shhh).

If you are still being served cached pages after activating the plugin, clear the cache at least once.

This will delete all pages/posts from the cache, and Cache Buster will prevent them from being cached again while the plugin is enabled :-).

Does this plugin work on Multisite?

No, Cache Buster hasn’t been tested on Multisite Networks.

Reviews

4 junh 2023 1 reply
Whether I'm working on the frontend or the backend, I don't want to change the version of my external files, each time I make a change.If you're developing, this is a must-have!
21 genièr 2021 1 reply
works great, would be nice in the future to see for all assets (incl. images), not just css/js.
Read all 3 reviews

Contributors & Developers

“Super Light Cache Buster” is open source software. The following people have contributed to this plugin.

Contributors

“Super Light Cache Buster” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Super Light Cache Buster” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.3.0

Release Date – June 3, 2023

Added

  • Introduce a button to refresh the page without caching.
  • Apply a filter to determine whether Cache Buster runs in the wp-admin area.

1.2.0

Release Date – November 13, 2022

Added

  • Introduce Internationalization (Make Cache Buster translatable).
  • Introduce a notice to clear the cache when settings are saved.

Fixed

  • Patch XSS vulnerability.
  • Patch File-Handling vulnerability.

Enhanced

  • Improve inline code documentation.
  • Improve WordPress Coding Standards conformance.

1.1.2

Release Date – September 29, 2022

Fixed

  • Fix warning/error thrown when Cache Buster is uninstalled.

Enhanced

  • Use a static method when register_uninstall_hook is invoked.

1.1.1

Release Date – May 06, 2022

Enhanced

  • Don’t randomize asset version numbers in the admin area.
  • Hide Cache Buster’s status from non-admins.

1.1.0

Release Date – April 25, 2022

Added

  • Introduce plugin settings to enable/disable cache prevention and control its intensity.
  • Introduce a menu item to show Cache Buster’s status in the admin bar.
  • Introduce Cache-Control directives.

Enhanced

  • Delete database options when Cache Buster is uninstalled.
  • Improve overall code efficiency.

1.0.0

Release Date – June 24, 2020

  • Initial release