GET https://lbe.webefy.fr/videos

Query Metrics

2 Database Queries
2 Different statements
53.28 ms Query time
2 Invalid entities
13 Managed entities

Queries

Group similar statements

# Time Info
1 53.09 ms
SELECT a0_.id AS id_0, a0_.permalien AS permalien_1, a0_.titre AS titre_2, a0_.contenu AS contenu_3, a0_.date_creation AS date_creation_4, a0_.date_modification AS date_modification_5, a0_.visible AS visible_6, a0_.pdf AS pdf_7, a0_.video AS video_8, a0_.audio AS audio_9, a0_.fichier_pdf AS fichier_pdf_10, a0_.user_id AS user_id_11 FROM article a0_ WHERE a0_.video IS NOT NULL AND CHAR_LENGTH(TRIM(a0_.video)) > 0
Parameters:
[]
2 0.18 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.url AS url_4, t0.image_file_name AS image_file_name_5, t0.email AS email_6, t0.ville AS ville_7, t0.actif AS actif_8, t0.date AS date_9 FROM sponsors t0 WHERE t0.actif = ? ORDER BY t0.date DESC, t0.nom ASC
Parameters:
[
  1
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Article 8
App\Entity\User 3
App\Entity\Sponsors 2

Entities Mapping

Class Mapping errors
App\Entity\Article
  • The association App\Entity\Article#user refers to the inverse side field App\Entity\User#permalien which does not exist.
App\Entity\User
  • The mappings App\Entity\User#articles and App\Entity\Article#user are inconsistent with each other.
App\Entity\Tags No errors.
App\Entity\Sponsors No errors.