Query Metrics
3
Database Queries
3
Different statements
2.62 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.07 ms (40.85%) |
1 |
SELECT t0.id AS id_1, t0.agence AS agence_2, t0.immatriculation AS immatriculation_3, t0.nom_client AS nom_client_4, t0.date_jour AS date_jour_5, t0.lieu_depart AS lieu_depart_6, t0.km_depart AS km_depart_7, t0.tranche_1_matin_debut AS tranche_1_matin_debut_8, t0.tranche_1_matin_fin AS tranche_1_matin_fin_9, t0.tranche_2_midi_debut AS tranche_2_midi_debut_10, t0.tranche_2_midi_fin AS tranche_2_midi_fin_11, t0.tranche_3_soir_debut AS tranche_3_soir_debut_12, t0.tranche_3_soir_fin AS tranche_3_soir_fin_13, t0.tranche_4_autre_debut AS tranche_4_autre_debut_14, t0.tranche_4_autre_fin AS tranche_4_autre_fin_15, t0.lieu_arrivee AS lieu_arrivee_16, t0.km_arrivee AS km_arrivee_17, t0.temps_annexes AS temps_annexes_18, t0.temps_total AS temps_total_19, t0.commentaires AS commentaires_20, t0.is_corrected AS is_corrected_21, t0.corrected_at AS corrected_at_22, t0.declaration_id AS declaration_id_23 FROM declaration_ligne t0 WHERE t0.declaration_id = ?
Parameters:
[
7
]
|
|
0.87 ms (33.13%) |
1 |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.original_filename AS original_filename_3, t0.stored_filename AS stored_filename_4, t0.extension AS extension_5, t0.mime_type AS mime_type_6, t0.file_size AS file_size_7, t0.status AS status_8, t0.uploaded_at AS uploaded_at_9, t10.id AS id_11, t10.agence AS agence_12, t10.immatriculation AS immatriculation_13, t10.numero_licence AS numero_licence_14, t10.nom_client AS nom_client_15, t10.date_debut AS date_debut_16, t10.date_fin AS date_fin_17, t10.status AS status_18, t10.created_at AS created_at_19, t10.processed_at AS processed_at_20, t10.upload_batch_id AS upload_batch_id_21 FROM upload_batch t0 LEFT JOIN declaration_conducteur t10 ON t10.upload_batch_id = t0.id WHERE t0.id = ?
Parameters:
[
"7"
]
|
|
0.68 ms (26.02%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.notification AS notification_7 FROM user t0 WHERE t0.id = ?
Parameters:
[
3
]
|
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\UploadBatch | No errors. |
| App\Entity\DeclarationConducteur | No errors. |
| App\Entity\DeclarationLigne | No errors. |
| App\Entity\User | No errors. |