This message was deleted.
# ask-questions
w
This message was deleted.
t
after investigation my call would be that the counting actions would be
load_features
from the python sdk but
is_on
and
get_feature_value
should not count. is it correct ? if it is, as we are a consumer application, we can not afford make an API call from the app at each session. What would you advice us ? We are considering building a dedicated service on our backend side to provide the variations without having to reload feature as frequently.
f
fetching the feature payload counts as 1, not each feature- so if you’re using the client side, it should correlate to the number of sessions you have
🙏 1
135 Views