graymerica
Forum Replies Created
-
Forum: Installing WordPress
In reply to: 3.1 upgrade; database update fails and loopsI always turn off w3 cache when I do updates. Then turn it back on afterwards.
No real harm to the traffic , and it has saved me a ton of problems like this,
Andrew
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] InnoDB and W3CBradley, any word on how it went. I am thinking of doing the same thing with my comments table.
Forum: Plugins
In reply to: Display dates in configured timezoneAdd this to your functions.php in your theme or in your plugin
date_default_timezone_set(get_option(‘timezone_string’));
It will set your timezone to the correct string from your wordpress option.
MAx CDN is the best. The have sales all the time on Bandwidth. If you buy it when it is on sale you can get it down to 7 cents per GB.
I am doing over 3TB per month for one client with them (6.4 Million Pageviews) and they rock.
Mirroring the data (MaxCDN is origin pull) is much better than uploading all your content to a tradition CDN via FTP.
Takes about 5 minutes to set up with w3 Cache.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Making static copy of a siteI love WGET for this exact purpose.
This is from a Drupal post, but the same method is still valid.
# Wget is generally available on almost any ‘nix machine and can produce the mirror from the command line. However, wget seems to have problems converting the relative style sheet URL’s properly with many Drupal site pages. Modify your theme template to produce hardcoded absolute links to the stylesheets and try the following command:
wget -q –mirror -p –html-extension –base=./ -k -P ./ http://example.comhttp://drupal.org/node/27882 has more options.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] plugins_url does not use the CDNSorry to respond to my own post, but that above is pretty wrong.
On second look, I was able to use the
define( ‘WP_PLUGIN_URL’, ‘http://***.****.netdna-cdn.com/wp-content/plugins’);
to rewrite most of the plugins.
My question now is what is the best method to check to see what the value is set in W3 Cache for Mirror.
I have looked for defined variables and through the W3 Object.
Can anyone tell me what value I can reference to see if a mirror value has been set.