-
@davatron5000 @reubenlillie can speak more to this maybe but I can say that speed of popular template langs can be a factor. 11ty.js is the fastest Liquid is next (using liquidjs 9.x can get some more gains too, we'll upgrade for Eleventy 1.0) Nunjucks is a tad slower
-
@davatron5000 @reubenlillie Upgrading the template of your layout might yield a quick win. Also note the defaults in your config for html/data/markdown, e.g. markdownTemplateEngine: "njk", htmlTemplateEngine: "njk", dataTemplateEngine: false