11ty / eleventy-base-blog

A starter repository for a blog web site using the Eleventy static site generator.
https://eleventy-base-blog.netlify.app/
MIT License
1.21k stars 619 forks source link

Turn off debug in netlify.toml #107

Closed myshov closed 2 years ago

myshov commented 2 years ago

First of all thank your for the awesome project!

I've been using this template for my project for more than 2 years. Recently the build time became unacceptable, because I have almost 1000 articles. As it turned out the problem was in the debug messages, there was too much of them so they affected I/O performance. I think that by default debug should be turned off.

myshov commented 2 years ago

The concrete example

The deploy time with debug on: image

The deploy time with debug off: image

zachleat commented 2 years ago

Ah, yeah completely agree—this was fixed at https://github.com/11ty/eleventy-base-blog/commit/dc3e7c49f26461026aa92c446a637c7aefe3033a

Thanks!