GET https://datacambi.com/admin/promotion/

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
2.92 ms
(75.54%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.account_type AS account_type_5, t0.is_profil AS is_profil_6, t0.is_actif AS is_actif_7, t0.is_change_password AS is_change_password_8, t0.is_flag AS is_flag_9, t0.first_connect AS first_connect_10, t0.last_connect AS last_connect_11, t0.total_connect AS total_connect_12, t0.created_at AS created_at_13, t0.created_by AS created_by_14, t0.updated_at AS updated_at_15, t0.updated_by AS updated_by_16, t0.is_verified AS is_verified_17, t0.infos AS infos_18 FROM "user" t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.95 ms
(24.46%)
1
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.year AS year_2, p0_.created_at AS created_at_3, p0_.created_by AS created_by_4, p0_.updated_at AS updated_at_5, p0_.updated_by AS updated_by_6, p0_.flag AS flag_7 FROM promotion p0_ WHERE p0_.flag = ?
Parameters:
[
  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\User No errors.
App\Entity\Promotion
  • The association App\Entity\Promotion#courses refers to the owning side field App\Entity\Course#promotion which does not exist.
  • The association App\Entity\Promotion#publishes refers to the owning side field App\Entity\Publish#Promotion which does not exist.
App\Entity\Course No errors.
App\Entity\Timetable 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.