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

Show more information in console output #283

Closed
paulrobertlloyd opened this issue Oct 4, 2022 · 2 comments
Closed

Show more information in console output #283

paulrobertlloyd opened this issue Oct 4, 2022 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@paulrobertlloyd
Copy link
Contributor

Somewhat related to #282, it might be helpful to show more information about the site build in the console output. Possible information that’s currently missing:

  • Total time to build site
  • What aspects of the build are consuming a high percentage of build time1
  • If Lume is out of date
  • Other ideas…

Footnotes

  1. Worth noting that I’m currently doing some quite awful things with pagination, looping over many different pages and data sources, and Lume hasn’t broken a sweat!

@oscarotero
Copy link
Member

When lume is out of date, you should see a warning once per day.
Total time to build is a good idea.
Aspects of build consuming high percentage of time is more difficult, but it's interesting. I'll think about that.

@oscarotero oscarotero added the enhancement New feature or request label Oct 5, 2022
@oscarotero oscarotero added this to the 1.12.1 milestone Oct 5, 2022
@oscarotero
Copy link
Member

Added the message ${total} files generated in ${duration} seconds.

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

No branches or pull requests

2 participants