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

feat: Lazy build with --skip-initial-build #9434

Open
lawndoc opened this issue Aug 28, 2023 · 2 comments
Open

feat: Lazy build with --skip-initial-build #9434

lawndoc opened this issue Aug 28, 2023 · 2 comments
Labels

Comments

@lawndoc
Copy link

lawndoc commented Aug 28, 2023

It would be awesome if --skip-initial-build would watch for requests and build requested paths as they are requested.

Lazy builds would massively speed up site serve time for large sites.

I'm willing to contribute to get this feature added, but I'll need some initial direction on where that would need to be implemented.

@lawndoc lawndoc changed the title Lazy build with --skip-initial-build feat: Lazy build with --skip-initial-build Aug 28, 2023
@jekyllbot jekyllbot added the stale Nobody stepped up to work on this issue. label Oct 28, 2023
@jekyllbot
Copy link
Contributor

This issue has been automatically marked as stale because it has not been commented on for at least two months.

The resources of the Jekyll team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the latest 3.x-stable or master/main branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, please consider building it first as a plugin. Jekyll 3 introduced hooks which provide convenient access points throughout the Jekyll build pipeline whereby most needs can be fulfilled. If this is something that cannot be built as a plugin, then please provide more information about why in order to keep this issue open.

This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.

@mattr- mattr- added pinned and removed stale Nobody stepped up to work on this issue. labels Oct 28, 2023
@UlyssesZh
Copy link

Really need this! I am currently working on migrating the math engine on my blog from client-side MathJax rendering to server-side KaTeX rendering. However, it is pretty slow to render all the math in my blog at once, and site building becomes pretty painful for me. Event with incremental building, the first build is still painfully slow.

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

No branches or pull requests

4 participants