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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
fruitcake avatar

fruitcake/laravel-debugbar

0
View on GitHub↗
19,243 stars·1,606 forks·PHP·MIT·17 viewslaraveldebugbar.com↗

Laravel Debugbar

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 application's behavior in real time without modifying production code.

The project covers a broad range of observability capabilities, including the tracking of exceptions, custom messages, and detailed request metadata. It manages the lifecycle of this diagnostic data by persisting information across requests, ensuring that insights remain available for review within the browser environment.

Features

  • Framework Debugging Toolbars - Integrates a browser-based debugging toolbar for monitoring framework performance and request data.
  • Debugging and Inspection Tools - Provides a browser-based toolbar for inspecting application state, performance metrics, and request data.
  • Application Performance Profiling - Profiles application performance and memory usage specifically for the framework environment.
  • Debugging and Inspection Tools - Enables efficient troubleshooting of web applications through browser-based inspection of requests and state.
  • Metric and Performance Monitors - Tracks memory usage, execution times, and request details to identify performance bottlenecks.
  • State Inspectors - Provides a browser-based interface for inspecting internal application state without modifying production code.
  • Development Feedback Tools - Streamlines development by providing real-time feedback on application health and performance.
  • Telemetry and Log Collectors - Aggregates diagnostic metrics from various application sources into a unified interface.
  • Request Middleware - Intercepts HTTP requests via middleware to measure execution time and capture metadata.

Star history

Star history chart for fruitcake/laravel-debugbarStar history chart for fruitcake/laravel-debugbar

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Laravel Debugbar

Similar open-source projects, ranked by how many features they share with Laravel Debugbar.
  • barryvdh/laravel-debugbarbarryvdh avatar

    barryvdh/laravel-debugbar

    19,242View on 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
    View on GitHub↗19,242
  • mozilla-firefox/firefoxmozilla-firefox avatar

    mozilla-firefox/firefox

    11,305View on GitHub↗

    Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure browsing sessions. It utilizes a multi-process isolation architecture that distributes browser tasks across independent operating system processes to ensure stability and prevent site-specific failures from impacting the entire application. The engine incorporates a sandboxed execution environment to restrict web content and untrusted scripts to isolated memory compartments, enforcing security policies that prevent unauthorized access to system resources. The project distinguis

    JavaScript
    View on GitHub↗11,305
  • quarkusio/quarkusquarkusio avatar

    quarkusio/quarkus

    15,479View on GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Javacloud-nativehacktoberfestjava
    View on GitHub↗15,479
  • flightlessmango/mangohudflightlessmango avatar

    flightlessmango/MangoHud

    8,270View on GitHub↗

    MangoHud is a Linux hardware monitor and performance overlay that displays real-time metrics and frame rates. It functions as a graphics API hook, intercepting Vulkan and OpenGL pipelines to render performance data directly onto the graphics buffer. The project serves as both a real-time monitor for CPU and GPU utilization, temperatures, and power draw, and a frametime data logger that records execution speed to disk for later benchmarking and analysis. Users can modify the overlay display, visual styles, and active metrics through configuration files, environment variables, or predefined pe

    Cbenchmarkinghudlinux
    View on GitHub↗8,270
See all 30 alternatives to Laravel Debugbar→

Frequently asked questions

What does fruitcake/laravel-debugbar do?

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.

What are the main features of fruitcake/laravel-debugbar?

The main features of fruitcake/laravel-debugbar are: Framework Debugging Toolbars, Debugging and Inspection Tools, Application Performance Profiling, Metric and Performance Monitors, State Inspectors, Development Feedback Tools, Telemetry and Log Collectors, Request Middleware.

What are some open-source alternatives to fruitcake/laravel-debugbar?

Open-source alternatives to fruitcake/laravel-debugbar include: barryvdh/laravel-debugbar — Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface… mozilla-firefox/firefox — Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure… quarkusio/quarkus — Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications.… flightlessmango/mangohud — MangoHud is a Linux hardware monitor and performance overlay that displays real-time metrics and frame rates. It… miniprofiler/rack-mini-profiler — This project is a performance analysis tool for Ruby applications using the Rack interface. It monitors request… vectordotdev/vector — Vector is a high-performance observability data pipeline designed to collect, transform, and route logs, metrics, and…