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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
django-commons avatar

django-commons/django-debug-toolbar

0
View on GitHub↗
8,373 estrellas·1,089 forks·Python·BSD-3-Clause·16 vistasdjango-debug-toolbar.readthedocs.io↗

Django Debug Toolbar

django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP requests and responses within a Django web application. It serves as a server-side diagnostics tool and web framework development suite, allowing developers to profile and inspect request-response cycles.

The tool focuses on Django application troubleshooting, database optimization, and general web development. It enables the analysis of SQL queries and database performance to identify slow calls and reduce the number of requests per page.

The software includes capabilities for HTTP request inspection, allowing for the viewing of detailed metadata and payload information to verify how a server handles incoming data.

Features

  • Framework Debugging Toolbars - Provides a browser-integrated toolbar for monitoring framework-specific performance and state within Django.
  • Debugging and Development - Offers a suite of utilities for troubleshooting and improving the web development workflow in the browser.
  • Database Query Optimizations - Analyzes SQL queries and database performance to identify slow calls and reduce request counts.
  • Request-Response Middleware - Implements middleware that intercepts the bidirectional HTTP request-response cycle to capture diagnostic data.
  • Web Framework Troubleshooting Tools - Provides tools for inspecting request headers, session data, and template rendering to troubleshoot Django applications.
  • Response Body Modifiers - Programmatically alters the HTTP response body to inject the debugging interface directly into the page.
  • Debug Interface Overlays - Renders a floating debug interface by injecting script and CSS into the final HTML response.
  • In-Memory State Stores - Maintains diagnostic data in memory during the request lifecycle for high-performance retrieval.
  • Custom Debug Panels - Implements customizable debug panels for integrating specific diagnostic tools into the development interface.
  • Server-Side Diagnostic Panels - Displays internal system state and database query performance through configurable diagnostic panels.
  • Web Development Tooling - Provides a comprehensive set of developer utilities for profiling and troubleshooting the web stack.
  • Request Inspectors - Ships a visual interface for parsing and validating HTTP request metadata and payload information.
  • Diagnostic Panel Compositions - Organizes debug information into independent modular components that can be toggled via configuration.
  • Request Inspection Utilities - Provides utilities for parsing and analyzing incoming HTTP request headers, bodies, and metadata.
  • Debugging And Profiling - Debug information panel for Django.
  • Debugging Tools - Listed in the “Debugging Tools” section of the Awesome Python awesome list.
  • Testing - Request and response debugging panels.

Historial de estrellas

Gráfico del historial de estrellas de django-commons/django-debug-toolbarGráfico del historial de estrellas de django-commons/django-debug-toolbar

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace django-commons/django-debug-toolbar?

django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP requests and responses within a Django web application. It serves as a server-side diagnostics tool and web framework development suite, allowing developers to profile and inspect request-response cycles.

¿Cuáles son las características principales de django-commons/django-debug-toolbar?

Las características principales de django-commons/django-debug-toolbar son: Framework Debugging Toolbars, Debugging and Development, Database Query Optimizations, Request-Response Middleware, Web Framework Troubleshooting Tools, Response Body Modifiers, Debug Interface Overlays, In-Memory State Stores.

¿Qué alternativas de código abierto existen para django-commons/django-debug-toolbar?

Las alternativas de código abierto para django-commons/django-debug-toolbar incluyen: barryvdh/laravel-debugbar — Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface… jazzband/django-debug-toolbar — This project is a web application debugger and profiler for the Django framework. It provides a set of diagnostic… doctrine/doctrinebundle — DoctrineBundle is a Symfony integration that configures and manages the Doctrine Object Relational Mapper and Database… deivid-rodriguez/byebug — Debugging in Ruby. deivid-rodriguez/pry-byebug — Step-by-step debugging and stack navigation in Pry. rails/spring — Rails application preloader.

Alternativas open-source a Django Debug Toolbar

Proyectos open-source similares, clasificados según cuántas características comparten con Django Debug Toolbar.
  • barryvdh/laravel-debugbarAvatar de barryvdh

    barryvdh/laravel-debugbar

    19,242Ver en GitHub↗

    Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app

    PHP
    Ver en GitHub↗19,242
  • jazzband/django-debug-toolbarAvatar de jazzband

    jazzband/django-debug-toolbar

    8,373Ver en GitHub↗

    This project is a web application debugger and profiler for the Django framework. It provides a set of diagnostic tools that display real-time execution metrics, server-side state, and database queries directly in the browser. The tool functions as a middleware-based performance monitor that captures telemetry and timings throughout the application lifecycle. It specifically serves as a SQL query profiler to identify redundant database calls and a general profiler for monitoring request timings and resource usage. The software covers broad observability capabilities, including the analysis o

    Python
    Ver en GitHub↗8,373
  • doctrine/doctrinebundleAvatar de doctrine

    doctrine/DoctrineBundle

    4,835Ver en GitHub↗

    DoctrineBundle is a Symfony integration that configures and manages the Doctrine Object Relational Mapper and Database Abstraction Layer. It provides the fundamental tools required to map application objects to relational database tables and execute raw queries through a consistent programmatic interface. The project includes a database schema manager with command-line tools for synchronizing database structures with entity mappings and executing migrations. It also provides a database query debugger and activity debugging tools to track performance and execution details via a web-based inter

    PHPbundledoctrinesymfony
    Ver en GitHub↗4,835
  • deivid-rodriguez/byebugAvatar de deivid-rodriguez

    deivid-rodriguez/byebug

    3,353Ver en GitHub↗

    Debugging in Ruby

    Ruby
    Ver en GitHub↗3,353
  • Ver las 30 alternativas a Django Debug Toolbar→