How to implement GrowthBook server side A/B tests ...
# ask-questions
c
How to implement GrowthBook server side A/B tests on pages cached via external CDN?
s
Hi @clean-city-48510. I think I saw in another thread that you were sorted. Is that the case?
c
No, I have no solution for that
s
Gotcha. There a couple of approaches here: 1. You can introduce experiment names/variants to the cache keys, so that you have the variations cached as well. 2. You can use an Edge worker: https://docs.growthbook.io/lib/edge/other 3. Move your experimentation client side.