POST https://taxiexpres.com/mobile/driver/setCoordinateData

Query Metrics

5 Database Queries
5 Different statements
1.97 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.43 ms
SELECT t0.id AS id_1, t0.client_key AS client_key_2, t0.public_key AS public_key_3, t0.secret_key AS secret_key_4, t0.creation_date AS creation_date_5 FROM credenciales t0 WHERE t0.client_key = ? LIMIT 1
Parameters:
[
  "id_6b4a68f67"
]
2 0.31 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.apellidos AS apellidos_3, t0.telefono AS telefono_4, t0.mail AS mail_5, t0.inhabilitado AS inhabilitado_6, t0.calificacion AS calificacion_7, t0.posicion AS posicion_8, t0.viaje AS viaje_9, t0.created_date AS created_date_10, t0.firebase_token AS firebase_token_11, t0.step_register AS step_register_12, t0.nip AS nip_13, t0.unique_id AS unique_id_14, t0.working AS working_15, t0.credenciales_id AS credenciales_id_16 FROM conductor t0 WHERE t0.unique_id = ? LIMIT 1
Parameters:
[
  "driver_68c10c1dedb8e"
]
3 0.12 ms
"START TRANSACTION"
Parameters:
[]
4 0.31 ms
UPDATE conductor SET posicion = ? WHERE id = ?
Parameters:
[
  "[19.0555517,-98.1601183]"
  34
]
5 0.80 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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Credenciales 2
App\Entity\Conductor 1

Entities Mapping

Class Mapping errors
App\Entity\Credenciales No errors.
App\Entity\Cliente No errors.
App\Entity\Conductor No errors.
App\Entity\Calificacion No errors.
App\Entity\Viaje No errors.
App\Entity\CotizacionViaje No errors.