https://unicron.cloudari.com/

Query Metrics

3 Database Queries
3 Different statements
1.66 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.85 ms
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM posts p0_ INNER JOIN user u1_ ON p0_.user_id = u1_.id
Parameters:
[]
2 0.36 ms
SELECT DISTINCT p0_.id AS id_0 FROM posts p0_ INNER JOIN user u1_ ON p0_.user_id = u1_.id LIMIT 3
Parameters:
[]
3 0.45 ms
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
]

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.