Does any slowness notification from the django dev server work on Mac OS and connecting to the remote (postgres) db? This is not like the DNS issue mentioned elsewhere. We have an intermediate instance in which the same code works in the same remote intermediate field where db is located, and the performance on this instance is very clear.
Here's the output of the performance middleware executed locally:
Total: 19.58 Python: 6.39 DB: 13.19 Requests: 17
And on the intermediate server:
Total: 0.07 Python: 0.05 DB: 0.02 Requests: 16
Maybe he postgres client network overhead from connecting to a remote db or something else? I do not mind development on an intermediate server, but itβs nice to work locally.
user187485
source
share