Speed issue with neondb connection?
I have created a simple Django app and made a connection with postgres in neondb . Currently, I am testing the application in localhost but after connecting with the hosted database instead of default sqlite the speed has reduced significantly(specifically the part where I access the components in admin panel but the default home http://127.0.0.1:8000/ loads normally maybe obv as no db connection required here ). Is there any way to fix it?
