Hi, I'm currently looking into whether the cloud o...
# ask-questions
g
Hi, I'm currently looking into whether the cloud or self-hosted version would be the best solution for my company requirements. I've been looking into the CDN requests and was unsure how many would actually be sent. Is it one per feature that is checked or one big request to start with that loads all the available features?
f
one request the beginning
for client side applications, the CDN requests typically map to your user sessions
for server side, you can cache much more agressively
g
I was hoping it would be that way. Thanks for getting back to me so quickly 🙂