-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Is your feature request related to a problem? Please describe.
We have a ~450 active flags, while client only uses ~90 at a time. That means all 450 are evaluated / stored on the client (in our case it is already 150KB shared preference) which is potentially slows down initialization / flags update.
We could archive unused flags, but there are issues with that:
- Since it's mobile, it's almost impossible to achieve 100% rollout. We committed to support old clients up to 1-1.5year. So we should wait for 1.5 years after removing a flag from the code.
- There are flags that never used by our client (e.g. if a flag only used by our backend).
Describe the solution you'd like
Allow to provide a list of flags client will use. LD will request and store only these flags.
sanogueralorenzo, gpeal and adapap
Metadata
Metadata
Assignees
Labels
No labels