Andreas
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Jquery error : Unexpected Token :Did you clear your brwoser cache?
If there is no problem ignore the error message.
Also I see you have enabled W3TC debug on your site. You should turn that off when you don’t need it it prevents caching and makes pages load slower.Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Unsupported type of compression?Which browser did you use?
Have you tried clearing your browser cache?Forum: Plugins
In reply to: [W3 Total Cache] W3TC – JS-Minify destroys javascriptMinification does not always work as expected. Using General->Minify Manual and then selecting the scripts to minify under MInify should help you find which files doesn’t work.
Forum: Fixing WordPress
In reply to: [W3 Total Cache] CDN not working correctlyHave you cleared your browser cache etc?
From what I can tell.
It depends. They seem to have improved their service and calling it a CDN but the plugin do not have any automatic updating, purging etc, to the CF servers etc. Having your own CDN gives you better configuration capabilities. CF says they have CDN like behavior. So not 100% CDN yet it seems.Forum: Plugins
In reply to: [W3 Total Cache] W3 Total cach my dynamique buddypresspagesHmm you could try adding define(‘DONOTCACHEPAGE’,true) in the template file. But it shouldn’t cache for logged in users. If still an issue file a bug report on the SUpport page in the plugin.
You can check if its acutally using cache by checking the source in your browser. Printout is towards the button.
Learn more in FAQ on limiting caching
“How do I implement fragment caching?”
“How can I prevent caching directly in my templates etc?”Forum: Plugins
In reply to: W3 Total Cache Starnge Characters on my HomepageIf this is still an issue could you send a bug report on the Support page in the plugin?
The filepaths in the files should be relative and not contain domain.com/
Was this the problem you had/have?There is some quirks with the plugin and network installs. It is essentially installed 9 times with different configs which leads to issues like this. It is not network aware in the latest version.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] cache homepage onlyYou can enter a line in the theme templates files that it should not cache those pages.
Its “How can I prevent caching directly in my templates etc?”
define(‘DONOTCACHEPAGE’, true);
Disables page caching for a given page.
define(‘DONOTCACHEDB’, true);
Disables database caching for given page.
define(‘DONOTMINIFY’, true);
Disables minify for a given page.
define(‘DONOTCDN’, true);
Disables content delivery network for a given page.
define(‘DONOTCACHEOBJECT’, true);
Disables object cache for a given page.Forum: Plugins
In reply to: [Plugin: W3 Total Cache] WP-Includes & Theme File ProblemsUsually it means you have entered the wrong credentials, username, password etc, to your FTP server.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC Cloudfront and CDN domain–
Forum: Plugins
In reply to: [W3 Total Cache] pluginerrors when moving websiteFollow install instructions:
http://wordpress.org/extend/plugins/w3-total-cache/installation/If you switched database and didn’t anything you can’t have your old settings unless you imported them. However there is a reset button on the general page.
About upload path you can reset that in the Miscellaneous menu. Enter a new path. Save then change it back again. Think that helps.What does the compability report say? Its on the General page.
Have you visited the site when not logged in?
You could try the development version but make backup first: http://wordpress.org/extend/plugins/w3-total-cache/download/Are you using the latest version?
Have you configured the CDN correctly in TC?
Have you tried the development version: http://wordpress.org/extend/plugins/w3-total-cache/download/
If all else fails file a bug report on the Support page in the plugin.Forum: Plugins
In reply to: [W3 Total Cache] Change the Leverage browser cachingIf you are sure all your modules are enabled and functioning.
You could try the development version as well: http://wordpress.org/extend/plugins/w3-total-cache/download/
Just backup your files as usual.
Still problem send a bug submission form from the Support tab in the plugin.t0mmyZ:
When it comes to CF API there is no support for that. You’ll have too write own code to set that up.