Query Metrics
3
Database Queries
3
Different statements
1.88 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.06 ms (56.26%) |
1 |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM posts p0_ INNER JOIN user u1_ ON p0_.user_id = u1_.id
Parameters:
[] |
|
0.45 ms (23.67%) |
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:
[ 6 5 2 ] |
|
0.38 ms (20.07%) |
1 |
SELECT DISTINCT p0_.id AS id_0 FROM posts p0_ INNER JOIN user u1_ ON p0_.user_id = u1_.id LIMIT 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. |