GET https://academy.timepac.eu/hr/lecturers

Query Metrics

2 Database Queries
1 Different statements
3.23 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 2.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.email AS email_4, t0.picture AS picture_5, t0.partner AS partner_6, t0.slug AS slug_7, t0.type AS type_8, t0.order_list AS order_list_9 FROM lecturers t0 WHERE t0.type = ? ORDER BY t0.order_list ASC
Parameters:
[
  "Partner"
]
2 0.92 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.email AS email_4, t0.picture AS picture_5, t0.partner AS partner_6, t0.slug AS slug_7, t0.type AS type_8, t0.order_list AS order_list_9 FROM lecturers t0 WHERE t0.type = ? ORDER BY t0.order_list ASC
Parameters:
[
  "Guest"
]

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\Lecturers No errors.
App\Entity\LecturersTranslate No errors.
App\Entity\Lecture No errors.