Query Metrics
5
Database Queries
5
Different statements
2.58 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.81 ms (31.61%) |
1 |
SELECT DISTINCT a0_.id AS id_0, a0_.description AS description_1 FROM article a0_ ORDER BY a0_.description DESC LIMIT 20
Parameters:
[] |
|
0.53 ms (20.48%) |
1 |
SELECT count(a0_.id) AS sclr_0 FROM article a0_
Parameters:
[] |
|
0.52 ms (20.02%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.42 ms (16.37%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM shop t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.30 ms (11.52%) |
1 |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.quantity AS quantity_3, a0_.warnining AS warnining_4, a0_.image AS image_5, a0_.updated_at AS updated_at_6, a0_.category_id AS category_id_7, a0_.shop_id AS shop_id_8 FROM article a0_ WHERE a0_.id IN (?) ORDER BY a0_.description DESC
Parameters:
[
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\Article | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Shop | No errors. |
| App\Entity\Evolution | No errors. |