Query Metrics
4
Database Queries
4
Different statements
16.47 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
6.00 ms (36.44%) |
1 |
SELECT t0._id AS _id_1, t0.introduction AS introduction_2, t0.locale AS locale_3, t0.createdOn AS createdOn_4, t0.updatedOn AS updatedOn_5 FROM info t0 WHERE t0.locale = ?
Parameters:
[
"hi"
]
|
4.10 ms (24.87%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.cover AS cover_4, t0.locale AS locale_5 FROM banners t0 WHERE t0.locale = ?
Parameters:
[
"hi"
]
|
3.87 ms (23.51%) |
1 |
SELECT t0._id AS _id_1, t0.title AS title_2, t0.description AS description_3, t0.cover AS cover_4, t0.locale AS locale_5, t0.createdOn AS createdOn_6, t0.updatedOn AS updatedOn_7 FROM buckets t0 WHERE t0.locale = ?
Parameters:
[
"hi"
]
|
2.50 ms (15.18%) |
1 |
SELECT t0._id AS _id_1, t0.title AS title_2, t0.category AS category_3, t0.link AS link_4, t0.locale AS locale_5, t0.createdOn AS createdOn_6, t0.updatedOn AS updatedOn_7 FROM updates t0 WHERE t0.locale = ?
Parameters:
[
"hi"
]
|
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Buckets | No errors. |
App\Entity\Info | No errors. |
App\Entity\Updates | No errors. |
App\Entity\Banner | No errors. |