payloadcms / payload

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
https://payloadcms.com
MIT License
27.76k stars 1.72k forks source link

chore: optimizes website seed #9317

Open jmikrut opened 3 days ago

jmikrut commented 3 days ago

Optimizes the way the website template's seed function works by running as much as possible in parallel.

This needs to be sub-10 seconds so that Vercel's free tier doesn't time out when the seed function runs.