This message was deleted.
# ask-questions
w
This message was deleted.
f
you can set up GrowthBook that way
using remote evaluation
by default we do local evaluation - you can adjust that in the SDK setup
m
Thanks for the explanation. Remote Evaluation does not result in all flags being returned for a single call either, does it? Because we would need the entirety of applicable flags with their configured values as one string to use that as a cache key
r
No, Remote Evaluation in GrowthBook does not result in all flags being returned for a single call. Instead, a new evaluation API call is made any time a user attribute or other dependency changes. You can limit these API calls to specific attribute changes by setting the ​`cacheKeyAttributes`​ property, which is an array of attribute names that, when changed, trigger a new evaluation call.
156 Views