Query Metrics
4
Database Queries
4
Different statements
2.58 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.18 ms |
SELECT t0.id AS id_1, t0.avatar AS avatar_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5 FROM imagebackground t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 2 | 0.66 ms |
SELECT count(DISTINCT s0_.id) AS sclr_0 FROM service s0_
Parameters:
[] |
| 3 | 0.33 ms |
SELECT DISTINCT s0_.id AS id_0, s0_.id AS id_1 FROM service s0_ ORDER BY s0_.id DESC LIMIT 6
Parameters:
[] |
| 4 | 0.42 ms |
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.description AS description_2, s0_.avatar AS avatar_3, s0_.created_at AS created_at_4, s0_.updated_at AS updated_at_5 FROM service s0_ WHERE s0_.id IN (?, ?, ?) ORDER BY s0_.id DESC
Parameters:
[ 5 4 3 ] |
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\Service | No errors. |
| App\Entity\Imagebackground | No errors. |