هذا المشروع عبارة عن مصحح أخطاء ومحلل أداء لتطبيقات الويب لإطار عمل Django. يوفر مجموعة من أدوات التشخيص التي تعرض مقاييس التنفيذ في الوقت الفعلي، وحالة جانب الخادم، واستعلامات قاعدة البيانات مباشرة في المتصفح.
الميزات الرئيسية لـ 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: 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…
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
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
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
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