GET http://music.bichomen.com/cancion/141

Query Metrics

3 Database Queries
3 Different statements
10.35 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 1.19 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.discogs AS discogs_3, t0.youtube AS youtube_4 FROM canciones t0 WHERE t0.id = ?
Parameters:
[
  "141"
]
2 7.95 ms
SELECT p0_.id AS id_0, p0_.posicion AS posicion_1, p0_.cancion_id_id AS cancion_id_id_2, p0_.recopilatorio_id AS recopilatorio_id_3, p0_.cantante_id AS cantante_id_4, p0_.cantante1_id AS cantante1_id_5, p0_.semana_id AS semana_id_6 FROM posiciones p0_ INNER JOIN canciones c1_ ON p0_.cancion_id_id = c1_.id INNER JOIN cantantes c2_ ON p0_.cantante_id = c2_.id LEFT JOIN cantantes c3_ ON p0_.cantante1_id = c3_.id WHERE c1_.id = ?
Parameters:
[
  141
]
3 1.22 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.apellidos AS apellidos_3, t0.discogs AS discogs_4 FROM cantantes t0 WHERE t0.id = ?
Parameters:
[
  97
]

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\Canciones
  • The association App\Entity\Canciones#posiciones refers to the owning side field App\Entity\Posiciones#cancion_id_id which does not exist.
App\Entity\Posiciones
  • The mappings App\Entity\Posiciones#cancion_id and App\Entity\Canciones#posiciones are inconsistent with each other.
  • The mappings App\Entity\Posiciones#cantante1_id and App\Entity\Cantantes#posiciones are inconsistent with each other.
App\Entity\Cantantes
  • The mappings App\Entity\Cantantes#posiciones1 and App\Entity\Posiciones#cantante1_id are inconsistent with each other.
App\Entity\Recopilatorios No errors.
App\Entity\Semanas No errors.