Rough notes and links related to potential deployment optimisations Build Size - [ ] [Dynamic import](https://nextjs.org/docs/advanced-features/dynamic-import) Misc - [ ] [Preview mode](https://nextjs.org/docs/advanced-features/preview-mode) - [ ] [Static Paths](https://nextjs.org/docs/api-reference/data-fetching/get-static-paths) - [ ] [Url Caching](https://nextjs.org/docs/going-to-production#caching) - [ ] [Page revalidation](https://nextjs.org/docs/basic-features/data-fetching/incremental-static-regeneration) - [ ] https://nextjs.org/docs/going-to-production Measuring performance - [ ] Lighthouse - [ ] https://nextjs.org/docs/advanced-features/measuring-performance Docker Builds - [ ] https://github.com/MaterializeInc/pulumi-docker-buildkit Cloud Run - [ ] Add mechanism to stop webserver and close after period (otherwise will run indefinitely)