GET https://betatest.sentinelle-securite.com/campagne/0198cc2b-a0e3-708a-936f-53e94c740c26

Query Metrics

5 Database Queries
5 Different statements
1.57 ms Query time
4 Invalid entities
13 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.42 ms
(26.43%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.date_lancement AS date_lancement_3, t0.etat AS etat_4, t0.description AS description_5, t0.real_date_lancement AS real_date_lancement_6, t0.entreprise_id AS entreprise_id_7, t0.scenario_id AS scenario_id_8 FROM campagne t0 WHERE t0.id = ?
Parameters:
[
  b"\x01˜Ì+ ãpŠ“oSéLt\f&"
]
0.39 ms
(24.58%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.couleur AS couleur_3, t0.image AS image_4, t0.description AS description_5, t0.duree AS duree_6, t0.level AS level_7, t0.status AS status_8 FROM formation t0 INNER JOIN campagne_formation ON t0.id = campagne_formation.formation_id WHERE campagne_formation.campagne_id = ?
Parameters:
[
  b"\x01˜Ì+ ãpŠ“oSéLt\f&"
]
0.28 ms
(17.72%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.ordre AS ordre_3, t0.formation_id AS formation_id_4 FROM chapitre t0 WHERE t0.formation_id = ? ORDER BY t0.ordre ASC
Parameters:
[
  "1\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
]
0.26 ms
(16.27%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.first_name AS first_name_6, t0.departement AS departement_7, t0.created_at AS created_at_8, t0.job_fonction AS job_fonction_9, t0.telephone AS telephone_10, t0.actif AS actif_11, t0.organisation_id AS organisation_id_12 FROM `user` t0 INNER JOIN campagne_user ON t0.id = campagne_user.user_id WHERE campagne_user.campagne_id = ?
Parameters:
[
  b"\x01˜Ì+ ãpŠ“oSéLt\f&"
]
0.24 ms
(15.00%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.sujet_mail AS sujet_mail_3, t0.contenu_html AS contenu_html_4, t0.piecejointe AS piecejointe_5, t0.url_facilite AS url_facilite_6, t0.niveau_difficulte AS niveau_difficulte_7, t0.created_at AS created_at_8 FROM scenario t0 WHERE t0.id = ?
Parameters:
[
  "2\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
]

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\User 6
App\Entity\Chapitre 3
App\Entity\Campagne 1
App\Entity\Organisation 1
App\Entity\Scenario 1
App\Entity\Formation 1

Entities Mapping

Class Mapping errors
App\Entity\Campagne
  • The association App\Entity\Campagne#entreprise refers to the inverse side field App\Entity\Organisation#nom which does not exist.
App\Entity\Organisation
  • The mappings App\Entity\Organisation#campagnes and App\Entity\Campagne#entreprise are inconsistent with each other.
App\Entity\Scenario No errors.
App\Entity\Resultats No errors.
App\Entity\Formation No errors.
App\Entity\User No errors.
App\Entity\Attestation
  • The association App\Entity\Attestation#formation refers to the inverse side field App\Entity\Formation#dateGeneration which does not exist.
App\Entity\UserBadge
  • The association App\Entity\UserBadge#badge refers to the inverse side field App\Entity\Badge#userBadges which does not exist.
App\Entity\Enrollment No errors.
App\Entity\Progression No errors.
App\Entity\Chapitre No errors.
App\Entity\Activity No errors.