• Ben L.

    (@nightgunner5)


    I would like to be able to make the WordPress Mobile Edition plugin skip caching pages completely, so it would not cache, nor would it load cached pages if the user was using a mobile browser. Is there any way to do this?

Viewing 1 replies (of 1 total)
  • MegaZone

    (@megazone)

    I’m sure there is a way, and I’d like to do the same thing. Part of the problem is not serving the cached pages to mobile devices. That part is relatively simple – you’d put exclusion rules in .htaccess so that any matching user agents are not redirected by the Super Cache rules. And the same list would go into the Rejected User Agents list to prevent WP Cache from caching the requests.

    But mobile devices would still get WP Cache files, there needs to be a way to prevent that too. And I’m not sure if the Super Cache code obeys the Rejected User Agents list too, of if that only controls the WP Cache piece.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Super Cache] Disable caching in certain cases?’ is closed to new replies.