GET https://evalcomp.dataccessor.com/admin/promotion

Query Metrics

13 Database Queries
3 Different statements
16.51 ms Query time
0 Invalid entities
1217 Managed entities

Grouped Statements

Show all queries

Time Count Info
12.39 ms
(75.01%)
11
SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.lastname AS lastname_3, t0.user_id AS user_id_4 FROM student t0 INNER JOIN promotion_student ON t0.id = promotion_student.student_id WHERE promotion_student.promotion_id = ?
Parameters:
[
  7
]
2.85 ms
(17.27%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM promotion t0
Parameters:
[]
1.28 ms
(7.72%)
1
SELECT t0.id AS id_1, t0.route_name AS route_name_2, t0.title AS title_3, t0.content AS content_4, t0.enabled AS enabled_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM page_help t0 WHERE t0.route_name = ? AND t0.enabled = ? LIMIT 1
Parameters:
[
  "admin_promotion_index"
  1
]

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\Student 603
App\Entity\User 603
App\Entity\Promotion 11

Entities Mapping

Class Mapping errors
App\Entity\Promotion No errors.
App\Entity\Student No errors.
App\Entity\Grid No errors.
App\Entity\PageHelp No errors.
App\Entity\User No errors.
App\Entity\Tutor No errors.