Skip to content

So slow dx #273

@tcjr

Description

@tcjr

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions