How to implement GrowthBook server side A/B tests on pages cached via external CDN?
s
strong-mouse-55694
06/04/2025, 3:06 PM
Hi @clean-city-48510. I think I saw in another thread that you were sorted. Is that the case?
c
clean-city-48510
06/05/2025, 8:47 AM
No, I have no solution for that
s
strong-mouse-55694
06/06/2025, 2:41 AM
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.