Hello everyone,
I created a Next.js app and hosted it on Netlify: https://av-bilgic.netlify.app. The app is connected to a Supabase database.
When running the app locally on my computer, everything works smoothly with Supabase. However, after deploying it to Netlify, the API requests have become extremely slow.
You can test this yourself by visiting the blogs page and adding a new blog—it takes a very long time to process.
I don’t understand why the app performs well locally but is so slow on Netlify. Any insights or advice would be greatly appreciated!
Thanks in advance!