DEV Community

Discussion on: Is your Django app slow? Think like a data scientist, not an engineer

Collapse
 
yaser profile image
Yaser Al-Najjar

That's really nice approach to find the bottlenecks!

It can fail hard in complex Django apps with many layers (ex: an SQL database, a NoSQL database, ElasticSearch, etc) and many views.

Sounds like an ugly monolith... right?

Collapse
 
itsderek23 profile image
Derek Haynes

Sounds like an ugly monolith... right?

Ha - yes!

That said, I think the same methodology applies if you're looking for correlations across groups of microservices.