This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/WebProfilerBundle
2019-06-07 09:48:55 +02:00
..
Controller Merge branch '4.2' into 4.3 2019-05-26 22:47:49 +02:00
Csp switched array() to [] 2019-01-16 10:39:14 +01:00
DependencyInjection switched array() to [] 2019-01-16 10:39:14 +01:00
EventListener Merge branch '4.2' 2019-04-27 14:01:28 +02:00
Profiler Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Resources [WebProfilerBundle] Select default theme based on user preferences 2019-06-07 09:48:55 +02:00
Tests Merge branch '4.2' into 4.3 2019-05-30 18:10:05 +02:00
Twig fixed CS 2019-01-16 19:35:49 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Profiler] Render the performance graph with SVG 2019-03-17 08:47:19 +01:00
composer.json Several components are incompatible with HttpKernel 5.0 2019-06-06 20:23:06 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md [WebProfilerBundle] added a note in the README 2018-09-24 10:42:32 +02:00
WebProfilerBundle.php made it clear that the profiler is for dev only 2018-09-24 10:00:32 +02:00

WebProfilerBundle

The Web profiler bundle is a development tool that gives detailed information about the execution of any request.

Never enable it on production servers as it will lead to major security vulnerabilities in your project.

Resources