When running jekyll --server
, the entire site is rebuilt. On a large enough site, this takes an exceedingly long time. Even with the --auto
flag, which
This is a recurrent subject in Jekyll's issue tracker on Github. Unfortunately, it isn't one of the objectives. For example:
Just search for the words "compile" and "time" and you'll be able to find more. It's a bit harder than it looks because there's the possibility of broken links.
Also, if you're using LSI, use the latest version, because there was a fix related to it that makes it much faster.
My only advice to you is to see if you really need all these posts (I know, I know), because it's probably the only answer you'd get from the issue tracker right now -- something that we all want to address, but no one wants to start.
P.S.: Please post your problem on the issue tracker -- with more people complaining, it's much more possible for it to get fixed.