Bypass caching with $_GET parameter
-
Hi Emre,
Is it possible to bypass wpfc using a GET parameter?
For example, with autoptimize we can add “?ao_noptimize=1” to the current URL to see the non-cached page. That’s really handy for us support people to narrow down issues on customer sites.
I’ve looked through the code and it looks like you might be able to add “?preview”. This does seem to have some effect – the CSS is no longer served from /wp-content/cache/wpfc-minified/, but it appears to instead serve the CSS from /wp-content/uploads/ (rather than the original location). It could be that this particular user has 2 caching plugins installed, but I thought I’d check here first.
Thanks,
Tom
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bypass caching with $_GET parameter’ is closed to new replies.