Does anyone know if there are any CMS plugins around for growthbook? How do people implement changes? Completely manually?
f
fresh-football-47124
07/05/2022, 3:20 PM
Which CMS would you like?
p
plain-egg-64821
07/05/2022, 3:20 PM
Strapi
plain-egg-64821
07/05/2022, 3:21 PM
Just formulating a response around why we would use growthbook vs something like SiteSpect
f
future-teacher-7046
07/05/2022, 3:26 PM
GrowthBook is better if you have an engineering team to implement changes. If you just want a no-code visual editor, something like SiteSpect is probably a better fit.
future-teacher-7046
07/05/2022, 3:28 PM
Doing changes via code allows for much richer experiments and better performance (no relying on 3rd party script tags), but only if you have the engineering resources to support it.
p
plain-egg-64821
07/05/2022, 3:36 PM
Yep totally get you. SiteSpect seems to do some jazzy CDN rendering so it should deliver similar performance. We're more of a fan of the control but I'm sure there's going to be a big debate
b
busy-horse-73824
07/05/2022, 5:49 PM
We use Sanity as our CMS, and recently added in A/B testing support using Growthbook
We did find though, in order to make the CDN caching work best, it was useful to filter which feature flags are sent in the query for CMS content - so there's a reduced number of unique URLs being cached
So e.g. in our case, we only send
course_
features when retrieving the course program
Not sure if other CMSes can be queried like this though!