Hacker News new | ask | show | jobs
by rbanffy 2602 days ago
Unless you are careful, the Django ORM will generate a lot more database accesses than needed. I'd almost bet that most of the time the user spends waiting for the app, the app is waiting for the database.