Anthony Somerset
Forum Replies Created
-
confirming that the same behaviour is observed in WP 3.8.x
no querystring gets appended, and existing query strings remain
Forum: Plugins
In reply to: [W3 Total Cache] Remove Query Stringsthose will be set in a variety of places
- core wordpress
- plugins
- themes
You would have to modify the various plugins and hookin to the core javascript embeds to disable the JS/CSS includes, then manually re-add them without the version headers
or take a look here for a quick fix: https://www.sharepointjohn.com/wordpress-remove-version-query-strings-from-javascript-js-and-css-stylesheet-files/
its not really worth the time and energy IMHO – query strings don’t pose as many issues for caches as they used to do – and a question to ask, how many of your sites users are likely behind proxies where this “might” be an issue?
what Frederick pointed out in the other post is related to the query string W3TC sets – when that option is enabled W3TC will set a single consistent query string for as many static resources it can (if not all) which is very good when working with CDN’s – especially those that charge for purges (like cloudfront)
Forum: Plugins
In reply to: [W3 Total Cache] W3TC won't enable caching optionsdo you have the php memcached module installed and enabled?
also adding to this to confirm that it has the same behaviour in 3.7 – ie no querystring appended – either logged in or via porn mode
Forum: Plugins
In reply to: [W3 Total Cache] Remove Query Stringsthe prevent caching of objects after settings change sets a consistent query string for all assets using a datestamp rather than the varying system used by different plugins and WP itself – disabling it doesn’t remove the query string at all, it just doesn’t override the default set by WP or other plugins
Forum: Plugins
In reply to: [W3 Total Cache] Upgrade to w3tc pro from https backendyou can run it safely as it will redirect to HTTPS since they got HTTPS sorted, however they will need a plugin update to update the URL/iframe link
Forum: Plugins
In reply to: [W3 Total Cache] Does ist work with WP 3.6.1?one thing that does not work is querystring on assets
i’ve confirmed this isn’t a theme issue on a site that was using default twentytwelve, a site that uses a child theme of twentytwelve and a site with a totally custom theme
not tried twentythirteen yet but it appears some functionality that W3TC relies on changed in 3.6
Developer resolved the issue by enabling HTTPS and redirecting the page to HTTPS
theres still the more minor issue that initial load of the iframe is still blocked in chrome as an unsecure script so a plugin update is needed to change the iframe url from http to https – to allow for users that have https enabled for admin
i already did, privately a couple weeks ago, no reply at the time, except an acknowledgement via twitter
this was more to warn users of the issue as there is no other public support forum for W3TC presently
i’ll also add that this code is present from the plugin downloaded direct from wp.org and not elsewhere
Forum: Plugins
In reply to: [W3 Total Cache] Add postfix/Change name of minified filesthe option is on the browser cache settings page and called Prevent caching of objects after settings change: https://f.sts.io/7bdMf4yHfJ.jpg
that said it doesn’t appear to be working on latest version of plugin with WP 3.6
Forum: Plugins
In reply to: [W3 Total Cache] Clear Page Cache with Chron Jobinstall wp-cli and then use the wp-cli commands provided by the plugin to clear the cache via the command line, and then you can set the command as a cron job
the command may look like this:
wp --path=<path to wp doc root> w3-total-cache flush
you need to specify the path so that it knows which path to operate on as wp expects by default to work on the install found directly in the path you are in, which may not be the same as the home directory for the user that runs the cron task
also try making sure you have enabled category page purging as well in the page cache config
Forum: Plugins
In reply to: [W3 Total Cache] Add postfix/Change name of minified filesenable the media query string in browser cache options? it adds a timestamp string to all media/css/js files or does it need to be a specific string?
Forum: Plugins
In reply to: [W3 Total Cache] Deleted another plugin – best to way to delete from cache?purge all of them when you add or remove plugins, its the most reliable way to get rid
also if you use minify in manual mode, remember to remove any of the plugins css/js files from minify or you will get errors
Forum: Plugins
In reply to: [W3 Total Cache] Error: Empty hostname for MaxCDN Testi got same error, for some sites, and some sites would work perfectly
when i go to the plugin overview page on all the sites though, the maxcdn/netdna stats display correctly however so it seems its a possible fail in the tester rather than anything more serious (cant confirm at this stage though)