Morning everyone
We are thinking we taking the Cloud version of Growthbook but i couldn't find anywere how much traffic (Api calls) it can handle. Does it scale ?
Thank you for any insights
f
future-teacher-7046
04/27/2022, 1:50 PM
If you are using the back end SDKs, we recommend adding a caching layer like Redis so number of API calls doesn't matter. If you're using the front end SDKs, our CDN can easily handle 10s of millions of requests per month. If you need much more than that, let us know.
future-teacher-7046
04/27/2022, 1:52 PM
You can also add a cache layer with our front end SDKs if you want. You would fetch features from your backend server and it would proxy the request to GrowthBook with a caching layer.
l
little-australia-13313
04/27/2022, 2:07 PM
Thank you very much for your answer
little-australia-13313
04/27/2022, 2:27 PM
One last question @future-teacher-7046
Do you have SLAs ?
f
future-teacher-7046
04/27/2022, 2:44 PM
We don't have a standard SLA, but we're able to add one as part of an enterprise contract if needed. We architected GrowthBook so that we're not in the critical path. The goal is, if GrowthBook is slow or has an outage, there is no impact at all on your production application or data.