Redirect 302 redirect from GET @app_home (a697ec)

GET https://cybersono.ags-i.fr/accueil

Query Metrics

54 Database Queries
14 Different statements
4.13 ms Query time
0 Invalid entities
146 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.28 ms
(30.92%)
18
SELECT v0_.id AS id_0, v0_.titre AS titre_1, v0_.video AS video_2, v0_.image AS image_3, v0_.description AS description_4, v0_.realisateur AS realisateur_5, v0_.producteur AS producteur_6, v0_.acteur AS acteur_7, v0_.annesortie AS annesortie_8, v0_.dateajout AS dateajout_9, v0_.titre_original AS titre_original_10, v0_.numero_partie AS numero_partie_11, v0_.categories AS categories_12, v0_.traducteur_id AS traducteur_id_13 FROM video v0_ WHERE v0_.titre_original = ? ORDER BY v0_.numero_partie ASC
Parameters:
[
  "HANUMAN"
]
1.13 ms
(27.34%)
17
SELECT t0_.id AS id_0, t0_.nom AS nom_1, t0_.prenom AS prenom_2, t0_.email AS email_3, t0_.telephone AS telephone_4, t0_.photo AS photo_5, t0_.password AS password_6, t0_.deleted_at AS deleted_at_7 FROM traducteur t0_ WHERE t0_.nom = ? AND t0_.prenom = ? AND t0_.id <> ?
Parameters:
[
  "Seydou Samaké"
  "Badial"
  6
]
0.53 ms
(12.92%)
8
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.photo AS photo_6, t0.password AS password_7, t0.deleted_at AS deleted_at_8 FROM traducteur t0 WHERE t0.id = ?
Parameters:
[
  6
]
0.32 ms
(7.84%)
1
SELECT a0_.id AS id_0, a0_.type AS type_1, a0_.date_debut AS date_debut_2, a0_.date_expiration AS date_expiration_3, a0_.ordre AS ordre_4, a0_.actif AS actif_5, a0_.created_at AS created_at_6, a0_.video_id AS video_id_7, a0_.serie_id AS serie_id_8 FROM ala_une a0_ WHERE a0_.actif = 1 AND a0_.date_debut <= ? AND (a0_.date_expiration IS NULL OR a0_.date_expiration > ?) ORDER BY a0_.ordre ASC LIMIT 10
Parameters:
[
  "2026-09-20 23:54:51"
  "2026-09-20 23:54:51"
]
0.18 ms
(4.29%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.video AS video_3, t0.image AS image_4, t0.description AS description_5, t0.realisateur AS realisateur_6, t0.producteur AS producteur_7, t0.acteur AS acteur_8, t0.annesortie AS annesortie_9, t0.dateajout AS dateajout_10, t0.titre_original AS titre_original_11, t0.numero_partie AS numero_partie_12, t0.categories AS categories_13, t0.traducteur_id AS traducteur_id_14 FROM video t0
Parameters:
[]
0.15 ms
(3.61%)
1
SELECT t0.id AS id_1, t0.cle AS cle_2, t0.valeur AS valeur_3, t0.type AS type_4, t0.groupe AS groupe_5, t0.description AS description_6 FROM site_config t0
Parameters:
[]
0.09 ms
(2.13%)
1
SELECT v0_.id AS id_0, v0_.titre AS titre_1, v0_.video AS video_2, v0_.image AS image_3, v0_.description AS description_4, v0_.realisateur AS realisateur_5, v0_.producteur AS producteur_6, v0_.acteur AS acteur_7, v0_.annesortie AS annesortie_8, v0_.dateajout AS dateajout_9, v0_.titre_original AS titre_original_10, v0_.numero_partie AS numero_partie_11, v0_.categories AS categories_12, v0_.traducteur_id AS traducteur_id_13 FROM video v0_ ORDER BY v0_.dateajout DESC LIMIT 30
Parameters:
[]
0.08 ms
(1.96%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.video AS video_3, t0.image AS image_4, t0.description AS description_5, t0.realisateur AS realisateur_6, t0.producteur AS producteur_7, t0.acteur AS acteur_8, t0.annesortie AS annesortie_9, t0.dateajout AS dateajout_10, t0.titre_original AS titre_original_11, t0.numero_partie AS numero_partie_12, t0.categories AS categories_13, t0.traducteur_id AS traducteur_id_14 FROM video t0 WHERE t0.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  65
  85
  77
  59
  119
  53
  94
  93
  115
  101
  111
  109
  120
  122
  121
  89
  79
  98
]
0.08 ms
(1.91%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image_poster AS image_poster_3, t0.date_sortie AS date_sortie_4, t0.date_ajout AS date_ajout_5, t0.description AS description_6, t0.producteur AS producteur_7, t0.realisateur AS realisateur_8, t0.acteurs AS acteurs_9, t0.categorie_id AS categorie_id_10, t0.traducteur_id AS traducteur_id_11 FROM series t0
Parameters:
[]
0.07 ms
(1.74%)
1
SELECT s0_.id AS id_0, s0_.nom AS nom_1, s0_.image_poster AS image_poster_2, s0_.date_sortie AS date_sortie_3, s0_.date_ajout AS date_ajout_4, s0_.description AS description_5, s0_.producteur AS producteur_6, s0_.realisateur AS realisateur_7, s0_.acteurs AS acteurs_8, s0_.categorie_id AS categorie_id_9, s0_.traducteur_id AS traducteur_id_10 FROM series s0_ ORDER BY s0_.date_ajout DESC LIMIT 6
Parameters:
[]
0.06 ms
(1.45%)
1
SELECT v.id, COUNT(h.id) as nb_vues
                FROM video v
                LEFT JOIN historique h ON h.video_id = v.id
                GROUP BY v.id
                ORDER BY nb_vues DESC
                LIMIT 18
Parameters:
[]
0.06 ms
(1.43%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image_poster AS image_poster_3, t0.date_sortie AS date_sortie_4, t0.date_ajout AS date_ajout_5, t0.description AS description_6, t0.producteur AS producteur_7, t0.realisateur AS realisateur_8, t0.acteurs AS acteurs_9, t0.categorie_id AS categorie_id_10, t0.traducteur_id AS traducteur_id_11 FROM series t0 WHERE t0.id IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  17
  38
  15
  2
  8
  4
]
0.05 ms
(1.28%)
1
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.dateajout AS dateajout_3 FROM categorie t0
Parameters:
[]
0.05 ms
(1.17%)
1
SELECT s.id, COUNT(h.id) as nb_vues
            FROM series s
            LEFT JOIN historique h ON h.series_id = s.id
            GROUP BY s.id
            ORDER BY nb_vues DESC
            LIMIT 6
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Video 59
App\Entity\Series 34
App\Entity\SiteConfig 24
App\Entity\Traducteur 13
App\Entity\Categorie 10
App\Entity\AlaUne 6

Entities Mapping

Class Mapping errors
App\Entity\Video No errors.
App\Entity\Categorie No errors.
App\Entity\Traducteur No errors.
App\Entity\Series No errors.
App\Entity\Episodes No errors.
App\Entity\AlaUne No errors.
App\Entity\SiteConfig No errors.
App\Entity\LikeTraducteur No errors.
App\Entity\CommentaireTraducteur No errors.
App\Entity\NoteTraducteur No errors.