awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
django-commons avatar

django-commons/django-debug-toolbar

0
View on GitHub↗
8,373 stele·1,089 fork-uri·Python·BSD-3-Clause·13 vizualizăridjango-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.

Istoric stele

Graficul istoricului de stele pentru django-commons/django-debug-toolbarGraficul istoricului de stele pentru django-commons/django-debug-toolbar

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale django-commons/django-debug-toolbar?

Principalele funcționalități ale django-commons/django-debug-toolbar sunt: 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.

Care sunt câteva alternative open-source pentru django-commons/django-debug-toolbar?

Alternativele open-source pentru django-commons/django-debug-toolbar includ: 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.

Alternative open-source pentru Django Debug Toolbar

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Django Debug Toolbar.
  • barryvdh/laravel-debugbarAvatar barryvdh

    barryvdh/laravel-debugbar

    19,242Vezi pe 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
    Vezi pe GitHub↗19,242
  • jazzband/django-debug-toolbarAvatar jazzband

    jazzband/django-debug-toolbar

    8,373Vezi pe 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
    Vezi pe GitHub↗8,373
  • doctrine/doctrinebundleAvatar doctrine

    doctrine/DoctrineBundle

    4,835Vezi pe 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
    Vezi pe GitHub↗4,835
  • deivid-rodriguez/byebugAvatar deivid-rodriguez

    deivid-rodriguez/byebug

    3,353Vezi pe GitHub↗

    Debugging in Ruby

    Ruby
    Vezi pe GitHub↗3,353
  • Vezi toate cele 30 alternative pentru Django Debug Toolbar→