Query Metrics
7
Database Queries
4
Different statements
12.23 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.87 ms |
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:
[
"10"
]
|
| 2 | 0.63 ms |
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:
[ 10 "1" ] |
| 3 | 0.48 ms |
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:
[
70
]
|
| 4 | 0.46 ms |
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:
[
72
]
|
| 5 | 0.48 ms |
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:
[ 10 "1" "1" ] |
| 6 | 8.76 ms |
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:
[
70
]
|
| 7 | 0.54 ms |
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:
[
72
]
|
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. |