http://isbbethesda.com/index.php/admin/students/create Return to referer URL

Query Metrics

9 Database Queries
9 Different statements
15.80 ms Query time
7 Invalid entities

Grouped Statements

Show all queries

Time Count Info
9.67 ms
(61.16%)
1
"COMMIT"
Parameters:
[]
2.59 ms
(16.39%)
1
SELECT t0.id AS id_1, t0.matricule AS matricule_2, t0.firstname AS firstname_3, t0.lastname AS lastname_4, t0.particular_disease AS particular_disease_5, t0.father_name AS father_name_6, t0.mother_name AS mother_name_7, t0.primary_contact AS primary_contact_8, t0.residence AS residence_9, t0.secondary_contact AS secondary_contact_10, t0.other_informations AS other_informations_11, t0.birthday AS birthday_12, t0.gender AS gender_13, t0.birthplace AS birthplace_14, t0.enrolled AS enrolled_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.image_name AS image_name_18, t0.entry_class_id AS entry_class_id_19 FROM student t0 WHERE t0.matricule = ? LIMIT 2
Parameters:
[
  202410070039
]
1.30 ms
(8.25%)
1
SELECT (s0_.matricule) AS sclr_0 FROM student s0_ WHERE s0_.matricule LIKE ? ORDER BY s0_.matricule DESC LIMIT 1
Parameters:
[
  "%20241007%"
]
0.56 ms
(3.51%)
1
SELECT t0.id AS id_1, t0.registration_deadline AS registration_deadline_2, t0.rate AS rate_3, t0.code AS code_4, t0.wording AS wording_5, t0.start_date AS start_date_6, t0.end_date AS end_date_7, t0.activated AS activated_8, t9.id AS id_10, t9.weight AS weight_11, t9.school_year_id AS school_year_id_12 FROM school_year t0 LEFT JOIN payment_plan t9 ON t9.school_year_id = t0.id WHERE t0.activated = ? LIMIT 1
Parameters:
[
  1
]
0.53 ms
(3.38%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.github_id AS github_id_3, t0.github_access_token AS github_access_token_4, t0.facebook_id AS facebook_id_5, t0.facebook_access_token AS facebook_access_token_6, t0.google_id AS google_id_7, t0.google_access_token AS google_access_token_8, t0.linkedin_id AS linkedin_id_9, t0.linkedin_access_token AS linkedin_access_token_10, t0.twitter_id AS twitter_id_11, t0.twitter_access_token AS twitter_access_token_12, t0.yahoo_id AS yahoo_id_13, t0.yahoo_access_token AS yahoo_access_token_14, t0.password AS password_15, t0.is_verified AS is_verified_16, t0.avatarPath AS avatarPath_17, t0.phoneNumber AS phoneNumber_18, t0.gender AS gender_19, t0.birthday AS birthday_20, t0.birthplace AS birthplace_21, t0.nationality AS nationality_22, t0.location AS location_23, t0.region AS region_24, t0.department AS department_25, t0.academicLevel AS academicLevel_26, t0.numCni AS numCni_27, t0.status AS status_28, t0.full_name AS full_name_29, t0.created_at AS created_at_30, t0.updated_at AS updated_at_31, t0.image_name AS image_name_32, t0.domain_id AS domain_id_33 FROM user t0 WHERE t0.id = ?
Parameters:
[
  35
]
0.40 ms
(2.54%)
1
INSERT INTO student (matricule, firstname, lastname, particular_disease, father_name, mother_name, primary_contact, residence, secondary_contact, other_informations, birthday, gender, birthplace, enrolled, created_at, updated_at, image_name, entry_class_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  202410070039
  "La Fortune"
  "Njolle Essoh"
  "Non"
  "Gérôme"
  "Émilienne Flore"
  "696155211"
  "Mbadoumou"
  "697451374"
  null
  "2010-06-08"
  "1"
  "Yaoundé"
  0
  "2024-10-07 14:23:15"
  "2024-10-07 14:23:15"
  null
  2
]
0.37 ms
(2.35%)
1
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.apc AS apc_2, c0_.level_id AS level_id_3 FROM class_room c0_ WHERE c0_.id IN (?)
Parameters:
[
  "2"
]
0.22 ms
(1.38%)
1
INSERT INTO subscription (officialExamResult, finance_holder, created_at, updated_at, student_id, class_room_id, school_year_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "1p"
  0
  "2024-10-07 14:23:15"
  "2024-10-07 14:23:15"
  1667
  2
  7
]
0.16 ms
(1.03%)
1
"START TRANSACTION"
Parameters:
[]

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
  • The association App\Entity\User#fullTeacherOf refers to the owning side field App\Entity\ClassRoom#fullTeacher which does not exist.
  • The field App\Entity\User#attributions is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Attribution#teacher does not contain the required 'inversedBy="attributions"' attribute.
App\Entity\Domain
  • The association App\Entity\Domain#headOfDepartment refers to the inverse side field App\Entity\User#headOfDepartementOf which does not exist.
App\Entity\Email No errors.
App\Entity\ClassRoom
  • The mappings App\Entity\ClassRoom#mainTeachers and App\Entity\MainTeacher#classRoom are inconsistent with each other.
App\Entity\Attribution No errors.
App\Entity\Student
  • The field App\Entity\Student#payments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Payment#student does not contain the required 'inversedBy="payments"' attribute.
App\Entity\Level No errors.
App\Entity\Module No errors.
App\Entity\MainTeacher
  • The association App\Entity\MainTeacher#teacher refers to the inverse side field App\Entity\User#mainTeachers which does not exist.
App\Entity\Subscription No errors.
App\Entity\AbscenceSheet No errors.
App\Entity\SchoolYear
  • The field App\Entity\SchoolYear#paymentPlan is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\PaymentPlan#schoolYear does not contain the required 'inversedBy="paymentPlan"' attribute.
App\Entity\PaymentPlan
  • The association App\Entity\PaymentPlan#payments refers to the owning side field App\Entity\Payment#paymentPlan which does not exist.
  • The field App\Entity\PaymentPlan#installments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Installment#paymentPlan does not contain the required 'inversedBy="installments"' attribute.
App\Entity\Quater No errors.
App\Entity\Payment No errors.