JDJeremy Dorninblog.growthbook.io·Jan 19, 2024 · 6 min readFact Table Query OptimizationBack in October 2023, GrowthBook 2.5 added support for Fact Tables. This allowed you to write SQL once and re-use it for many related metrics. For example, an Orders fact table being used for Revenue, Average Order Value, and Purchase Rate metrics. H...00
JDJeremy Dorninblog.growthbook.io·Mar 30, 2023 · 2 min readVisual Editor 2.0We're proud to announce the upcoming release of our brand-new Visual Editor! Soon, you'll be able to design A/B tests on your website directly in your browser, ship the tests to production, and analyze the results, all without writing a single line o...01A
JDJeremy Dorninblog.growthbook.io·Mar 28, 2023 · 2 min readFaster Feature Releases on GrowthBook CloudIn GrowthBook 1.9, we launched the GrowthBook Proxy server to enable faster feature rollouts for self-hosted instances. With the Proxy, changes you make in the GrowthBook UI (e.g. disabling a feature) are released to all of your users in production i...0-3A
JDJeremy Dorninblog.growthbook.io·Mar 28, 2023 · 3 min readFully Typesafe SDKGrowthBook client-side SDKs have always been written in 100% Typescript, which provides a great baseline level of type safety. Trying to use a numeric feature flag value as a string? Get a compile-time error. const value: string = gb.getFeatureValue(...00
JDJeremy Dorninblog.growthbook.io·Mar 28, 2023 · 2 min readNew REST APIsBack in October, we launched our very first REST API endpoint (GET /features) to list all of the feature flags in your GrowthBook account. Since then, we've been adding new endpoints and improving documentation. There's still a lot of work to do, but...00