Title: jerd's Replies | WordPress.org

---

# jerd

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WPTouch breaks after upgrading WP Super Cache to 1.0](https://wordpress.org/support/topic/wptouch-breaks-after-upgrading-wp-super-cache-to-10/)
 *  [jerd](https://wordpress.org/support/users/jerd/)
 * (@jerd)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/wptouch-breaks-after-upgrading-wp-super-cache-to-10/#post-2477039)
 * This has to do with changes in the mobile support in the latest version of WP
   Super Cache.
 * The reason the site is randomly showing the mobile site is because a non-mobile
   version is being cached (this means that someone on a mobile device probably 
   visited that page and they have the mobile site turned off [by toggling the option
   at the bottom of the page])
 * I wrote a very quick and very dirty patch that works around the problem, feel
   free to use it if you like.
 * [wp-super-cache-1.0-wptouch.patch](http://www.byteme.net/wp-super-cache-1.0-wptouch.patch)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Your WordPress.com account is not authorized to view the stats of this blog](https://wordpress.org/support/topic/your-wordpresscom-account-is-not-authorized-to-view-the-stats-of-this-blog/)
 *  [jerd](https://wordpress.org/support/users/jerd/)
 * (@jerd)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/your-wordpresscom-account-is-not-authorized-to-view-the-stats-of-this-blog/page/3/#post-1980863)
 * For everyone that switched over to JetPack — were your stats from WP stats preserved
   or does everything start at zero again?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] [Plugin: WP Super Cache] Home page not updated immediately after new posts](https://wordpress.org/support/topic/plugin-wp-super-cache-home-page-not-updated-immediately-after-new-posts/)
 *  Thread Starter [jerd](https://wordpress.org/support/users/jerd/)
 * (@jerd)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-home-page-not-updated-immediately-after-new-posts/#post-1743797)
 * I think I just found the reason. I went into the options and unchecked the ‘Cache
   rebuild’ option in the ‘Miscellaneous’ section under the Advanced tab and the
   caching is now working as expected. When a post is made it now immediately updates
   the homepage.
 * Thanks, Jeremy
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] [Plugin: WP Super Cache] Home page not updated immediately after new posts](https://wordpress.org/support/topic/plugin-wp-super-cache-home-page-not-updated-immediately-after-new-posts/)
 *  Thread Starter [jerd](https://wordpress.org/support/users/jerd/)
 * (@jerd)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-home-page-not-updated-immediately-after-new-posts/#post-1743796)
 * No, I don’t have DB cache (or any other caching plugin) installed. As far as 
   I know there is no other caching happening.
 * One other thing I noticed is that even though the files have a new timestamp,
   the page itself is old. For instance, I just made a post, and the file on the
   server has a timestamp of 11:52am, but inside the file itself is:
 * <!– Cached page generated by WP-Super-Cache on 2010-10-31 11:46:01 –>
 * It’s like the file has been touched but not regenerated.
 * Any other ideas you can think of? I’m completely stumped on this one.
 * Thanks, Jeremy
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: podPress] Podcast not compatable with WP 2.6](https://wordpress.org/support/topic/plugin-podpress-podcast-not-compatable-with-wp-26/)
 *  [jerd](https://wordpress.org/support/users/jerd/)
 * (@jerd)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/plugin-podpress-podcast-not-compatable-with-wp-26/#post-809219)
 * After spending hours digging through the code and looking at the database, I 
   discovered that this is being caused by the new revisions in 2.6. To disable 
   them, just add:
 * define (‘WP_POST_REVISIONS’, 0);
 * to your wp-config.php and the problem disappears.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2.6 Update – Error in Explorer](https://wordpress.org/support/topic/26-update-error-in-explorer/)
 *  [jerd](https://wordpress.org/support/users/jerd/)
 * (@jerd)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/26-update-error-in-explorer/#post-810996)
 * After spending hours digging through the code and looking at the database, I 
   discovered that this is being caused by the new revisions in 2.6. To disable 
   them, just add:
 * define (‘WP_POST_REVISIONS’, 0);
 * to your wp-config.php and the problem disappears.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Podpress not displaying new audio posts in 2.6](https://wordpress.org/support/topic/podpress-not-displaying-new-audio-posts-in-26/)
 *  [jerd](https://wordpress.org/support/users/jerd/)
 * (@jerd)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/podpress-not-displaying-new-audio-posts-in-26/#post-812685)
 * After spending hours digging through the code and looking at the database, I 
   discovered that this is being caused by the new revisions in 2.6. To disable 
   them, just add:
 * define (‘WP_POST_REVISIONS’, 0);
 * to your wp-config.php and the problem disappears.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [pretty & ugly URL equivalents](https://wordpress.org/support/topic/pretty-038-ugly-url-equivalents/)
 *  Thread Starter [jerd](https://wordpress.org/support/users/jerd/)
 * (@jerd)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/pretty-038-ugly-url-equivalents/#post-682541)
 * *bump*
 * Still exists in 2.5.1

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