POST https://gexsign.app/data/getFichiersignature/101

Query Metrics

4 Database Queries
4 Different statements
0.32 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.14 ms
SELECT t0.id AS id_1, t0.cl_nom AS cl_nom_2, t0.cl_logo AS cl_logo_3, t0.signature_options AS signature_options_4, t0.code_client AS code_client_5, t0.cle_securite AS cle_securite_6, t0.account AS account_7, t0.serveur AS serveur_8, t0.cl_email AS cl_email_9 FROM client t0 WHERE t0.code_client = ? AND t0.cle_securite = ? LIMIT 1
Parameters:
[
  "CAR-E"
  "747931379402"
]
2 0.04 ms
SELECT t0.id AS id_1, t0.fx_dh_creation AS fx_dh_creation_2, t0.fx_dh_envoi AS fx_dh_envoi_3, t0.fx_dh_signature AS fx_dh_signature_4, t0.fx_etat_signature AS fx_etat_signature_5, t0.entetedocument AS entetedocument_6, t0.fx_contenu AS fx_contenu_7, t0.en_test AS en_test_8, t0.fichier_id AS fichier_id_9 FROM fichiersignature t0 WHERE t0.id = ?
Parameters:
[
  "101"
]
3 0.10 ms
SELECT t0.id AS id_1, t0.fi_pdf AS fi_pdf_2, t0.fi_dh_creation AS fi_dh_creation_3, t0.fi_link AS fi_link_4, t0.fi_nom AS fi_nom_5, t0.client_id AS client_id_6, t7.id AS id_8, t7.fx_dh_creation AS fx_dh_creation_9, t7.fx_dh_envoi AS fx_dh_envoi_10, t7.fx_dh_signature AS fx_dh_signature_11, t7.fx_etat_signature AS fx_etat_signature_12, t7.entetedocument AS entetedocument_13, t7.fx_contenu AS fx_contenu_14, t7.en_test AS en_test_15, t7.fichier_id AS fichier_id_16 FROM fichier t0 LEFT JOIN fichiersignature t7 ON t7.fichier_id = t0.id WHERE t0.id = ?
Parameters:
[
  81
]
4 0.04 ms
SELECT t0.id AS id_1, t0.tiers AS tiers_2, t0.contact AS contact_3, t0.f1_nom AS f1_nom_4, t0.f1_telephone AS f1_telephone_5, t0.f1_email AS f1_email_6, t0.f1_dh_signature AS f1_dh_signature_7, t0.f1_etat_signature AS f1_etat_signature_8, t0.f1_link AS f1_link_9, t0.f1_prenom AS f1_prenom_10, t0.f1_id_externe AS f1_id_externe_11, t0.f1_id_local AS f1_id_local_12, t0.fichiersignature_id AS fichiersignature_id_13 FROM fichiersignaturetiers t0 WHERE t0.fichiersignature_id = ?
Parameters:
[
  101
]

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\Client No errors.
App\Entity\Fichiersignature
  • The association App\Entity\Fichiersignature#fichier refers to the inverse side field App\Entity\Fichier#fichiersignatures which does not exist.
App\Entity\Fichier
  • The mappings App\Entity\Fichier#fichiersignature and App\Entity\Fichiersignature#fichier are inconsistent with each other.
App\Entity\Fichiersignaturetiers No errors.