N
Neon2y ago
exotic-emerald

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?
1 Reply
correct-apricot
correct-apricot2y ago
It is hard to say where the performance difference is, but as a first step, I would use Postgres for local dev as well instead of sqlite. Then you can compare apples to apples

Did you find this page helpful?