Query Metrics
23
Database Queries
4
Different statements
10.95 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
8.79 ms (80.30%) |
20 |
SELECT t0.id AS id_1, t0.numero AS numero_2, t0.format AS format_3, t0.under_service AS under_service_4, t0.mention AS mention_5, t0.service_id AS service_id_6 FROM numero t0 WHERE t0.service_id = ?
Parameters:
[
34
]
|
|
0.96 ms (8.75%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.rank AS rank_4, t0.enable AS enable_5, t0.color AS color_6 FROM category t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"5"
]
|
|
0.72 ms (6.61%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.enable AS enable_3, t0.sub AS sub_4, t0.category_id AS category_id_5, t0.sub_category_id AS sub_category_id_6 FROM service t0 WHERE t0.category_id = ? AND t0.enable = ?
Parameters:
[ 5 "1" ] |
|
0.47 ms (4.34%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.enable AS enable_3, t0.sub AS sub_4, t0.category_id AS category_id_5, t0.sub_category_id AS sub_category_id_6 FROM service t0 WHERE t0.category_id = ? AND t0.enable = ? AND t0.sub = ?
Parameters:
[ 5 "1" "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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Category | No errors. |
| App\Entity\Service | No errors. |
| App\Entity\Numero | No errors. |