Skip to content

Checking multiple Flipper-flags at once #724

Answered by bkeepers
davidwessman asked this question in Q&A
Discussion options

You must be logged in to vote

Flipper is configured to preload and memorize all feature data before each request. So whether you check zero feature flags, or 1000 with multiple actors, it only makes one query to the database. The preloading will likely need tuned on large apps with a lot of features and actors to only selectively load features that are commonly used.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@davidwessman
Comment options

@bkeepers
Comment options

Answer selected by davidwessman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants