© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3mo ago•
3 replies
Faeleth

Deployment Speed Issues with NestJS + Supabase

I'm experiencing significant performance problems with my deployed NestJS backend connected to Supabase.
Setup:

Backend: NestJS deployed on Railway free tier (Amsterdam)
Database: Supabase (Frankfurt)
Issue: Extremely slow database interactions on deployed version vs local

Performance Comparison example (600KB file upload):
Local (to same remote Supabase):

Validation: 7ms
File upload: 703ms
Database update (users.file_created_at): 53ms

Railway Deployment:

Validation: 500ms
File upload: 3+ seconds
Database update: ~2 seconds

The validation slowdown makes sense due to weaker server hardware that's expected. But every Supabase interaction being 4-6x slower seems excessive.
Also tried switching to Render (Frankfurt) to match Supabase region but experienced the same issue.
I just wonder if it's strictly a problem with hosting (free tier) environments that throttle network performance?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

NestJS with Supabase Auth SSR package
SupabaseSSupabase / help-and-questions
3y ago
Supabase Issues
SupabaseSSupabase / help-and-questions
13mo ago
Issues with docker running Supabase locally
SupabaseSSupabase / help-and-questions
3y ago
Issues with supabase + cloudflare workers + rolldown
SupabaseSSupabase / help-and-questions
4mo ago