Andreas
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] My Home donot display when I active the pluginIs it the all pages on your site yourdomain.com/page1…page2 etc that does not show?
Which pages do work fine with the plugin?
Could you provide more information?
Under Performance->General there is a Compability button. If you could post what information is displayed after you click it that would be helpful.Forum: Plugins
In reply to: [W3 Total Cache] Are there any API hooks for this plugin?Total Cache 9.2.4 has only a limited amount of actions and filters. None related to this issue. There is currently no built in way to move javascript to footer.
Forum: Plugins
In reply to: [W3 Total Cache] External empty cache ?Yes, you can call a number of different functions to clear various caches.
flush_pgcache() //page cache
flush_dbcache() // database cache
flush_minify() // minify cache
flush_all() //all caches
Calling flush_pgcache() should be enough.If your statistics change often you can tell Total Cache not to cache parts of your WP themes. You find information in Performance->FAQ It is called fragment caching.
Forum: Plugins
In reply to: [W3 Total Cache] Great until….If you provide more information on when you get screwed someone might be able to help.
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache and TinyMCEIf the question concerns TinyMCEComments using auto Minify with that plugin does not work. If you must use TinyMCEComments try to manually add scripts and styles. General -> Minify Mode: Manual then go to Minify and “add a script” and “Add a stylesheet”. Do not add the css, js that the plugin uses.
Easier solution is to use the plugin recommended in the other support thread.I could not replicate the problem of TinyMCEComments stop working also after deactivating with latest version of W3 Total Cache and the plugin.
So if still an issue can you please submit a bug submission form from the support tab of the plugin because we are unable to duplicate and need to learn more?Forum: Plugins
In reply to: [W3 Total Cache] Using Total Cache in Preload ModeYou can tell the plugin to preload files which makes access to pages that is not visited often faster.
Go to Perfomance->Page Cache and then 2nd section for the bottom is where you activate preloading.
Note that it uses wp cron so it requires that you have some visitors that can trigger the plugin. Also too high value on Pages per interval can cause your site to become slow when the preloading occurs.
You have to test and see what works best for you or leave the default settings as is.
On Performance->Page Cache Advanced section you have “Garbage collection interval” where you define how long your pages should be cached on disc. This only work if you use Page Cache method Disc.Latest release of W3TC should fix your problem.
But if not the plugin is having issues with htaccess.
Does pretty permalinks work correctly for your WordPress? You have links like yoursite.com/nice-url-here instead of yoursite.com/?pid=232If yes have you followed the install instructions relating to .htaccess on the install page under the Total Cache menu?
Which Cache Method are you using under Page Cache and Minify.
Forum: Plugins
In reply to: [W3 Total Cache] Cloudfront CDN not working properlySince you provide no link its hard to diagnose.
But others have reported similar problem.
Follow instructions in this thread.
http://wordpress.org/support/topic/plugin-w3-total-cache-css-file-not-loading-properly?replies=5
It could be that the paths to the objects in your CSS file cannot be found or the files use @import or both. You will have to review the file and see if the URLs to each object are correct.
Latest version of Total Cache should handle these cases better.Forum: Plugins
In reply to: [W3 Total Cache] Cache Preload – Second Sitemap?A gzipped sitemap is supported.
Forum: Plugins
In reply to: [W3 Total Cache] Problem with commentsCan you please submit a bug submission form from the support tab of the plugin because we are unable to duplicate and need to learn more?
Forum: Plugins
In reply to: [W3 Total Cache] Caching ImagesAre your files, image files local or on a CDN?
Have you enabled Browser Cache on the “General” page? If not do so. After that go to Browser Cache page and make sure “set expires header” is set in “Media & other files”.Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] gzip not working ?!?!joietan:
Are the files locally stored, the JS and the other ones that is not compressed? For compression of local files gzip/deflate must be available. Minification of js and css does not require gzip or deflate.The related error is fixed in the latest release of W3TC.
Forum: Plugins
In reply to: [GWO4WP] [Plugin: GWO4WP] HOW TO USE PLUGINYou need to familiarize yourself with Google Websiteoptmizer.
You make a AB split test on Google. There you type in the links to the different pages you want to test.
In WordPress you then you check “Is AB experiment” and if the page is the original page that is the page that people usually see when visiting, you check Original page. If the page are the new page you want to test against you leave original page unchecked.You get the tracking code/script when you make a Websiteoptimizer test over at Google. You just paste that into the extract account/test id field and the plugin extracts the info and fills out the fields.
Google validates the tests you setup at Websiteoptimizer before you can start them.
Forum: Plugins
In reply to: W3 Total Cache uses wrong file pathI’ve submitted Bug thing with necessary information etc.