Query Metrics
10
Database Queries
10
Different statements
142.67 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.98 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.username AS username_5, t0.reset_token AS reset_token_6, t0.reset_token_expires_at AS reset_token_expires_at_7, t0.is_pro_access_requested AS is_pro_access_requested_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
6
]
|
| 2 | 0.90 ms |
SELECT t0.id AS id_1, t0.raison_sociale AS raison_sociale_2, t0.siret AS siret_3, t0.naf AS naf_4, t0.adresse AS adresse_5, t0.code_insee AS code_insee_6, t0.statut AS statut_7, t0.utilisateur AS utilisateur_8, t0.rcs AS rcs_9, t0.num_voie AS num_voie_10, t0.code_postal AS code_postal_11, t0.commune AS commune_12 FROM entreprise t0 WHERE t0.id = ?
Parameters:
[
199
]
|
| 3 | 12.36 ms |
SELECT t0.id AS id_1, t0.duree AS duree_2, t0.valeur AS valeur_3, t0.pdl AS pdl_4, t0.car AS car_5, t0.prix_moyen AS prix_moyen_6, t0.fournisseur AS fournisseur_7, t0.date_debut AS date_debut_8, t0.date_fin AS date_fin_9, t0.date_signature AS date_signature_10, t0.collaborateur_id AS collaborateur_id_11, t0.entreprise_id AS entreprise_id_12 FROM contrat t0 WHERE t0.id = ?
Parameters:
[
2863
]
|
| 4 | 22.03 ms |
SELECT t0.id AS id_1, t0.entreprise_id AS entreprise_id_2, t0.adresse_compteur AS adresse_compteur_3, t0.pdl AS pdl_4, t0.date_debut AS date_debut_5, t0.date_fin AS date_fin_6, t0.profil AS profil_7, t0.car AS car_8, t0.fournisseur AS fournisseur_9, t0.prix AS prix_10 FROM gas_meter t0 WHERE t0.entreprise_id = ? AND t0.pdl = ? LIMIT 1
Parameters:
[ 199 "30001210955910" ] |
| 5 | 14.19 ms |
SELECT t0.id AS id_1, t0.entreprise_id AS entreprise_id_2, t0.adresse_compteur AS adresse_compteur_3, t0.pdl AS pdl_4, t0.date_debut AS date_debut_5, t0.date_fin AS date_fin_6, t0.ps AS ps_7, t0.profil AS profil_8, t0.car AS car_9, t0.fournisseur AS fournisseur_10, t0.prix AS prix_11 FROM electric_meter t0 WHERE t0.entreprise_id = ?
Parameters:
[
199
]
|
| 6 | 0.61 ms |
SELECT t0.id AS id_1, t0.entreprise_id AS entreprise_id_2, t0.adresse_compteur AS adresse_compteur_3, t0.pdl AS pdl_4, t0.date_debut AS date_debut_5, t0.date_fin AS date_fin_6, t0.profil AS profil_7, t0.car AS car_8, t0.fournisseur AS fournisseur_9, t0.prix AS prix_10 FROM gas_meter t0 WHERE t0.entreprise_id = ?
Parameters:
[
199
]
|
| 7 | 29.47 ms |
SELECT e0_.id AS id_0, e0_.raison_sociale AS raison_sociale_1, e0_.siret AS siret_2, e0_.naf AS naf_3, e0_.adresse AS adresse_4, e0_.code_insee AS code_insee_5, e0_.statut AS statut_6, e0_.utilisateur AS utilisateur_7, e0_.rcs AS rcs_8, e0_.num_voie AS num_voie_9, e0_.code_postal AS code_postal_10, e0_.commune AS commune_11 FROM entreprise e0_ WHERE e0_.id IN (?)
Parameters:
[
"199"
]
|
| 8 | 17.26 ms |
"START TRANSACTION"
Parameters:
[] |
| 9 | 33.58 ms |
UPDATE contrat SET duree = ?, date_debut = ? WHERE id = ?
Parameters:
[ 11 "2029-01-01 00:00:00" 2863 ] |
| 10 | 11.30 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\Entreprise | No errors. |
| App\Entity\PricingGrid | No errors. |
| App\Entity\Contrat | No errors. |
| App\Entity\Facture | No errors. |
| App\Entity\GasMeter | No errors. |
| App\Entity\ElectricMeter | No errors. |