Code Monkey home page Code Monkey logo

Comments (6)

Viper007Bond avatar Viper007Bond commented on August 17, 2024

You'll want to add a cache variant for that, although you'll need to do it without that function because it won't be defined yet. Either that, just turn off caching for mobile views.

Many easier to use (but not as slim) caching plugins such as WP Super Cache support this out of the box.

Regardless, it's not a Batcache bug so I'm closing this.

from batcache.

as8564 avatar as8564 commented on August 17, 2024

jetpack_is_mobile is inbuilt function of jetpack plugin by Automattic, shouldn't batcache support it ?

from batcache.

spacedmonkey avatar spacedmonkey commented on August 17, 2024

This is not for Automattic to support. Your integration is up to you. However, how batcache is used in wordpress VIP might be useful.

https://github.com/Automattic/vip-quickstart/blob/master/www/config/batcache-config.php#L85

from batcache.

as8564 avatar as8564 commented on August 17, 2024

Ok could you guide me how to do it ... Jetpack plugin has become a standard for wordpress sites along with batcache plugin.

from batcache.

spacedmonkey avatar spacedmonkey commented on August 17, 2024

It is pretty complex. Basically that link above is what wordpress.com does and they use batcache and jet pack. The only two things you should really look for is the following.

You need load the user agent code earlier in the bootstrap process. Like they have done in the following line. https://github.com/Automattic/vip-quickstart/blob/master/www/wp-config.php#L86
When you can use the batcache confit file above. You should already be adding custom batcache config in your wp-config.php . The above is a good starting point. I can't really explain it anymore than that, as you need to create your own caching rules as they differ from project to project.

from batcache.

as8564 avatar as8564 commented on August 17, 2024

Thanks a ton , this would definitely help. :)

from batcache.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.