GET https://pdtdev.devsti.cl/registropublico

Query Metrics

5 Database Queries
5 Different statements
10.69 ms Query time
4 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.43 ms
(41.41%)
1
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.contacto AS contacto_3, t0.rut AS rut_4, t0.dv AS dv_5 FROM ps_gen_empresa t0
Parameters:
[]
2.02 ms
(18.90%)
1
SELECT t0.id AS id_1, t0.sucursal AS sucursal_2, t0.region AS region_3, t0.pais AS pais_4, t0.canal_venta AS canal_venta_5, t0.estado AS estado_6, t0.direccion AS direccion_7, t0.zona AS zona_8, t0.id_planta_id AS id_planta_id_9 FROM ps_gen_sucursal t0 WHERE t0.estado = ? ORDER BY t0.sucursal ASC
Parameters:
[
  "A"
]
1.91 ms
(17.91%)
1
SELECT u0_.email AS email_0 FROM user u0_ WHERE u0_.roles LIKE ? AND u0_.estado = ?
Parameters:
[
  "%ROLE_PDT_ADMIN%"
  "A"
]
1.18 ms
(11.02%)
1
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.tipo AS tipo_3, t0.descripcion AS descripcion_4 FROM ps_rol t0
Parameters:
[]
1.15 ms
(10.76%)
1
SELECT p0_.id AS id_0, p0_.planta AS planta_1, p0_.codigo AS codigo_2, p0_.estado AS estado_3, p0_.id_pais_id AS id_pais_id_4 FROM ps_gen_planta p0_
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\PsGenEmpresa No errors.
App\Entity\PsEppEntrega No errors.
App\Entity\PsRol No errors.
App\Entity\PsPdtFirmante No errors.
App\Entity\User
  • The association App\Entity\User#psPdtControlEnCalientes refers to the owning side field App\Entity\PsPdtControlEnCaliente#id_usuario_control_final which does not exist.
App\Entity\PsGenPlanta No errors.
App\Entity\PsGenSucursal
  • The association App\Entity\PsGenSucursal#impartir_cursos refers to the owning side field App\Entity\PsIrlImpartirCurso#sucursal_id which does not exist.
App\Entity\PsEppUsuarioSucursal No errors.
App\Entity\PsOdcObservacion
  • The association App\Entity\PsOdcObservacion#id_usuario refers to the inverse side field App\Entity\User#psOdcObservacion which does not exist.
  • If association App\Entity\PsOdcObservacion#id_trabajador is many-to-one, then the inversed side App\Entity\PsTrabajador#psOdcObservacion has to be one-to-many.
App\Entity\PsIrlImpartirCurso No errors.
App\Entity\PsIrlTrabajador No errors.
App\Entity\PsGenPais No errors.
App\Entity\PsPdtAntecedentes
  • The mappings App\Entity\PsPdtAntecedentes#psPdtAntecedentesPorTipoTrabajo and App\Entity\PsPdtAntecedentesPorTipoTrabajo#psPdtAntecedentes are inconsistent with each other.
  • The association App\Entity\PsPdtAntecedentes#sucursal refers to the inverse side field App\Entity\PsGenSucursal#psPdtAntecedentes which does not exist.
  • The association App\Entity\PsPdtAntecedentes#calidad refers to the inverse side field App\Entity\User#psPdtAntecedentes which does not exist.
  • The association App\Entity\PsPdtAntecedentes#coordinador_area refers to the inverse side field App\Entity\User#psPdtAntecedentes which does not exist.
App\Entity\PsIrlGenCanal No errors.