A Symfony bundle that adds routing, container, Twig, and Assetic information panels to the Symfony Web Profiler.
Elao WebProfilerExtraBundle is a Symfony bundle that extends the default Web Profiler by adding extra panels for routing, container services, Twig, and Assetic. It helps developers debug and inspect their Symfony applications more effectively by providing detailed information about these components directly in the profiler interface.
Symfony developers working on applications who need enhanced debugging capabilities and deeper insights into routing, services, and templating during development.
It saves time by consolidating critical framework information into the Web Profiler, eliminating the need for manual inspection or custom debugging code, and integrates seamlessly with Symfony's development environment.
Adding routing, container, assetic & twig information in the web profiler
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Adds dedicated panels for routing, container services, Twig, and Assetic, providing deeper insights than the default Web Profiler, as shown in the screenshot and feature list.
Configured to activate only in dev/test environments via AppKernel registration, minimizing performance impact on production, per the installation instructions.
Enabling panels requires only a few lines in config_dev.yml, following Symfony's convention-over-configuration philosophy, with options to toggle each collector.
Displays all available services in the dependency injection container, aiding in dependency resolution and debugging without manual inspection.
Documentation and code focus on Symfony 2.x, with no clear indication of compatibility with Symfony 5 or 6, potentially requiring community patches or forks.
Includes an Assetic panel, but Assetic is largely obsolete in modern Symfony applications, making this feature redundant and confusing for current projects.
Offers only four pre-defined panels without built-in extensibility for adding custom profiler sections, limiting flexibility for specific debugging needs beyond routing, container, Twig, and Assetic.