Query Metrics
9
Database Queries
7
Different statements
7.12 ms
Query time
0
Invalid entities
Queries
default connection
#▲ | Time | Info |
---|---|---|
1 | 0.17 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nome AS nome_5, t0.logo AS logo_6, t0.pa AS pa_7, t0.zap_is_habilitado AS zap_is_habilitado_8, t0.telefone AS telefone_9, t0.salario AS salario_10, t0.localidade AS localidade_11, t0.observacoes AS observacoes_12, t0.quantidade_motoristas_dia AS quantidade_motoristas_dia_13, t0.token AS token_14, t0.is_deletado AS is_deletado_15, t0.id_veiculo AS id_veiculo_16, t0.ultimo_pagamento AS ultimo_pagamento_17, t0.is_pago AS is_pago_18 FROM user t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
"a0AdwESozugO72iAHmrS_joaopaulo"
]
|
2 | 0.30 ms |
SELECT t0.id AS id_1, t0.placa AS placa_2, t0.motorista AS motorista_3, t0.nome AS nome_4, t0.location_updated_at AS location_updated_at_5, t0.lat AS lat_6, t0.logt AS logt_7, t0.device_id AS device_id_8 FROM veiculo_entrega t0 WHERE t0.id = ?
Parameters:
[
"7"
]
|
3 | 0.07 ms |
"START TRANSACTION"
Parameters:
[] |
4 | 0.23 ms |
UPDATE veiculo_entrega SET location_updated_at = ?, lat = ?, logt = ? WHERE id = ?
Parameters:
[ "2025-07-01 10:05:34" -16.6722136 -49.3016872 7 ] |
5 | 3.55 ms |
"COMMIT"
Parameters:
[] |
6 | 0.27 ms |
SELECT t0.id AS id_1, t0.latitude AS latitude_2, t0.longitude AS longitude_3, t0.updated_at AS updated_at_4, t0.device AS device_5, t0.user_id AS user_id_6 FROM location_user t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
24
]
|
7 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
8 | 0.19 ms |
UPDATE location_user SET latitude = ?, longitude = ?, updated_at = ? WHERE id = ?
Parameters:
[ "-16.6722136" "-49.3016872" "2025-07-01 10:05:34" 10 ] |
9 | 2.18 ms |
"COMMIT"
Parameters:
[] |
distribuidora connection
No database queries were performed.
whatsapp connection
No database queries were performed.
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
distribuidora | doctrine.dbal.distribuidora_connection |
doctrine.dbal.whatsapp_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\VeiculoEntrega | No errors. |
App\Entity\LocationUser | No errors. |