GET https://pruebaspema.appoloatiende.com/intern/parameter

Query Metrics

4 Database Queries
4 Different statements
6.87 ms Query time
8 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.90 ms
(42.20%)
1
SELECT t0.id AS id_1, t0.numero_documento AS numero_documento_2, t0.nombres AS nombres_3, t0.apellidos AS apellidos_4, t0.telefono AS telefono_5, t0.direccion AS direccion_6, t0.email AS email_7, t0.clave AS clave_8, t0.reset_password AS reset_password_9, t0.activo AS activo_10, t0.Agendador AS agendador_11, t0.cantidad_tramites AS cantidad_tramites_12, t0.sesion AS sesion_13, t0.token AS token_14, t0.linea_195 AS linea_195_15, t0.fecha_ultima_clave AS fecha_ultima_clave_16, t0.session_id AS session_id_17, t0.usuario_admiarchi AS usuario_admiarchi_18, t0.id_tipo_documento AS id_tipo_documento_19, t0.rol_id AS rol_id_20 FROM interno t0 WHERE t0.id = ?
Parameters:
[
  0
]
1.87 ms
(27.22%)
1
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:
[
  2
]
1.40 ms
(20.31%)
1
SELECT t0.id_parametro AS id_parametro_1, t0.descripcion_parametro AS descripcion_parametro_2, t0.valor AS valor_3, t0.tipo_dato AS tipo_dato_4, t0.cliente AS cliente_5 FROM parametros t0 WHERE t0.id_parametro = ? LIMIT 1
Parameters:
[
  27
]
0.71 ms
(10.27%)
1
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.nombre_real AS nombre_real_3, t0.activo AS activo_4 FROM rol t0 WHERE t0.id = ?
Parameters:
[
  2
]

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\Parameter No errors.
App\Entity\Intern No errors.
App\Entity\DocumentType
  • The association App\Entity\DocumentType#schedulingRequest refers to the owning side field App\Entity\SchedulingRequest#documentType which does not exist.
  • The association App\Entity\DocumentType#passportSchedulingRequest refers to the owning side field App\Entity\PassportSchedulingRequest#documentType which does not exist.
App\Entity\Role No errors.
App\Entity\Enterprise
  • The association App\Entity\Enterprise#sites refers to the owning side field App\Entity\Site#Enterprise which does not exist.
  • The field App\Entity\Enterprise#videos is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Video#enterprises does not contain the required 'inversedBy="videos"' attribute.
  • The association App\Entity\Enterprise#procedures refers to the owning side field App\Entity\Procedure#Enterprise which does not exist.
  • The field App\Entity\Enterprise#formTemplates is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\FormTemplate#enterprises does not contain the required 'inversedBy="formTemplates"' attribute.
  • The field App\Entity\Enterprise#interns is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Intern#enterprises does not contain the required 'inversedBy="interns"' attribute.
  • The field App\Entity\Enterprise#messages is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Message#enterprises does not contain the required 'inversedBy="messages"' attribute.
  • The field App\Entity\Enterprise#schedule is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Schedule#enterprises does not contain the required 'inversedBy="schedule"' attribute.
App\Entity\LoginLog No errors.
App\Entity\Display No errors.
App\Entity\TicketDispenser
  • The mappings App\Entity\TicketDispenser#site and App\Entity\Site#ticketDispensers are inconsistent with each other.
  • If association App\Entity\TicketDispenser#site is many-to-one, then the inversed side App\Entity\Site#ticketDispensers has to be one-to-many.
  • If association App\Entity\TicketDispenser#intern is many-to-one, then the inversed side App\Entity\Intern#ticketDispensers has to be one-to-many.
App\Entity\ProcedureWindow
  • The mappings App\Entity\ProcedureWindow#schedule and App\Entity\Schedule#procedureWindow are inconsistent with each other.
App\Entity\Appointment
  • The mappings App\Entity\Appointment#passportschedulingRequest and App\Entity\PassportSchedulingRequest#appointment are inconsistent with each other.
App\Entity\TurnState
  • The association App\Entity\TurnState#citizen refers to the inverse side field App\Entity\Citizen#turnStates which does not exist.
  • The association App\Entity\TurnState#procedure refers to the inverse side field App\Entity\Procedure#turnStates which does not exist.
App\Entity\AppointmentState
  • The association App\Entity\AppointmentState#citizen refers to the inverse side field App\Entity\Citizen#appointmentStates which does not exist.
App\Entity\WaitingRoom No errors.
App\Entity\Permission
  • The field App\Entity\Permission#roles is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Role#permissions does not contain the required 'inversedBy="roles"' attribute.