Appwrite now caches your dependencies between builds. The package manager's store is saved after each successful build and restored before the next one, so installs reuse what was already downloaded instead of fetching every package from the registry again.
On a real-world Next.js app, install time dropped from 11.7s to 2.8s with pnpm and from 9.6s to 2.3s with bun, with no configuration changes.
Read the announcement
