GET https://datacambi.com/formations/rechercher-par/Licence

Query Metrics

2 Database Queries
2 Different statements
3.59 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 2.45 ms
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.type AS type_2, f0_.duration AS duration_3, f0_.ects AS ects_4, f0_.created_at AS created_at_5, f0_.created_by AS created_by_6, f0_.updated_at AS updated_at_7, f0_.updated_by AS updated_by_8, f0_.department_id AS department_id_9 FROM formation f0_ WHERE f0_.type LIKE ? ORDER BY f0_.created_at DESC
Parameters:
[
  "%Licence%"
]
2 1.14 ms
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.id = ?
Parameters:
[
  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.

Entities Mapping

Class Mapping errors
App\Entity\Formation No errors.
App\Entity\Department
  • The mappings App\Entity\Department#formation and App\Entity\Timetable#formation are inconsistent with each other.
App\Entity\Subject No errors.
App\Entity\Publish
  • The mappings App\Entity\Publish#promotion and App\Entity\Promotion#publishes are inconsistent with each other.
App\Entity\Enrollment No errors.
App\Entity\Timetable No errors.
App\Entity\Faculty No errors.
App\Entity\Course No errors.