GET https://datacambi.com/faculte/2

Query Metrics

2 Database Queries
2 Different statements
4.32 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
3.11 ms
(72.17%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.phone AS phone_4, t0.starting_year AS starting_year_5, t0.created_at AS created_at_6, t0.created_by AS created_by_7, t0.updated_at AS updated_at_8, t0.updated_by AS updated_by_9, t0.flag AS flag_10 FROM faculty t0 WHERE t0.id = ?
Parameters:
[
  "2"
]
1.20 ms
(27.83%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.phone AS phone_4, t0.starting_year AS starting_year_5, t0.student_capacity AS student_capacity_6, t0.created_at AS created_at_7, t0.created_by AS created_by_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10, t0.flag AS flag_11, t0.faculty_id AS faculty_id_12 FROM department t0 WHERE t0.faculty_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\Faculty No errors.
App\Entity\Department
  • The mappings App\Entity\Department#formation and App\Entity\Timetable#formation are inconsistent with each other.