2021-09-11 UTC
# Murray[d] Depending on how big a *lot* is, consider that an SSG will need to rebuild *everything* each time you make a change or add a new page. For 10s of pages, rebuild times are negligible, for 100s it's enough to make small changes feel slow, and for thousands it can get a little daunting. All of this can be mitigated with server-side caching and some SSGs are moving towards hybrid rebuild models that help a lot.