Title: graymerica's Replies | WordPress.org

---

# graymerica

  [  ](https://wordpress.org/support/users/graymerica/)

 *   [Profile](https://wordpress.org/support/users/graymerica/)
 *   [Topics Started](https://wordpress.org/support/users/graymerica/topics/)
 *   [Replies Created](https://wordpress.org/support/users/graymerica/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/graymerica/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/graymerica/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/graymerica/engagements/)
 *   [Favorites](https://wordpress.org/support/users/graymerica/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [3.1 upgrade; database update fails and loops](https://wordpress.org/support/topic/31-upgrade-database-update-fails-and-loops/)
 *  [graymerica](https://wordpress.org/support/users/graymerica/)
 * (@graymerica)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/31-upgrade-database-update-fails-and-loops/#post-1939197)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] InnoDB and W3C](https://wordpress.org/support/topic/plugin-w3-total-cache-innodb-and-w3c/)
 *  [graymerica](https://wordpress.org/support/users/graymerica/)
 * (@graymerica)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-innodb-and-w3c/#post-1670437)
 * Bradley, any word on how it went. I am thinking of doing the same thing with 
   my comments table.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Display dates in configured timezone](https://wordpress.org/support/topic/display-dates-in-configured-timezone/)
 *  [graymerica](https://wordpress.org/support/users/graymerica/)
 * (@graymerica)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/display-dates-in-configured-timezone/#post-1755172)
 * Add 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] How to Configure w3 Total cache to Optimize website Performance](https://wordpress.org/support/topic/plugin-w3-total-cache-how-to-configure-w3-total-cache-to-optimize-website-performance/)
 *  [graymerica](https://wordpress.org/support/users/graymerica/)
 * (@graymerica)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-how-to-configure-w3-total-cache-to-optimize-website-performance/#post-1725192)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] Making static copy of a site](https://wordpress.org/support/topic/plugin-w3-total-cache-making-static-copy-of-a-site/)
 *  [graymerica](https://wordpress.org/support/users/graymerica/)
 * (@graymerica)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-making-static-copy-of-a-site/#post-1747848)
 * I 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.com](http://example.com)
 * [http://drupal.org/node/27882](http://drupal.org/node/27882) has more options.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] plugins_url does not use the CDN](https://wordpress.org/support/topic/plugin-w3-total-cache-plugins_url-does-not-use-the-cdn/)
 *  Thread Starter [graymerica](https://wordpress.org/support/users/graymerica/)
 * (@graymerica)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-plugins_url-does-not-use-the-cdn/#post-1711127)
 * Sorry 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&#8217](http://***.****.netdna-cdn.com/wp-content/plugins&#8217););
 * 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.

Viewing 6 replies - 1 through 6 (of 6 total)