Query Metrics
65
Database Queries
8
Different statements
77.87 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
35.47 ms (45.55%) |
30 |
SELECT t0.id AS id_1, t0.date_demande AS date_demande_2, t0.date_envoi AS date_envoi_3, t0.date_validite AS date_validite_4, t0.montant_ht AS montant_ht_5, t0.remarques AS remarques_6, t0.version AS version_7, t0.valide AS valide_8, t0.objet AS objet_9, t0.exigences AS exigences_10, t0.avancement AS avancement_11, t0.auteur_id AS auteur_id_12, t13.id AS id_14, t13.email AS email_15, t13.roles AS roles_16, t13.password AS password_17, t13.nom AS nom_18, t13.prenom AS prenom_19, t13.created_at AS created_at_20, t13.updated_at AS updated_at_21, t13.telephone AS telephone_22, t13.actif AS actif_23, t13.trigramme AS trigramme_24, t13.agence_id AS agence_id_25, t0.origine_id AS origine_id_26, t27.id AS id_28, t27.libelle_court AS libelle_court_29, t27.libelle_long AS libelle_long_30, t0.affaire_id AS affaire_id_31, t32.id AS id_33, t32.reference AS reference_34, t32.lien_vers_piece AS lien_vers_piece_35, t32.montant AS montant_36, t32.proposition_id AS proposition_id_37, t32.affaire_id AS affaire_id_38, t0.categorie_id AS categorie_id_39 FROM proposition t0 LEFT JOIN user t13 ON t0.auteur_id = t13.id LEFT JOIN proposition_origine t27 ON t0.origine_id = t27.id LEFT JOIN facture t32 ON t32.proposition_id = t0.id WHERE t0.affaire_id = ?
Parameters:
[
2282
]
|
15.61 ms (20.04%) |
18 |
SELECT t0.id AS id_1, t0.societe AS societe_2, t0.contact_nom AS contact_nom_3, t0.contact_prenom AS contact_prenom_4, t0.telephone AS telephone_5, t0.email AS email_6, t0.adresse AS adresse_7, t0.code_postal AS code_postal_8, t0.ville AS ville_9, t0.remarques AS remarques_10, t0.type_id AS type_id_11 FROM client t0 WHERE t0.id = ?
Parameters:
[
14
]
|
11.12 ms (14.28%) |
1 |
SELECT DISTINCT a0_.id AS id_0, a0_.numero_affaire AS numero_affaire_1 FROM affaire a0_ WHERE a0_.is_deleted = 0 OR a0_.is_deleted IS NULL ORDER BY a0_.numero_affaire DESC LIMIT 30
Parameters:
[] |
5.83 ms (7.49%) |
8 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.telephone AS telephone_9, t0.actif AS actif_10, t0.trigramme AS trigramme_11, t0.agence_id AS agence_id_12 FROM user t0 WHERE t0.id = ?
Parameters:
[
5
]
|
3.94 ms (5.06%) |
3 |
SELECT t0.id AS id_1, t0.libelle_court AS libelle_court_2, t0.libelle_long AS libelle_long_3, t0.remarques AS remarques_4 FROM categorie_affaire t0 WHERE t0.id = ?
Parameters:
[
4
]
|
2.88 ms (3.69%) |
3 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.adresse AS adresse_3, t0.boite_postale AS boite_postale_4, t0.code_postal AS code_postal_5, t0.ville AS ville_6, t0.telephone AS telephone_7, t0.siret AS siret_8, t0.code_ape AS code_ape_9, t0.tva_intracommunautaire AS tva_intracommunautaire_10 FROM agence t0 WHERE t0.id = ?
Parameters:
[
1
]
|
1.84 ms (2.37%) |
1 |
SELECT count(a0_.id) AS sclr_0 FROM affaire a0_ WHERE a0_.is_deleted = 0 OR a0_.is_deleted IS NULL
Parameters:
[] |
1.19 ms (1.53%) |
1 |
SELECT a0_.id AS id_0, a0_.numero_affaire AS numero_affaire_1, a0_.site AS site_2, a0_.site_contact AS site_contact_3, a0_.site_adresse AS site_adresse_4, a0_.site_code_postal AS site_code_postal_5, a0_.site_ville AS site_ville_6, a0_.exigences AS exigences_7, a0_.retour_exp AS retour_exp_8, a0_.remarques AS remarques_9, a0_.created_at AS created_at_10, a0_.updated_at AS updated_at_11, a0_.objet AS objet_12, a0_.is_deleted AS is_deleted_13, a0_.site_contact_tel AS site_contact_tel_14, a0_.site_contact_mail AS site_contact_mail_15, a0_.categorie_id AS categorie_id_16, a0_.responsable_id AS responsable_id_17, a0_.client_id AS client_id_18, a0_.agence_id AS agence_id_19 FROM affaire a0_ WHERE (a0_.is_deleted = 0 OR a0_.is_deleted IS NULL) AND a0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY a0_.numero_affaire DESC
Parameters:
[ 2282 2281 2280 2279 2278 2277 2276 2275 2274 2273 2272 2271 2270 2269 2268 2267 2266 2265 2264 2263 2262 2261 2260 2259 2258 2257 2256 2255 2254 2253 ] |
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\User | No errors. |
App\Entity\Agence | No errors. |
App\Entity\Proposition | No errors. |
App\Entity\Dossier | No errors. |
App\Entity\Courrier | No errors. |
App\Entity\Affaire | No errors. |
App\Entity\CategorieAffaire | No errors. |
App\Entity\Client | No errors. |
App\Entity\Commande | No errors. |
App\Entity\Facture | No errors. |
App\Entity\TypeClient | No errors. |
App\Entity\PropositionOrigine | No errors. |
App\Entity\CommandeProposition | No errors. |
App\Entity\FactureProposition | No errors. |