Flagsmith / Flagsmith/flagsmith
identify_integrations refactor
Open
api
integrations
- Dominant language
- Python
- Stars
- 6.6k
- Forks
- 567
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 121
Description
`identify_integrations` takes ~25% of total request time for `/v1/identities/`.

Solution: To avoid additional selects, migrate all integration configs to a single JSONField on the `Environment` model.
Explore how this maps to Edge API first.
Contributor guide
Assessment
This issue has not been assessed yet.