-
Couldn't load subscription status.
- Fork 16
A/B Testing Infrastructure & Automated Netlify Workflow #577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
475 ab edge 2
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 46.2%, saving 458.49 KB.
176 images did not require optimisation. |
|
Actually, thinking about it @knolleary - we could merge this before doing the DNS switch, as all it would do is have the slightly more up to date version running in Netlify, merging this would not affect the existing GH Pages build given we've changed that |
|
When testing locally, @knolleary saw an error upon first time running linked to the edge functions not being available. This was similar to an error I see sometimes when deploying on Netlify within about 20 seconds of the deploy occuring). We were then unable to reproduced, and with fresh clones and installs on my own machine, I could not reproduce. I asked @iskerrett to give it a go, and he too hit the same problems as Nick (which were circumvented the second time running). Whilst, for local development it's not too bad, as it just occurs the first ever time someone clones and instals with Edge Functions, it does seem to correlate to the issue I've seen on Netlify too, so this needs further investigation and fixing. The issues went as follows: 1. When first running, Netlify wants to setup an
|
|
just sanity checked this again with a fresh Netlify deploy, no edge function errors, but it is slow to load the first request after a deploy, but that seems linked to how Netlify cache rather than anything specific to Edge Functions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some typos but otherwise happy with this.
Co-authored-by: Nick O'Leary <[email protected]>



Description
Continued work from #562 <- contains a lot of detail about the implementation and process that follows.
I needed to pull content into this repo (away from my personal) so that I could run the build actions/workflows for pushing to Netlify.
Didn't make sense to merge this work back into my personal repo, to then continue with #562 so I'm just making this fresh PR.
We already have a deployed version in Netlify running from the
livebranch: https://flowforge-website.netlify.app/Netlify Env Var currently points to PostHog's Test Project - would need to switch.
Recommended next steps before review:
{% abtesting %}from this branch for now, as only contains test experiments.buildworkflow to get the latest of this branch running on NetlifyRecommended next steps after review:
mainmainin turn triggers the newbuildworkflow and deploys any new changes to the Netlify Site automaticallyRelated Issue(s)
Closes #475
Checklist