• #dev 2021-09-11
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2021-09-11 UTC
# 12:01
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.