awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
barryvdh avatar

barryvdh/laravel-debugbar

0
View on GitHub↗
19,242 estrellas·1,606 forks·PHP·MIT·7 vistaslaraveldebugbar.com↗

Laravel Debugbar

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, application message logging, and the tracking of redirects and asynchronous requests. The system also supports request history tracking, template execution profiling, and system state auditing of configuration values and cache events.

The project allows for extensibility through the registration of custom data collectors.

Features

  • Debugging and Inspection Tools - Provides an interactive interface to inspect, monitor, and troubleshoot application state and execution in real time.
  • Database Query Optimizations - Analyzes executed database queries and timings to detect and resolve inefficient data retrieval patterns.
  • Query - Captures and records every executed database query and its timing via event listeners.
  • Query Performance Monitors - Ships a visual logger that analyzes database execution statistics to optimize query efficiency.
  • PHP Application Profilers - Measures execution time and memory usage to identify bottlenecks in PHP request lifecycles.
  • Framework Debugging Toolbars - Implements a browser-integrated toolbar for monitoring framework-specific performance and state.
  • Exception Traceback Capture - Captures full stack traces and logs thrown exceptions in real time to accelerate error resolution.
  • Database Query Latency - Lists executed database queries and their specific latency to detect inefficient retrieval patterns.
  • Metric and Performance Monitors - Provides real-time visualization of execution time and memory usage to identify application bottlenecks.
  • Application Performance Profiling - Monitors memory usage and execution times to identify bottlenecks and optimize page speed.
  • Request Tracing - Visualizes the request lifecycle by inspecting routes, loaded views, and request metadata.
  • Browser Injection Utilities - Injects the debugging interface HTML directly into the output buffer before the final browser response.
  • Request Inspection Utilities - Offers a detailed inspector for analyzing HTTP request headers, bodies, and metadata.
  • Custom Debug Collectors - Allows the registration of custom data collectors to gather and display project-specific metrics.
  • Request Flow Trackers - Includes a dedicated interface to track and inspect the history of redirects and asynchronous requests.
  • Request Inspectors - Analyzes HTTP request metadata, headers, and bodies in real time for diagnostic purposes.
  • Function Execution Timing - Tracks the start and end times of specific code blocks to resolve performance bottlenecks.
  • Application Audit Logs - Provides real-time visibility into application logs, configuration values, and cache events.
  • Multi-Level Message Emission - Records custom debug and error messages across various severity levels for inspection.
  • Request History Archives - Stores and retrieves previous request data to enable historical activity analysis and comparison.
  • Request History Persistence - Saves request metadata to a database or file system for browsing and comparing previous execution logs.
  • Template Profilers - Measures execution time and dumps variables inside templates to optimize rendering performance.
  • Debugging And Profiling - Integrates a debugging toolbar for application testing.
  • Debugging Tools - Provides a developer toolbar for profiling and debugging requests.
  • Herramientas de desarrollo - Browser-based toolbar for inspecting routes, requests, and variables.
  • Testing and Debugging - Integrates a comprehensive debugging toolbar.

Historial de estrellas

Gráfico del historial de estrellas de barryvdh/laravel-debugbarGráfico del historial de estrellas de barryvdh/laravel-debugbar

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace barryvdh/laravel-debugbar?

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.

¿Cuáles son las características principales de barryvdh/laravel-debugbar?

Las características principales de barryvdh/laravel-debugbar son: Debugging and Inspection Tools, Database Query Optimizations, Query, Query Performance Monitors, PHP Application Profilers, Framework Debugging Toolbars, Exception Traceback Capture, Database Query Latency.

¿Qué alternativas de código abierto existen para barryvdh/laravel-debugbar?

Las alternativas de código abierto para barryvdh/laravel-debugbar incluyen: fruitcake/laravel-debugbar — Laravel Debugbar is a diagnostic utility and development toolbar designed for the Laravel framework. It functions as… django-commons/django-debug-toolbar — django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP… miniprofiler/rack-mini-profiler — This project is a performance analysis tool for Ruby applications using the Rack interface. It monitors request… baserow/baserow — Baserow is a self-hosted, no-code relational database platform built on PostgreSQL. It provides a spreadsheet-like… iovisor/bcc — BCC is an eBPF development toolkit and tracing framework used for monitoring and analyzing the Linux kernel. It… mozilla-firefox/firefox — Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure…

Alternativas open-source a Laravel Debugbar

Proyectos open-source similares, clasificados según cuántas características comparten con Laravel Debugbar.
  • fruitcake/laravel-debugbarAvatar de fruitcake

    fruitcake/laravel-debugbar

    19,243Ver en GitHub↗

    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

    PHPdebugbardeveloper-toolhacktoberfest
    Ver en GitHub↗19,243
  • django-commons/django-debug-toolbarAvatar de django-commons

    django-commons/django-debug-toolbar

    8,373Ver en 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
    Ver en GitHub↗8,373
  • miniprofiler/rack-mini-profilerAvatar de MiniProfiler

    MiniProfiler/rack-mini-profiler

    3,903Ver en 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
    Ver en GitHub↗3,903
  • baserow/baserowAvatar de baserow

    baserow/baserow

    4,188Ver en GitHub↗

    Baserow is a self-hosted, no-code relational database platform built on PostgreSQL. It provides a spreadsheet-like interface for structuring and managing data without writing code, while exposing all database resources via a REST API to support headless architectures. The platform distinguishes itself by integrating large language models and embedding servers to power AI assistants and automated data generation. It further extends its utility as a no-code application builder, allowing users to create custom internal portals, dashboards, and business tools using visual logic and managed data.

    Pythonairtableairtable-alternativeairtable-replacement
    Ver en GitHub↗4,188
  • Ver las 30 alternativas a Laravel Debugbar→