Query Metrics
6
Database Queries
2
Different statements
3.55 ms
Query time
0
Invalid entities
3
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.25 ms (63.36%) |
3 |
SELECT t0.id AS id_1, t0.controller_name AS controller_name_2, t0.title AS title_3 FROM controllers t0 WHERE t0.controller_name = ? LIMIT 1
Parameters:
[
"App\AppBundle\Controller\AuthController"
]
|
|
1.30 ms (36.64%) |
3 |
SELECT t0.id AS id_1, t0.title AS title_2 FROM templates t0 WHERE t0.title = ? LIMIT 1
Parameters:
[
"pre-footer"
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\BlogBundle\Entity\Template | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\BlogBundle\Entity\Controller | No errors. |
| App\BlogBundle\Entity\Template | No errors. |