GET http://support.septam.fr/

Query Metrics

2 Database Queries
2 Different statements
1.19 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.48 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 0.70 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"
]

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.