GET https://previadmin.computechapps.com/user/?search=elena

Query Metrics

23 Database Queries
4 Different statements
23.98 ms Query time
0 Invalid entities
36 Managed entities

Grouped Statements

Show all queries

Time Count Info
18.36 ms
(76.54%)
1
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nombre AS nombre_4, u0_.apellido1 AS apellido1_5, u0_.apellido2 AS apellido2_6, u0_.tel1 AS tel1_7, u0_.tel2 AS tel2_8, u0_.is_activo AS is_activo_9, u0_.old_id AS old_id_10, u0_.new_password AS new_password_11 FROM user u0_ WHERE u0_.nombre LIKE ? OR u0_.apellido1 LIKE ? OR u0_.apellido2 LIKE ? OR u0_.email LIKE ? OR u0_.tel1 LIKE ? ORDER BY u0_.apellido1 ASC, u0_.apellido2 ASC, u0_.nombre ASC LIMIT 200
Parameters:
[
  "%elena%"
  "%elena%"
  "%elena%"
  "%elena%"
  "%elena%"
]
3.00 ms
(12.52%)
12
SELECT t0.id AS id_1, t0.num_lic AS num_lic_2, t0.fecha_renovacion AS fecha_renovacion_3, t0.is_activo AS is_activo_4, t0.is_principal AS is_principal_5, t0.user_id AS user_id_6, t0.profesion_id AS profesion_id_7 FROM user_profesion t0 WHERE t0.user_id = ?
Parameters:
[
  4616
]
1.92 ms
(7.99%)
9
SELECT t0.id AS id_1, t0.profesion AS profesion_2, t0.siglas AS siglas_3, t0.codigo_profesion AS codigo_profesion_4, t0.horas_requeridas_total AS horas_requeridas_total_5, t0.horas_requeridas_presencial AS horas_requeridas_presencial_6, t0.is_default AS is_default_7, t0.is_featured AS is_featured_8, t0.slug AS slug_9 FROM profesion t0 WHERE t0.id = ?
Parameters:
[
  36
]
0.71 ms
(2.95%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nombre AS nombre_5, t0.apellido1 AS apellido1_6, t0.apellido2 AS apellido2_7, t0.tel1 AS tel1_8, t0.tel2 AS tel2_9, t0.is_activo AS is_activo_10, t0.old_id AS old_id_11, t0.new_password AS new_password_12 FROM user t0 WHERE t0.id = ?
Parameters:
[
  12154
]

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\UserProfesion 14
App\Entity\User 13
App\Entity\Profesion 9

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\UserProfesion No errors.
App\Entity\Matricula No errors.
App\Entity\Cart No errors.
App\Entity\Pago No errors.
App\Entity\CompraMisc No errors.
App\Entity\Profesion No errors.
App\Entity\Certificado No errors.
App\Entity\Junta No errors.