Query Metrics
9
Database Queries
7
Different statements
11.45 ms
Query time
0
Invalid entities
Grouped Statements
default connection
Time▼ | Count | Info |
---|---|---|
4.65 ms (0.00%) |
2 |
"COMMIT"
Parameters:
[] |
4.63 ms (0.00%) |
1 |
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:
[
"9"
]
|
1.29 ms (0.00%) |
1 |
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:
[
"nGpH2wB8WfjFp5BYnoYp_ciciano"
]
|
0.26 ms (0.00%) |
1 |
UPDATE veiculo_entrega SET location_updated_at = ?, lat = ?, logt = ? WHERE id = ?
Parameters:
[ "2025-07-02 22:42:09" -17.7944675 -50.5772922 9 ] |
0.25 ms (0.00%) |
1 |
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:
[
8
]
|
0.20 ms (0.00%) |
2 |
"START TRANSACTION"
Parameters:
[] |
0.18 ms (0.00%) |
1 |
UPDATE location_user SET latitude = ?, longitude = ?, updated_at = ? WHERE id = ?
Parameters:
[ "-17.7944675" "-50.5772922" "2025-07-02 22:42:09" 2 ] |
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. |