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

Cold start incremental: Cache results of --incremental builds to file system to re-use on subsequent builds #984

Closed
zachleat opened this issue Mar 2, 2020 · 6 comments
Labels
enhancement feature: 🥝 incremental builds needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.

Comments

@zachleat
Copy link
Member

zachleat commented Mar 2, 2020

First suggested (to me) here #108 (comment)

This is the final boss of incremental builds as it would potentially allow a template that never changes to only require a single render step for the entire lifecycle of a project 🤩

@zachleat zachleat added enhancement needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved. labels Mar 2, 2020
@zachleat
Copy link
Member Author

zachleat commented Mar 2, 2020

This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open.

View the enhancement backlog here. Don’t forget to upvote the top comment with 👍!

@zachleat zachleat closed this as completed Mar 2, 2020
@zachleat zachleat changed the title Cache results of --incremental builds to file system to re-use on subsequent builds Cold start incremental: Cache results of --incremental builds to file system to re-use on subsequent builds Oct 19, 2021
@e111077
Copy link

e111077 commented May 5, 2022

This would be incredibly helpful for integration with https://github.com/google/wireit and its watch command.

Wireit watch + eleventy incremental cold start can help prevent the most horrifying string of words in the english language:

You saved while Eleventy was running, let’s run again. (265 remain)

@uplight-dev
Copy link

I'm not sure I understand why this issue is closed.
Does cold start incremental build feature really works now?

I see the documentation page still shows this as TODO.
Also having tried, it will always recompile all md files at every startup of 11ty.

Thank you!

@agarzola
Copy link

agarzola commented Aug 2, 2023

@uplight-dev See first comment on this ticket:

This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open.

View the enhancement backlog here. Don’t forget to upvote the top comment with 👍!

@zachleat
Copy link
Member Author

Related: #3149 (comment)

@zachleat
Copy link
Member Author

Related: #3324

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature: 🥝 incremental builds needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.
Projects
None yet
Development

No branches or pull requests

4 participants