Query Metrics
3
Database Queries
3
Different statements
1.37 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.66 ms (48.07%) |
1 |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM posts p0_ INNER JOIN user u1_ ON p0_.user_id = u1_.id
Parameters:
[] |
|
0.36 ms (26.18%) |
1 |
SELECT p0_.id AS id_0, p0_.titulo AS titulo_1, p0_.foto AS foto_2, p0_.fecha_publicacion AS fecha_publicacion_3, u1_.nombre AS nombre_4 FROM posts p0_ INNER JOIN user u1_ ON p0_.user_id = u1_.id WHERE p0_.id IN (?, ?)
Parameters:
[ 3 4 ] |
|
0.35 ms (25.75%) |
1 |
SELECT DISTINCT p0_.id AS id_0 FROM posts p0_ INNER JOIN user u1_ ON p0_.user_id = u1_.id LIMIT 3 OFFSET 3
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\Posts | No errors. |
| App\Entity\User | No errors. |