Flutter-Bounty-Hunters / static_shock

A static site generator for Dart.
MIT License
59 stars 5 forks source link

[Shock CLI] - Reduce website build time #62

Open matthew-carroll opened 6 months ago

matthew-carroll commented 6 months ago

Simple website builds are taking 2-3 seconds. Profile the build times and figure out how to reduce that to sub 1-second.

matthew-carroll commented 6 months ago

Here's Lume's page about why it rebuilds the whole website and it also discusses the concept of scoped updates: https://lume.land/docs/core/scoped-updates/