Skip to content
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

Make an easy way to pre-generate exercise diffs #135

Closed
kentcdodds opened this issue Aug 10, 2023 · 0 comments
Closed

Make an easy way to pre-generate exercise diffs #135

kentcdodds opened this issue Aug 10, 2023 · 0 comments

Comments

@kentcdodds
Copy link
Member

You can make a diff of any combination of app, but the most common comparisons are between the problem and solution of each step. That's the default of the deployed versions. Every time the app is deployed, those diffs need to be computed again which means the first person to see them is having to wait for them to be generated which makes the app feel slow for them.

I would like an easy way (a script) that can pre-generate the diffs for all of these problem/solution combinations so we can run this as part of the deployment process so all the pages load really fast even for the first user after a deploy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant