delay / sveltekit-auth-starter

This is a Sveltekit auth starter project. It utilizes Lucia for authentication, Skeleton for ui elements, Prisma for database connectivity and type safety, Lucide for icons, inlang for translation, Zod and Superforms to handle forms and validation and Sveltekit.
https://sveltekit-auth-starter.vercel.app
MIT License
221 stars 31 forks source link

dev server load time takes awhile #20

Closed vinstah closed 8 months ago

vinstah commented 8 months ago

runing dev server takes awhile to load, unsure if this is result of lucia session, but a normal sveltekit dev server is fast

delay commented 8 months ago

Yes it’s because many packages are loading and it optimizes the code on loading. Production code is much faster though. After it fully loads it usually doesn’t take long after you perform updates while it’s running.