Query Metrics
4
Database Queries
4
Different statements
19.13 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
8.44 ms (44.11%) |
1 |
SELECT s0_.name AS name_0, COUNT(f1_.id) AS sclr_1 FROM franchise f1_ INNER JOIN state s0_ ON f1_.state_id = s0_.id WHERE f1_.status = ? GROUP BY s0_.name
Parameters:
[
"a"
]
|
|
7.49 ms (39.16%) |
1 |
SELECT COUNT(s0_.id) AS sclr_0 FROM student s0_
Parameters:
[] |
|
2.10 ms (10.96%) |
1 |
SELECT COUNT(f0_.id) AS sclr_0 FROM franchise f0_ WHERE f0_.status IN (?, ?)
Parameters:
[ "a" "e" ] |
|
1.11 ms (5.78%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.body AS body_4, t0.keywords AS keywords_5, t0.description AS description_6, t0.url AS url_7, t0.target AS target_8, t0.is_home AS is_home_9, t0.rank AS rank_10, t0.is_published AS is_published_11, t0.old_id AS old_id_12, t0.menu_id AS menu_id_13 FROM page t0 WHERE t0.is_home = ? LIMIT 1
Parameters:
[
1
]
|
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\Entity\Page | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Page | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\Franchise | No errors. |
| App\Entity\Student | No errors. |
| App\Entity\State | No errors. |