Hi,
Thank you for this plugin.
I have a suggestion for 2 options that would be useful:
– Clear cache only for specific roles.
– Load a new file only if it has been changed and cache all other files.
Cheers,
Jovan
Undefined index: REQUEST_SCHEME in
plugins/cache-buster/pb-cache-buster.php on line 24
The REQUEST_SCHEME variable on the Apache server may not always be there (or, you may not necessarily have an Apache server) so it would be good to test for this.
Easy fix: Add the at symbol (@) before the variable:
$src = @$_SERVER['REQUEST_SCHEME'] . ':' . $src;
or you could do isset()
I love the simplicity of your code, nice job for this plugin!
]]>Our page url’s have unique codes like this: /?v=3e8d115eb4b3
I’m assuming that’s to get the cache breaking?
Problem is we’ve disabled the plugin but we’re now still seeing these appended to the page URL. Suggestions?
]]>