Replies: 2 comments 1 reply
-
You could make a branch and remove most of the episodes from the content folder. |
Beta Was this translation helpful? Give feedback.
-
I thought I was the only one who it was taking a long time for 😅 So, the PR I did, with the RSS feed no longer getting generated, should help out a lot (at least it did on my machine (image in the PR shows the time reduction)). Also, if we do the redo of the With each raw JSON file the golang JSON parser (while still crazy fast for how much we've got 😅 ) has to parse each json file and craft it into a long dictionary of dictionaries. While pages is essentially like an object (at least from my understanding, whenever I've used hugo's ( saw this discussion after #106 mentioning discussions 🙃 ) |
Beta Was this translation helpful? Give feedback.
-
I am attempting to decrease the time it takes hugo server running locally on my workstation to rebuild the site on
config.toml
changes.Currently building the site from scratch locally (for me) takes 5+ minutes, which is not so comfortable/efficient/tolerable in quick-iteration testing.
Note: changing other files leads to very quick updates, so no issue there.
Any thoughts on how to increase efficiency only during testing?
Some ideas:
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions