symfony / profiler-pack

A Symfony Pack for Symfony profiler
MIT License
1.7k stars 5 forks source link

add dependency on the Stopwatch component #2

Closed xabbuh closed 7 years ago

xabbuh commented 7 years ago

This is the counterpart of symfony/symfony#23148. Using the profiler without the Stopwatch component makes it lack a lot of useful information. However, in production you will probably not need it all. Thus, I suggest to require the component in the profiler pack to allow the FrameworkBundle to drop the dependency and thus decreasing the required deps for the production environment.

fabpot commented 7 years ago

Thank you @xabbuh.