# symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

Repository: https://github.com/symfony/web-profiler-bundle
Canonical: https://ross.abutalabs.com/products/web-profiler-bundle
Homepage: https://symfony.com/web-profiler-bundle
Language: Twig
License: MIT
License Family: permissive
Topics: php, symfony, component, symfony-component, dev
Last push: 2026-08-22T13:47:04+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 87, longevity 100
- inputs: {"age_days": 5426, "days_push": 11, "days_rel": 11, "gap_med": 0, "n_releases_24m": 74}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2251, forks 60 (observed 2026-08-28T04:06:31.033652+00:00)

## What it is
Symfony WebProfilerBundle is a development tool that collects and displays detailed information about the execution of any HTTP request in Symfony applications. It injects a web debug toolbar into HTML responses and provides a web interface at /_profiler for inspecting profiles, and must never be enabled in production.

## Use cases
- inspect request execution details while developing a Symfony app
- debug slow requests with timing and performance data
- view profiler data for JSON API responses via the X-Debug-Token-Link header
- browse and analyze past request profiles at /_profiler
- build custom data collectors for application-specific profiling
- programmatically load profiling data from a response

## When to choose
- you develop Symfony applications and need request-level insight into performance, logs, and internals
- you want a debug toolbar and browsable profile history in your dev environment
- you need to create custom data collectors for your own bundles

## When to avoid
- you are running a production server - enabling it there creates major security vulnerabilities
- your project is not built on Symfony/HttpKernel
- you need APM-style continuous production monitoring rather than a dev-time tool

## Facets
- artifact type: plugin
- maturity: active
- function: monitoring, developer-tools, middleware
- domain: web-development, backend, developer-tools, performance
- platform: php, self-hosted
- tags: symfony-bundle, profiler, debug-toolbar, dev-dependency, twig, web-server

## Member repositories
- symfony/web-profiler-bundle (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:31.033652+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:43:51.244489+00:00, confidence not recorded.
  - readme: https://github.com/symfony/web-profiler-bundle (fetched 2026-08-28T04:06:31.033652+00:00, sha 132a68fcab60)
  - homepage: https://symfony.com/web-profiler-bundle (fetched 2026-08-29T10:24:00.410198+00:00, sha 25c4ce7f4e4d)
  - site_page: https://symfony.com/doc (fetched 2026-08-29T10:24:00.419152+00:00, sha 44889134f4fb)
  - site_page: https://symfony.com/doc/current/profiler.html (fetched 2026-08-29T10:24:00.421170+00:00, sha 3a7a23674d21)
  - site_page: https://symfony.com/releases (fetched 2026-08-29T10:24:00.423390+00:00, sha 2fd410222cfe)
  - site_page: https://symfony.com/blog/category/releases (fetched 2026-08-29T10:24:00.425179+00:00, sha a84b8a49342e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
