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

Learn more about feature flags best practices from our blogs 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