• Hi.
    How does it work for mobile caching? Our mobile version looks different, the theme is simplified via media queries and wp_is_mobile()
    Is this going to be a problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Nazar Hotsa

    (@bugnumber9)

    Answering my own question.
    It doesn’t support separate mobile cache out of the box. Github page mentions this:

    // Vary the cache buckets depending on the results of a function call.
    // For example, if you have any mobile plugins, you may wish to serve
    // all mobile requests from a different cache bucket:
    
    $redis_page_cache_config['unique'] = array( 'is_mobile' => my_is_mobile() );

    but I didn’t really have time to test ‘any mobile plugins’ ?? I’ll probably experiment later.

    It would be great if it support!

    Al x

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile caching’ is closed to new replies.