https://backend.research.ufe.mn/_api/_open/degree/training

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.59 ms
(51.26%)
1
SELECT a0_.id AS id_0, a0_.code AS code_1, a0_.name AS name_2, a0_.register_start AS register_start_3, a0_.register_end AS register_end_4, a0_.register_fee_amount AS register_fee_amount_5, a0_.credit_fee_amount AS credit_fee_amount_6, a0_.register_student_discount AS register_student_discount_7, a0_.confirm_start AS confirm_start_8, a0_.confirm_end AS confirm_end_9, a0_.sat_exam AS sat_exam_10, a0_.registration_fee AS registration_fee_11, a0_.state AS state_12, a0_.study_year AS study_year_13, a0_.study_session AS study_session_14, a0_.study_language AS study_language_15, a0_.is_deleted AS is_deleted_16, a0_.file_path AS file_path_17, a0_.image_path AS image_path_18, a0_.location AS location_19, d1_.id AS id_20, d1_.name AS name_21, d1_.description AS description_22, d1_.is_deleted AS is_deleted_23, d1_.is_training AS is_training_24 FROM admission a0_ LEFT JOIN degree d1_ ON a0_.degree_id = d1_.id WHERE d1_.id IN (?, ?, ?) AND a0_.is_deleted <> ? ORDER BY a0_.id DESC
Parameters:
[
  "2"
  "3"
  "4"
  1
]
0.56 ms
(48.74%)
1
SELECT d0_.id AS id_0 FROM degree d0_ WHERE d0_.is_training = ? AND d0_.is_deleted = ?
Parameters:
[
  1
  0
]

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\Degree
  • The field App\Entity\Degree#admissions is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Admission#degree does not contain the required 'inversedBy="admissions"' attribute.
App\Entity\Admission No errors.