awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
taobojlen avatar

taobojlen/django-zeal

0
View on GitHub↗
195 stars·7 forks·Python·MIT·8 views

Django Zeal

Detect N+1s in your Django app.

Features

  • Debugging - Prevents N+1 queries during development.
  • Performance Profiling - N+1 query detection with user-friendly errors.

Star history

Star history chart for taobojlen/django-zealStar history chart for taobojlen/django-zeal

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Django Zeal

These projects share indexed features with Django Zeal. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • jazzband/django-silkjazzband avatar

    jazzband/django-silk

    4,926View on GitHub↗

    Django Silk is a profiling and inspection toolset for Django applications designed to capture SQL queries, HTTP request data, and execution timing for diagnostics. It functions as a performance profiler and debugging middleware that records runtime execution data to provide a comprehensive overview of application behavior. The system includes a database profiler for identifying slow operations through detailed timing data and an HTTP request inspector for reviewing headers, bodies, and network traffic via a web interface. It allows for the reproduction of specific server requests through gene

    Python
    View on GitHub↗4,926
  • ibotpeaches/apktooliBotPeaches avatar

    iBotPeaches/Apktool

    24,788View on GitHub↗

    Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form and rebuild them after modification. It functions as a Dalvik bytecode disassembler and a resource decoder, transforming binary Android XML and DEX files into editable text and Smali representation. The project serves as an application rebuilder, packing modified resources and Smali code back into a functional Android application package. This capability enables the modification of application logic and resources for testing and deployment. The tool covers a broad surface of an

    Java
    View on GitHub↗24,788
  • dcramer/django-devserverdcramer avatar

    dcramer/django-devserver

    1,266View on GitHub↗

    A drop-in replacement for Django's runserver.

    Python
    View on GitHub↗1,266
  • dereuromark/cakephp-setupdereuromark avatar

    dereuromark/cakephp-setup

    35View on GitHub↗

    Provides useful development tools for managing a CakePHP app.

    PHP
    View on GitHub↗35
Compare all 19 related projects→

Frequently asked questions

What does taobojlen/django-zeal do?

Detect N+1s in your Django app.

What are the main features of taobojlen/django-zeal?

The main features of taobojlen/django-zeal are: Debugging, Performance Profiling.

Which projects share features with taobojlen/django-zeal?

Projects with overlapping indexed features include: jazzband/django-silk — Django Silk is a profiling and inspection toolset for Django applications designed to capture SQL queries, HTTP… ibotpeaches/apktool — Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form… dcramer/django-devserver — A drop-in replacement for Django's runserver. dereuromark/cakephp-whoops — Seamlessly integrate [Whoops] into [CakePHP] applications. dereuromark/executionorder — A demo app to display execution order of files and callbacks in a CakePHP app. This can be very useful for knowing if… dereuromark/cakephp-setup — Provides useful development tools for managing a CakePHP app.