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

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

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

jazzband/django-debug-toolbar

0
View on GitHub↗
8,373 نجوم·1,089 تفرعات·Python·BSD-3-Clause·8 مشاهداتdjango-debug-toolbar.readthedocs.io↗

Django Debug Toolbar

هذا المشروع عبارة عن مصحح أخطاء ومحلل أداء لتطبيقات الويب لإطار عمل Django. يوفر مجموعة من أدوات التشخيص التي تعرض مقاييس التنفيذ في الوقت الفعلي، وحالة جانب الخادم، واستعلامات قاعدة البيانات مباشرة في المتصفح.

تعمل الأداة كمراقب أداء قائم على البرمجيات الوسيطة (middleware) يلتقط القياسات عن بُعد والتوقيتات طوال دورة حياة التطبيق. تعمل تحديداً كمحلل استعلامات SQL لتحديد استعلامات قاعدة البيانات الزائدة، وكمحلل عام لمراقبة توقيتات الطلبات واستخدام الموارد.

تغطي البرمجية قدرات مراقبة واسعة، بما في ذلك تحليل أداء طلبات الويب وفحص دورة حياة الطلب. تتيح مراقبة الرؤوس (headers)، والبرمجيات الوسيطة، وتنفيذ الإشارات لتشخيص اختناقات التنفيذ.

Features

  • Django Performance Profilers - Monitors SQL queries and identifies redundant database calls to optimize Django application performance.
  • Django Development Toolsets - Allows viewing real-time server-side state and configuration details in the browser during development.
  • Request-Response Middleware - Wraps the application cycle to capture request and response data for performance monitoring.
  • Python Web Framework Debuggers - Provides a set of diagnostic tools for real-time execution metrics and server-side state in the browser.
  • Web Application Debuggers - Displays real-time execution metrics and database queries directly in the browser for diagnostic purposes.
  • Application Performance Monitoring - Intercepts the request pipeline to capture performance telemetry and timing metrics.
  • Lifecycle Introspection - Inspects headers, middleware, and signal execution during a single request to troubleshoot logic.
  • Request Performance Metrics - Provides browser panels to evaluate the speed and behavior of the current request and response.
  • Web Request Profilers - Analyzes the execution path and timing of HTTP requests directly within the web browser.
  • Shared State Persisters - Stores request telemetry in a temporary cache for retrieval after the HTTP response finishes.
  • Plugin-Based Architectures - Organizes debug data into independent, toggleable modules without modifying the core request handler.
  • Debug Interface Overlays - Injects a script into the HTML output to render a floating debug interface over the page.
  • Debugging - Configurable panels for request/response debugging.

سجل النجوم

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

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

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

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

Start searching with AI

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

ما هي وظيفة jazzband/django-debug-toolbar؟

هذا المشروع عبارة عن مصحح أخطاء ومحلل أداء لتطبيقات الويب لإطار عمل Django. يوفر مجموعة من أدوات التشخيص التي تعرض مقاييس التنفيذ في الوقت الفعلي، وحالة جانب الخادم، واستعلامات قاعدة البيانات مباشرة في المتصفح.

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

الميزات الرئيسية لـ jazzband/django-debug-toolbar هي: Django Performance Profilers, Django Development Toolsets, Request-Response Middleware, Python Web Framework Debuggers, Web Application Debuggers, Application Performance Monitoring, Lifecycle Introspection, Request Performance Metrics.

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

تشمل البدائل مفتوحة المصدر لـ jazzband/django-debug-toolbar: miniprofiler/rack-mini-profiler — This project is a performance analysis tool for Ruby applications using the Rack interface. It monitors request… tencent/matrix — Matrix is a suite of mobile application performance management and analysis tools. It provides a plugin-based… django-commons/django-debug-toolbar — django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP… jazzband/django-silk — Django Silk is a profiling and inspection toolset for Django applications designed to capture SQL queries, HTTP… roadrunner-server/roadrunner — RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a… elastic/apm-server — The server acts as a centralized ingestion engine designed to collect, normalize, and index distributed telemetry…

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Django Debug Toolbar.
  • miniprofiler/rack-mini-profilerالصورة الرمزية لـ MiniProfiler

    MiniProfiler/rack-mini-profiler

    3,903عرض على GitHub↗

    This project is a performance analysis tool for Ruby applications using the Rack interface. It monitors request execution times and resource usage, serving as a profiler for web applications to measure latency and identify bottlenecks. The tool provides specific analyzers for database query performance, memory allocations, and garbage collection statistics. It generates call stack flamegraphs to visualize time distribution across methods and renders speed badges and timing metrics directly onto HTML pages. The system covers broader performance profiling capabilities including custom code blo

    Ruby
    عرض على GitHub↗3,903
  • tencent/matrixالصورة الرمزية لـ Tencent

    Tencent/matrix

    12,020عرض على GitHub↗

    Matrix is a suite of mobile application performance management and analysis tools. It provides a plugin-based monitoring system for capturing crashes, lags, and memory leaks, alongside a static binary auditor for reducing installation package size and a bytecode instrumentation tool for performance tracking. The project distinguishes itself through native memory debugging and a SQLite query linter that identifies inefficient database patterns. It employs native interception techniques to detect memory leaks and heap corruption without requiring source code recompilation, and uses a custom run

    Javaandroidapm-clientwechat
    عرض على GitHub↗12,020
  • django-commons/django-debug-toolbarالصورة الرمزية لـ django-commons

    django-commons/django-debug-toolbar

    8,373عرض على GitHub↗

    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

    Python
    عرض على GitHub↗8,373
  • jazzband/django-silkالصورة الرمزية لـ jazzband

    jazzband/django-silk

    4,926عرض على 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
    عرض على GitHub↗4,926
  • عرض جميع البدائل الـ 30 لـ Django Debug Toolbar→