• Resolved sns1sns

    (@sns1sns)


    Hello,
    I am using community website with budypress plugin. So i want to know what would be the right caching mechanism. as using page cache will deliver static pages.
    However the only thing that needs to be updated is database content and rest css, js and many other html pages shall be static.
    1) I want to know if i should use varnish and also whether i should use memcached or redis for community based website.
    2) I am using google cloud, 1 CPu 3.75 gb of ram. How can I go about caching. what will be the right extentions for community website memcached or redis. And what other levarages can I take with your plugin.
    3) Also how to cache entire css files as they are static and should not be loaded again and again, same for js?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @sns1sns

    Thank you for your inquiry and I am happy to assist you with this.
    As BuddyPress suggests, you should use Object cache as you mentioned in the previous topic.
    Memcached and Redis are both suitable options so it’s really up to you which one to use.
    Using Varnish is also up to you but please note that it requires custom configuration on varnish server.
    As for JS and CSS, you can use Browser Cache and enable “Expires header” and Cache-control header in Performance>Browser cache> CSS&JS section.
    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Caching mechanism for community site using buddypress’ is closed to new replies.