Hi Craig š
The following are counted towards your
CDN requests:
⢠Feature flag payloads.
⢠Each time a client-side (front-end) SDK hits the GrowthBook CDN. If you're doing client-side testing, the number of API requests will be roughly related to how many sessions you have.
⢠Each time you make a call to
GrowthBook's REST API.
Given the above, yes ā opening or reconnecting the real-time (SSE) connection to the GrowthBook CDN does count as a CDN request, and the data sent over that connection contributes to CDN bandwidth usage.
The individual update messages sent over an already-open SSE connection do not create additional HTTP requests beyond that initial/open request.