ember-learn / ember-learn/super-rentals-tutorial

So slow dx

Open
#273 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
67
Forks
47
PR merge metrics
No merged PRs in 30d

Description

Generating this tutorial takes twice as long as it did before the switch to Vite. From about 10 minutes to over 20 minutes in CI. It is slower on my local dev machine.

This is due to the fact that we don't have a speedy way to run tests from the command line. And this tutorial runs the tests very often (nearly 50 times), and running the tests does a full slow production build every time. The old way was able to reuse the build from the legacy dev server, which is obviously not a thing anymore.

Does anyone have any tips or tricks they use locally?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.