DEV Community

Play Button Pause Button
AppMap Ruby for AppMap

Posted on

How to spot and fix Django ORM anti-patterns

A demonstration of how to optimize Django ORM by seeing how it makes SQL queries under the hood.

I use the open source AppMap extension for Visual Studio Code to record the code and SQL execution of an application test case, and then display that information as a graphical execution trace.

The graphical display of code and SQL shows how the ORM works behind the scenes.

Top comments (1)

Collapse
 
markoshiva profile image
Marko Shiva •

One question for the app developers:

So cna I use the AppMap to test and map my GraphQL AP
I written with Graphene or Strawberry?