Performance
Set
DB_CHECK=false
in productionMinimize JavaScript usage between page transitions
Use the public folder for static assets only
Keep dynamic route handlers lightweight
Enable caching where appropriate
Optimize database queries
Minify CSS/JS assets
Use compression for responses
Implement database indexing
Last updated