awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
django-commons avatar

django-commons/django-debug-toolbar

0
View on GitHub↗
8,373 Stars·1,089 Forks·Python·BSD-3-Clause·11 Aufrufedjango-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.

Star-Verlauf

Star-Verlauf für django-commons/django-debug-toolbarStar-Verlauf für django-commons/django-debug-toolbar

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht 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.

Was sind die Hauptfunktionen von django-commons/django-debug-toolbar?

Die Hauptfunktionen von django-commons/django-debug-toolbar sind: 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.

Welche Open-Source-Alternativen gibt es zu django-commons/django-debug-toolbar?

Open-Source-Alternativen zu django-commons/django-debug-toolbar sind unter anderem: 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.

Open-Source-Alternativen zu Django Debug Toolbar

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Django Debug Toolbar.
  • barryvdh/laravel-debugbarAvatar von barryvdh

    barryvdh/laravel-debugbar

    19,242Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗19,242
  • jazzband/django-debug-toolbarAvatar von jazzband

    jazzband/django-debug-toolbar

    8,373Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,373
  • doctrine/doctrinebundleAvatar von doctrine

    doctrine/DoctrineBundle

    4,835Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,835
  • deivid-rodriguez/byebugAvatar von deivid-rodriguez

    deivid-rodriguez/byebug

    3,353Auf GitHub ansehen↗

    Debugging in Ruby

    Ruby
    Auf GitHub ansehen↗3,353
Alle 30 Alternativen zu Django Debug Toolbar anzeigen→