Query Metrics
3
Database Queries
3
Different statements
1.07 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.59 ms (55.46%) |
1 |
SELECT DISTINCT s0_.id AS id_0, s0_.id AS id_1 FROM shop s0_ ORDER BY s0_.id ASC LIMIT 20
Parameters:
[] |
|
0.28 ms (25.83%) |
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1 FROM shop s0_ WHERE s0_.id IN (?, ?, ?, ?) ORDER BY s0_.id ASC
Parameters:
[ 1 2 3 4 ] |
|
0.20 ms (18.71%) |
1 |
SELECT count(s0_.id) AS sclr_0 FROM shop s0_
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\Shop | No errors. |
| App\Entity\Article | No errors. |