• I’m having an issue where W3 Total Cache is caching (browser cache I would assume) a non WordPress subdirectory. Inside that subdirectory I’ve got a file that is being ran by Cpanel cron and because of the above issue its not running as expected.

    As soon as I clear the W3 total cache the script will do what it needs to do but won’t again after the after the first cron.

    Any suggestions on how to whitelist this file or subdirectory and/or whether it is the browser cache or something else?

    Thanks

    https://wordpress.org/plugins/w3-total-cache/

Viewing 1 replies (of 1 total)
  • The file that you are running is it including the “/wp-load.php”?
    I assume it’s a php file? Assuming you havent overrided w3tc’s default of not caching query requests, have you tried modifying the cron to include a query variable e.g. “myfile.php?t=1”

Viewing 1 replies (of 1 total)

The topic ‘Browser Cache and non WordPress files’ is closed to new replies.