Hacker News new | ask | show | jobs
by imnotreallynew 874 days ago
Isn’t python/django quite slow?
2 comments

Not really. With caching it becomes quite fast. If you need extreme speed, look into a small go service or similar, but for most cases Django will be fast enough.
Slow compared to what? For what use cases?