You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trialing PostHog for our SaaS app. For us, the lack of caching for feature flags are a total no-go. (We're currently canary-releasing a feature that requires a decide on every single page view.)
So I've added caching by extending the PostHog\Client and overriding fetchFeatureVariants.
I'm trialing PostHog for our SaaS app. For us, the lack of caching for feature flags are a total no-go. (We're currently canary-releasing a feature that requires a
decide
on every single page view.)So I've added caching by extending the
PostHog\Client
and overridingfetchFeatureVariants
.I'd be happy to create a PR to add this to the base class.
The text was updated successfully, but these errors were encountered: