These are some common paths in BuddyBoss that should be excluded from page caching. This is to ensure the proper functioning of dynamic content and user-specific pages.


URL Format: https://siteurl/bbpage/


Here are some common BuddyBoss paths that should be excluded from page caching:


Member Profile Pages:


/members/*

/profile/*

Group Pages:


/groups/*

/groups-single/*

Activity Feed:


/activity/*

Notifications:


/notifications/*

Messaging:


/messages/*


The paths should include *. It is essential to include * in the path. Entering the asterisk (*) means that the entire dynamic path starting from the groups will not be included. This means you will need to have each group's path to exclude from the list. 


An example, if you do not enter * the URL excluded will be(yourdomain.com/groups) but if you add * at the end of all theURLs starting from /groups will be excluded. (yourdomain.com/groups/xyz-group and so on.