7 مستودعات
Browser-integrated toolbars for monitoring framework-specific performance and state.
Distinct from State Debugging Tools: Distinct from general state debugging: focuses on the toolbar UI implementation for framework observability.
Explore 7 awesome GitHub repositories matching development tools & productivity · Framework Debugging Toolbars. Refine with filters or upvote what's useful.
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
Implements a browser-integrated toolbar for monitoring framework-specific performance and state.
Laravel Debugbar is a diagnostic utility and development toolbar designed for the Laravel framework. It functions as an application profiler that monitors runtime performance, memory usage, and database queries to assist in identifying bottlenecks during the development process. The tool integrates directly into the browser, providing a visual interface that displays request data, application state, and performance metrics. By utilizing a collector-based architecture, it aggregates information from various internal framework events and middleware, allowing developers to inspect the applicatio
Integrates a browser-based debugging toolbar for monitoring framework performance and request data.
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
Provides a browser-integrated toolbar for monitoring framework-specific performance and state within Django.
Clockwork is a PHP development debugging tool that collects and displays runtime data from server-side middleware in a browser-based interface. It captures request details, performance metrics, logs, database queries, and stack traces for HTTP requests, commands, queue jobs, and tests without requiring modifications to application code. The tool provides a client-side rendered toolbar and full web interface for inspecting collected data, including a searchable performance timeline viewer, an HTTP request monitor with timing and response details, and inline variable logging helpers that return
Provides a client-side rendered toolbar showing request information and linking to the full debug interface.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
Shows a toolbar with benchmarks, queries, and request data for at-a-glance performance and debugging insight.
DoctrineBundle هو تكامل لـ Symfony يقوم بتهيئة وإدارة Doctrine Object Relational Mapper وطبقة تجريد قاعدة البيانات. يوفر الأدوات الأساسية المطلوبة لتعيين كائنات التطبيق إلى جداول قاعدة بيانات علائقية وتنفيذ استعلامات خام من خلال واجهة برمجية متسقة. يتضمن المشروع مديراً لمخطط قاعدة البيانات مع أدوات سطر أوامر لمزامنة هياكل قاعدة البيانات مع تعيينات الكيانات وتنفيذ عمليات الترحيل. كما يوفر مصحح أخطاء استعلامات قاعدة البيانات وأدوات تصحيح الأخطاء لتتبع الأداء وتفاصيل التنفيذ عبر واجهة تعتمد على الويب. تغطي الحزمة مجموعة واسعة من إمكانيات إدارة البيانات، بما في ذلك تهيئة تعيين البيانات الوصفية، وتصفية الاستعلامات العالمية، وإنشاء معرفات كيانات مخصصة. كما تدعم تحسين الأداء من خلال التخزين المؤقت لنتائج الاستعلام وتوفر نظاماً قائماً على الأحداث لاعتراض تغييرات قاعدة البيانات ودورة حياة الكيانات.
Provides a browser-integrated toolbar for monitoring database query performance and execution details.
هذا المشروع عبارة عن شريط أدوات لتصحيح أخطاء PHP ومفتش وقت التشغيل يوفر واجهة قائمة على المتصفح لمراقبة مقاييس النظام، واستخدام الذاكرة، ووقت التنفيذ أثناء تطوير الويب. يعمل كمراقب لأداء التطبيق وأداة تشخيصية، حيث يلتقط البيانات في الوقت الفعلي وحالة التطبيق لتصور دورة حياة تنفيذ PHP. تتميز الأداة بقدرتها على الاحتفاظ ببيانات التصحيح عبر طلبات متعددة، مما يسمح بتتبع سجل الطلبات وأرشفة الجلسات السابقة. تدعم فحص طلبات AJAX وتدير استمرارية البيانات أثناء عمليات إعادة التوجيه لضمان توفر المعلومات التشخيصية عبر تحميلات الصفحات غير المتزامنة والمتسلسلة. يغطي النظام إمكانيات مراقبة واسعة بما في ذلك جمع مقاييس وقت التشغيل المؤتمت، وتسجيل الرسائل المخصصة، وعرض المتغيرات المعقدة كملفات HTML تفاعلية. يستخدم بنية معيارية مع جامعات (collectors) لتجميع البيانات، وتجريد HTTP قائم على المحرك، ونظام تخزين قائم على الواجهة لإدارة كيفية كتابة واسترجاع بيانات التصحيح. يتم دمج شريط الأدوات في صفحات الويب عبر حقن الأصول المتأخر (late-binding) لـ JavaScript و HTML.
Ships a browser-integrated toolbar that captures and displays real-time PHP application metrics, memory usage, and execution time.