Title: Mobile cache issue
Last modified: August 20, 2016

---

# Mobile cache issue

 *  [evo252](https://wordpress.org/support/users/evo252/)
 * (@evo252)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/mobile-cache-issue/)
 * Hi,
 * I have a mobile cache issue with Hyper Cache. When the first visitor comes from
   mobile (e.g my iPhone), then if I load my blog on my computer it’s loading the
   mobile version of my site (little thumbnails rather than big thumbnail).
 * I’m using a responsive WordPress theme that serves different image sizes according
   the device (if mobile -> little featured images, if computer -> big featured 
   images).
 * The “Detect mobile devices” option is enabled, the “WordPress Mobile Pack” disabled,
   and I never modified the Mobile agent list.
 * Do you know how to fix this issue?
 * Thank you!
 * [http://wordpress.org/extend/plugins/hyper-cache/](http://wordpress.org/extend/plugins/hyper-cache/)

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

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/mobile-cache-issue/#post-3602993)
 * Hi, it looks like there is a conflict with your theme and the plugin. Are you
   running the latest version of the theme?
 * I am using a free theme with WPtouch plugin and works great for me.
 * Kind regards
 *  Thread Starter [evo252](https://wordpress.org/support/users/evo252/)
 * (@evo252)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/mobile-cache-issue/#post-3603050)
 * Yes I have the latest version. Where do you think can I investigate to fix the
   problem?
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/mobile-cache-issue/#post-3603051)
 * Hello, what theme are you using? You mentioned above responsive, is that the 
   theme you are using?
 *  Thread Starter [evo252](https://wordpress.org/support/users/evo252/)
 * (@evo252)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/mobile-cache-issue/#post-3603133)
 * I’m using [Zine WordPress theme](http://themeforest.net/item/zine-modern-responsive-review-theme/2399603),
   in [this site](http://www.eteignezvotreordinateur.com).
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/mobile-cache-issue/#post-3603146)
 * Hi unfortunately I can’t check your theme because it is a commercial theme. What
   settings have setup for Hyper Cache? If after adjusting the settings you can’t
   get it work you might have to report it to your theme developers. They might 
   find a solution for you.
 * Kind regards
 *  Thread Starter [evo252](https://wordpress.org/support/users/evo252/)
 * (@evo252)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/mobile-cache-issue/#post-3603155)
 * Thanks for your help. I think author of the theme will not fix my problem. Do
   you know if I can execut a PHP function to disable caching? I’d like to execut
   this function:
 *     ```
       if ( wp_is_mobile() ) {
       DO NOT CACHE and do not display pages that have been cached
       } else {
       ALLOW CACHING
       }
       ```
   
 * Thanks
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/mobile-cache-issue/#post-3603156)
 * Hello have you tried that function yet?
 * Also you might like to try the following [website](http://www.satollo.net/plugins/hyper-cache).
 * Kind regards
 *  Thread Starter [evo252](https://wordpress.org/support/users/evo252/)
 * (@evo252)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/mobile-cache-issue/#post-3603188)
 * OK I think I have found the problem: I’m trying to use the mobile feature of 
   Hyper Cache on a responsive template, and not on a separate mobile theme. In 
   fact, the plugin doesn’t support separate mobile cache for responsive template.
   So I’m obliged to disable serving different image sizes according the device (
   that is improving performance and fast loading) and serve the same homepage for
   all devices if I want still to use Hyper Cache, untill author of the plugin decides
   to implement a separate cache even for same template but with different thumbnail
   sizes.

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

The topic ‘Mobile cache issue’ is closed to new replies.

 * ![](https://ps.w.org/hyper-cache/assets/icon-256x256.png?rev=3452725)
 * [Hyper Cache](https://wordpress.org/plugins/hyper-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hyper-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hyper-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/hyper-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hyper-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hyper-cache/reviews/)

## Tags

 * [cache](https://wordpress.org/support/topic-tag/cache/)
 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)

 * 8 replies
 * 2 participants
 * Last reply from: [evo252](https://wordpress.org/support/users/evo252/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/mobile-cache-issue/#post-3603188)
 * Status: not resolved