How to spot and fix Django ORM anti-patterns
About
Learn how to optimize Django ORM by seeing how it makes SQL queries under the hood. In this video we’ll use the open source appmap-python
client to record the code and SQL execution of an application’s test case, and then view that output using AppMap for VSCode to learn more about the Django ORM and determine any performance bottlenecks.