awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
django-commons avatar

django-commons/django-debug-toolbar

0
View on GitHub↗
8,373 نجوم·1,089 تفرعات·Python·BSD-3-Clause·15 مشاهداتdjango-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.

سجل النجوم

مخطط تاريخ النجوم لـ django-commons/django-debug-toolbarمخطط تاريخ النجوم لـ django-commons/django-debug-toolbar

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Django Debug Toolbar

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Django Debug Toolbar.
  • barryvdh/laravel-debugbarالصورة الرمزية لـ barryvdh

    barryvdh/laravel-debugbar

    19,242عرض على 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
    عرض على GitHub↗19,242
  • jazzband/django-debug-toolbarالصورة الرمزية لـ jazzband

    jazzband/django-debug-toolbar

    8,373عرض على 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
    عرض على GitHub↗8,373
  • doctrine/doctrinebundleالصورة الرمزية لـ doctrine

    doctrine/DoctrineBundle

    4,835عرض على 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
    عرض على GitHub↗4,835
  • deivid-rodriguez/byebugالصورة الرمزية لـ deivid-rodriguez

    deivid-rodriguez/byebug

    3,353عرض على GitHub↗

    Debugging in Ruby

    Ruby
    عرض على GitHub↗3,353
عرض جميع البدائل الـ 30 لـ Django Debug Toolbar→

الأسئلة الشائعة

ما هي وظيفة 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.

ما هي الميزات الرئيسية لـ django-commons/django-debug-toolbar؟

الميزات الرئيسية لـ django-commons/django-debug-toolbar هي: 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.

ما هي البدائل مفتوحة المصدر لـ django-commons/django-debug-toolbar؟

تشمل البدائل مفتوحة المصدر لـ django-commons/django-debug-toolbar: 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.