Query Metrics
3
Database Queries
3
Different statements
19.78 ms
Query time
1
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
19.41 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4 FROM mymarket t0 WHERE t0.id = ?
Parameters:
[
"5"
]
|
|
0.22 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.mymarket_id AS mymarket_id_5 FROM categories t0 WHERE t0.id = ?
Parameters:
[
"18"
]
|
|
0.14 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4 FROM mymarket t0
Parameters:
[] |
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\Mymarket | No errors. |
| App\Entity\Categories | No errors. |
| App\Entity\Product |
|