Query Metrics
4
Database Queries
4
Different statements
16.47 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 3.87 ms |
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 | 6.00 ms |
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"
]
|
3 | 2.50 ms |
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"
]
|
4 | 4.10 ms |
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"
]
|
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. |