⚡ Powerful tool for avoiding N+1 DB or HTTP queries
QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
Loader to solve N+1 issues for good. Highly recommended for GraphQL API.
Pellet helps improve your Django app performance by discovering N+1 queries.
💡 Doctrine entity preloading: Efficient & easy to use solution to n+1 problem in Doctrine ORM
QuickPerf documentation: https://github.com/quick-perf/doc/wiki/QuickPerf
⚡ Powerful tool for avoiding N+1 DB or HTTP queries
Examples showing how to use QuickPerf with several frameworks (JUnit 4, JUnit 5, TestNG, Spring Boot, Quarkus, Micronaut, ...)
Ease your work on Spring Boot applications: quickly generate functional non-regression tests, diagnose performance and generate non-regression tests on performance-related properties.
automated django performance tests
Detect N+1 query issues in JPA (Hibernate) applications
SqlAlchemy N+1 Loader: a solution to the N+1 problem
Demonstrations of my proficiency span across several technologies. Concretely, this project is an API facilitating CRUD operations (Create, Read, Update, Delete (TODO)) for various objects.
Simple Clojure implementation of modified preorder tree traversal
Fighting against N+1 in the Django ecosystem!!
An easy-to-use ActiveRecord batch loader to prevent N+1 database queries
HiPerAnalyzer (Hibernate Performance Analyzer)
N + 1 문제와 N + 1 문제를 해결하기 위한 방법들을 정리해둔 레포
Node.js graphql example of the N+1 problem, with solution using dataloader.