latest 8 messages by thomas_25
+
[2016-10-25T15:08:06Z]
thomas_25
jekyll is the single slowest part of my build toolchain now, so this is what i've focused now... i've resorted to building plugins to generate statuc header and footer for once (and skip running template logic for each page -- as it proved to be VERY expensive)
+
[2016-10-25T15:07:01Z]
thomas_25
but also, what would jekyll do if that layout includes a footer and it is modified? it should build a dependency graph
+
[2016-10-25T15:06:30Z]
thomas_25
which takes like 2/3 of the whole time anyway
+
[2016-10-25T15:06:18Z]
thomas_25
they are re-generated even though none of the pages that uses that layout is modified
+
[2016-10-25T15:06:02Z]
thomas_25
but i see that it's a complicated problem as well... i.e. i have 411 pages generated of type layout:foo
+
[2016-10-25T15:05:31Z]
thomas_25
what's the situation with incremental build? it seems to not work on me
+
[2016-07-21T13:32:40Z]
thomas_25
I have hundreds of .html files with front-matter that are bound to a layout with a scope configuration -- are these not benefiting from incremental build?
+
[2016-07-21T13:32:02Z]
thomas_25
I want to improve my jekyll build time, even though I have incremental it still takes 13 seconds.