Tutorials
- Targeting feature flags on groups, pages, machines, and more
- How to set up one-time feature flags
- How to do a canary release with feature flags in PostHog
- How to set up a public beta program using early access management
Next article
Note: Local evaluation is only available in the Node , Ruby , Go , Python , and PHP SDKs. Note: Do not use local evaluation in an edge / lambda environment, as this can slow down performance, and also raise your bill drastically. It's best to use regular flag evaluation instead. Evaluating feature flags requires making a request to PostHog for each flag. However, you can improve performance by evaluating flags locally. Instead of making a request for each flag, PostHog will periodically…