Tutorials and guides

Last updated:

|Edit this page

Got a question which isn't answered below? Head to the community forum to let us know!

How to run experiments with feature flags

For more experiment tutorials, check the A/B testing docs!

Framework guides

Best practices for feature flags

Find out how other teams, like carVertical and Speakeasy, use feature flags in our customer stories - or check out our feature flag best practices below...

Questions?

Was this page useful?

Next article

Server-side local evaluation

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…

Read next article