Query Metrics

4 Database Queries
4 Different statements
9.00 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 5.12 ms
SELECT t0.id AS id_1, t0.cedula AS cedula_2, t0.nombres AS nombres_3, t0.apellidos AS apellidos_4, t0.telefono AS telefono_5, t0.email AS email_6, t0.activo AS activo_7, t0.fecha_nacimiento AS fecha_nacimiento_8, t0.sesion_activa AS sesion_activa_9, t0.firebaseId AS firebaseid_10, t0.reset_password AS reset_password_11, t0.contrasena AS contrasena_12, t0.placa_agente AS placa_agente_13, t0.fecha_ultima_clave AS fecha_ultima_clave_14, t0.last_api_token AS last_api_token_15, t0.imei_radio AS imei_radio_16, t0.propietario AS propietario_17, t0.rol_id AS rol_id_18, t19.id AS id_20, t19.nombre AS nombre_21, t19.nombre_real AS nombre_real_22, t19.activo AS activo_23, t0.tipo_cargo_id AS tipo_cargo_id_24, t0.id_tipo_identificacion AS id_tipo_identificacion_25, t0.id_parqueadero AS id_parqueadero_26, t0.id_grua_asignada AS id_grua_asignada_27 FROM interno t0 LEFT JOIN rol t19 ON t0.rol_id = t19.id WHERE t0.id = ?
Parameters:
[
  1
]
2 2.34 ms
SELECT t0.id_recurso AS id_recurso_1, t0.nombre_recurso AS nombre_recurso_2, t0.descripcion_recurso AS descripcion_recurso_3, t0.tipo_permiso AS tipo_permiso_4, t0.activo AS activo_5, t0.permiso_padre AS permiso_padre_6 FROM permiso t0 INNER JOIN roles_permisos ON t0.id_recurso = roles_permisos.permiso_id WHERE roles_permisos.rol_id = ?
Parameters:
[
  1
]
3 1.06 ms
SELECT p0_.id AS id_0, p0_.id_parametro AS id_parametro_1, p0_.descripcion_parametro AS descripcion_parametro_2, p0_.valor AS valor_3, p0_.tipo_dato AS tipo_dato_4 FROM parametros p0_ ORDER BY p0_.id ASC
Parameters:
[]
4 0.48 ms
SELECT p0_.id AS id_0, p0_.id_parametro AS id_parametro_1, p0_.descripcion_parametro AS descripcion_parametro_2, p0_.valor AS valor_3, p0_.tipo_dato AS tipo_dato_4 FROM parametros p0_ ORDER BY p0_.id ASC LIMIT 10 OFFSET 80
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\Intern
  • The association App\Entity\Intern#towInactivations refers to the owning side field App\Entity\TowInactivation#agent which does not exist.
  • The field App\Entity\Intern#towRequestStatus is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\TowRequestStatus#intern does not contain the required 'inversedBy="towRequestStatus"' attribute.
App\Entity\Role No errors.
App\Entity\JobTitle No errors.
App\Entity\DocumentType No errors.
App\Entity\Parking No errors.
App\Entity\Tow
  • The field App\Entity\Tow#driverHistory is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\TowDriverHistory#tow does not contain the required 'inversedBy="driverHistory"' attribute.
  • The field App\Entity\Tow#towInactivation is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\TowInactivation#tow does not contain the required 'inversedBy="towInactivation"' attribute.
  • The association App\Entity\Tow#line refers to the inverse side field App\Entity\LineType#tow which does not exist.
  • The association App\Entity\Tow#color refers to the inverse side field App\Entity\ColorType#tow which does not exist.
  • The association App\Entity\Tow#fuel refers to the inverse side field App\Entity\FuelType#tow which does not exist.
  • The association App\Entity\Tow#engine refers to the inverse side field App\Entity\EngineType#tow which does not exist.
  • The association App\Entity\Tow#transmissionType refers to the inverse side field App\Entity\TransmissionType#tow which does not exist.
  • The association App\Entity\Tow#turnOnType refers to the inverse side field App\Entity\TurnOnType#tow which does not exist.
  • The association App\Entity\Tow#brakeType refers to the inverse side field App\Entity\BrakeType#tow which does not exist.
  • The association App\Entity\Tow#soat refers to the inverse side field App\Entity\Insurance#tow which does not exist.
  • The association App\Entity\Tow#riskPolicy refers to the inverse side field App\Entity\Insurance#tow which does not exist.
  • The association App\Entity\Tow#contractualPolicy refers to the inverse side field App\Entity\Insurance#tow which does not exist.
  • The association App\Entity\Tow#rps refers to the inverse side field App\Entity\RpsEntity#tow which does not exist.
App\Entity\LiquidationPayment No errors.
App\Entity\AuditEntity No errors.
App\Entity\LoginLog No errors.
App\Entity\TowRequest No errors.
App\Entity\TowDriverHistory No errors.
App\Entity\Operation
  • The field App\Entity\Operation#historyAgentsOperation is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\AgentsOperationHistory#operation does not contain the required 'inversedBy="historyAgentsOperation"' attribute.
App\Entity\TowOwnerHistory No errors.
App\Entity\TowInactivation
  • The mappings App\Entity\TowInactivation#intern and App\Entity\Intern#towInactivations are inconsistent with each other.
App\Entity\AgentsOperationHistory No errors.
App\Entity\ImmobilizationExempted No errors.
App\Entity\CheckListTow No errors.
App\Entity\TowRequestStatus No errors.
App\Entity\Permission No errors.
App\Entity\Parameter No errors.