Max Rozen
Max Rozen
If you want meaningful (not highly variable) results, don't use AWS Lambda to run Lighthouse. Look at EC2, or ECS. I started with AWS Lambda when I built [OnlineOrNot.com](https://OnlineOrNot.com), but...
Pretty sure I accidentally implemented this as part of https://github.com/cloudflare/wrangler2/pull/1538 - once it's merged we just need a flag/setting to expose it as an option for regular dev.
We still need to add a flag @JacobMGEvans - but the miniflare-cli now disables logging if `logLevel === "none"` in api/dev.tsx I call `startDev` with `logLevel: "none",` to disable miniflare's...
@thibault-deriv you should be able to use this fix via `wrangler@beta` - let me know if i've missed anything 👀
FWIW @caass we're months away from promoting any of the `unstable_` APIs, I just wanted a chunky issue to track the effort involved
Nah that's cool, we still want to capture ideas around what we want the stable API to look like and whatnot
Investigating test failures here: https://github.com/cloudflare/wrangler2/issues/1432
Implemented these tests in this PR: https://github.com/cloudflare/wrangler2/pull/1538 - closing this PR
@caass you mentioned wanting to write tests 👀
Working on this here: https://github.com/cloudflare/wrangler2/pull/1430