VermontDepartmentOfHealth / docgov

some public facing standards, guidelines, and, well, documentation
https://docgov.netlify.app/
MIT License
3 stars 3 forks source link

Fix Build Perf for CSS & JS Minification #87

Closed KyleMit closed 4 years ago

KyleMit commented 4 years ago

See Can Eleventy cache filters or template includes? #840

Build times take ~13 seconds, with ~10 seconds devoted to minifying CSS & JS sitewide, which repeats for every page that renders inside the default layout page. See if we can cache the

image