Query Metrics
12
Database Queries
12
Different statements
33.91 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 5.39 ms |
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:
[
17
]
|
2 | 1.07 ms |
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.created_at AS created_at_6, u0_.updated_at AS updated_at_7, u0_.telephone AS telephone_8, u0_.actif AS actif_9, u0_.trigramme AS trigramme_10, u0_.agence_id AS agence_id_11 FROM user u0_ WHERE u0_.roles LIKE ? AND u0_.id IN (?)
Parameters:
[ "%"ROLE_USER"%" "17" ] |
3 | 4.17 ms |
SELECT a0_.id AS id_0, a0_.nom AS nom_1, a0_.adresse AS adresse_2, a0_.boite_postale AS boite_postale_3, a0_.code_postal AS code_postal_4, a0_.ville AS ville_5, a0_.telephone AS telephone_6, a0_.siret AS siret_7, a0_.code_ape AS code_ape_8, a0_.tva_intracommunautaire AS tva_intracommunautaire_9 FROM agence a0_ WHERE a0_.id IN (?)
Parameters:
[
"1"
]
|
4 | 3.33 ms |
SELECT c0_.id AS id_0, c0_.societe AS societe_1, c0_.contact_nom AS contact_nom_2, c0_.contact_prenom AS contact_prenom_3, c0_.telephone AS telephone_4, c0_.email AS email_5, c0_.adresse AS adresse_6, c0_.code_postal AS code_postal_7, c0_.ville AS ville_8, c0_.remarques AS remarques_9, c0_.type_id AS type_id_10 FROM client c0_ WHERE c0_.id IN (?)
Parameters:
[
"14"
]
|
5 | 2.47 ms |
SELECT c0_.id AS id_0, c0_.libelle_court AS libelle_court_1, c0_.libelle_long AS libelle_long_2, c0_.remarques AS remarques_3 FROM categorie_affaire c0_ WHERE c0_.id IN (?)
Parameters:
[
"4"
]
|
6 | 4.03 ms |
SELECT p0_.id AS id_0, p0_.libelle_court AS libelle_court_1, p0_.libelle_long AS libelle_long_2 FROM proposition_origine p0_ WHERE p0_.id IN (?)
Parameters:
[
"3"
]
|
7 | 1.17 ms |
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.created_at AS created_at_6, u0_.updated_at AS updated_at_7, u0_.telephone AS telephone_8, u0_.actif AS actif_9, u0_.trigramme AS trigramme_10, u0_.agence_id AS agence_id_11 FROM user u0_ WHERE u0_.id IN (?)
Parameters:
[
"17"
]
|
8 | 6.72 ms |
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_.numero_affaire LIKE ? ORDER BY a0_.numero_affaire DESC
Parameters:
[
"2025%"
]
|
9 | 0.48 ms |
"START TRANSACTION"
Parameters:
[] |
10 | 0.81 ms |
INSERT INTO affaire (numero_affaire, site, site_contact, site_adresse, site_code_postal, site_ville, exigences, retour_exp, remarques, created_at, updated_at, objet, is_deleted, site_contact_tel, site_contact_mail, categorie_id, responsable_id, client_id, agence_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "2025_0168" "Rue du Puits - ORADOUR-SUR-GLANE" "M. LALOYER Loïc" "Rue du Puits" "87520" "ORADOUR-SUR-GLANE" null null null "2025-04-04 11:00:19" null null null "06 25 57 29 68" "loic.loyloy@hotmail.fr" null 17 14 1 ] |
11 | 2.77 ms |
INSERT INTO proposition (date_demande, date_envoi, date_validite, montant_ht, remarques, version, valide, objet, exigences, avancement, auteur_id, origine_id, affaire_id, categorie_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ null null "2025-03-24 00:00:00" "400" null 1 0 "ANC" null "Commande validée" 17 3 2255 4 ] |
12 | 1.51 ms |
"COMMIT"
Parameters:
[] |
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\Client | No errors. |
App\Entity\CategorieAffaire | No errors. |
App\Entity\PropositionOrigine | No errors. |
App\Entity\FactureProposition | No errors. |
App\Entity\CommandeProposition | No errors. |
App\Entity\TypeClient | No errors. |
App\Entity\Fournisseur | No errors. |
App\Entity\Commande | No errors. |
App\Entity\Facture | No errors. |