I need to display in footer of my page 2 information:
- Rendering time
- Number of database queries
In app_dev.php these infos are in debug toolbar at the bottom of the page. Anyone knows how to get that infos in 'prod' environment?
EDIT: I found solution to first of my problems - Rendering time - under this question