primocms / primo

Primo is a visual CMS with a built-in code editor, Svelte blocks, and static site generator.
https://primocms.org
MIT License
1.97k stars 514 forks source link

Only generate changed pages #327

Open mateomorris opened 1 year ago

mateomorris commented 1 year ago

Page deployment can take a while, especially on slower machines & connections, because every page gets generated on each deployment. By first determining which pages have changed (which should be possible since Primo handles both the presentation and content layers), it should be able to only generate pages that have changed & cut deployment time to a fraction of what it is now.