GET http://support.septam.fr/?searchFile=risco

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.65 ms
SELECT t0.id_categorie AS id_categorie_1, t0.nom_categorie AS nom_categorie_2, t0.nom_entreprise AS nom_entreprise_3, t0.ordre_categorie AS ordre_categorie_4, t0.id_categorie_parente AS id_categorie_parente_5 FROM telechargements_categorie t0 WHERE t0.nom_entreprise = ? ORDER BY t0.ordre_categorie ASC
Parameters:
[
  "septam"
]
2 1.12 ms
SELECT t0_.id_fichier AS id_fichier_0, t0_.titre_fichier AS titre_fichier_1, t0_.text_fichier AS text_fichier_2, t0_.type_fichier AS type_fichier_3, t0_.nom_fichier AS nom_fichier_4, t0_.role_need_to_dl AS role_need_to_dl_5, t0_.ordre AS ordre_6, t0_.id_Categorie AS id_Categorie_7 FROM telechargements_fichiers t0_ INNER JOIN telechargements_categorie t1_ ON (t1_.id_categorie = t0_.id_Categorie) WHERE t1_.nom_entreprise = ? ORDER BY t0_.ordre ASC
Parameters:
[
  "septam"
]
3 0.33 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.last_name AS last_name_5, t0.nick_name AS nick_name_6, t0.mail AS mail_7, t0.phone AS phone_8, t0.society AS society_9, t0.is_actif AS is_actif_10, t0.is_archived AS is_archived_11, t0.society_fonction AS society_fonction_12, t0.cp AS cp_13, t0.adresse AS adresse_14, t0.city AS city_15, t0.date_creation AS date_creation_16 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1114
]

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\TelechargementsCategorie No errors.
App\Entity\TelechargementsFichiers No errors.
App\Entity\User No errors.