https://app.inserjeune.edu.cm/fr/createAccount

Query Metrics

10 Database Queries
10 Different statements
2.27 ms Query time
8 Invalid entities

Queries

Group similar statements

# Time Info
1 0.52 ms
SELECT t0.id AS id_1, t0.valid AS valid_2, t0.name AS name_3, t0.iso_code AS iso_code_4, t0.phone_code AS phone_code_5, t0.phone_digit AS phone_digit_6, t0.id_currency AS id_currency_7 FROM country t0 WHERE t0.valid = ?
Parameters:
[
  1
]
2 0.21 ms
SELECT t0.id AS id_1, t0.valid AS valid_2, t0.name AS name_3, t0.iso_code AS iso_code_4, t0.phone_code AS phone_code_5, t0.phone_digit AS phone_digit_6, t0.id_currency AS id_currency_7 FROM country t0
Parameters:
[]
3 0.19 ms
SELECT c0_.id AS id_0, c0_.valid AS valid_1, c0_.name AS name_2, c0_.iso_code AS iso_code_3, c0_.phone_code AS phone_code_4, c0_.phone_digit AS phone_digit_5, c0_.id_currency AS id_currency_6 FROM country c0_ WHERE c0_.valid = 1 ORDER BY c0_.name ASC
Parameters:
[]
4 0.16 ms
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.valid AS valid_2, r0_.iso_code AS iso_code_3, r0_.phone_code AS phone_code_4, r0_.phone_digit AS phone_digit_5, r0_.id_country AS id_country_6, r0_.id_currency AS id_currency_7 FROM region r0_ WHERE r0_.valid = 1 ORDER BY r0_.name ASC
Parameters:
[]
5 0.17 ms
SELECT c0_.id AS id_0, c0_.valid AS valid_1, c0_.name AS name_2, c0_.iso_code AS iso_code_3, c0_.phone_code AS phone_code_4, c0_.phone_digit AS phone_digit_5, c0_.id_currency AS id_currency_6 FROM country c0_ ORDER BY c0_.name ASC
Parameters:
[]
6 0.20 ms
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.valid AS valid_2, r0_.iso_code AS iso_code_3, r0_.phone_code AS phone_code_4, r0_.phone_digit AS phone_digit_5, r0_.id_country AS id_country_6, r0_.id_currency AS id_currency_7 FROM region r0_ ORDER BY r0_.name ASC
Parameters:
[]
7 0.17 ms
SELECT r0_.id AS id_0, r0_.role AS role_1, r0_.pseudo AS pseudo_2 FROM role r0_ ORDER BY r0_.pseudo ASC
Parameters:
[]
8 0.14 ms
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.valid AS valid_2, r0_.iso_code AS iso_code_3, r0_.phone_code AS phone_code_4, r0_.phone_digit AS phone_digit_5, r0_.id_country AS id_country_6, r0_.id_currency AS id_currency_7 FROM region r0_ LEFT JOIN country c1_ ON r0_.id_country = c1_.id WHERE c1_.valid = 1
Parameters:
[]
9 0.22 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.post_code AS post_code_2, c0_.is_capital AS is_capital_3, c0_.is_prefecture_capital AS is_prefecture_capital_4, c0_.id_region AS id_region_5, c0_.prefecture_id AS prefecture_id_6 FROM city c0_
Parameters:
[]
10 0.28 ms
SELECT s0_.id AS id_0, s0_.created_date AS created_date_1, s0_.updated_date AS updated_date_2, s0_.client_updated_date AS client_updated_date_3, s0_.name AS name_4, s0_.type AS type_5, s0_.agree_rgpd AS agree_rgpd_6, s0_.description AS description_7, s0_.address_number AS address_number_8, s0_.address_locality AS address_locality_9, s0_.address_road AS address_road_10, s0_.phone_standard AS phone_standard_11, s0_.phone_other AS phone_other_12, s0_.email AS email_13, s0_.latitude AS latitude_14, s0_.longitude AS longitude_15, s0_.maps_address AS maps_address_16, s0_.other_activity1 AS other_activity1_17, s0_.other_activity2 AS other_activity2_18, s0_.other_activity3 AS other_activity3_19, s0_.other_activity4 AS other_activity4_20, s0_.other_activity5 AS other_activity5_21, s0_.other_activity6 AS other_activity6_22, s0_.registration AS registration_23, s0_.other_degree AS other_degree_24, s0_.location_mode AS location_mode_25, s0_.id_city AS id_city_26, s0_.id_region AS id_region_27, s0_.id_country AS id_country_28, s0_.id_image AS id_image_29, s0_.user_id AS user_id_30, s0_.id_sector_area1 AS id_sector_area1_31, s0_.id_sector_area2 AS id_sector_area2_32, s0_.id_sector_area3 AS id_sector_area3_33, s0_.id_sector_area4 AS id_sector_area4_34, s0_.id_sector_area5 AS id_sector_area5_35, s0_.id_sector_area6 AS id_sector_area6_36 FROM school s0_ ORDER BY s0_.name ASC
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\Country No errors.
App\Entity\Currency No errors.
App\Entity\Region
  • The association App\Entity\Region#currency refers to the inverse side field App\Entity\Currency#regions which does not exist.
  • The association App\Entity\Region#prefectures refers to the owning side field App\Entity\Prefecture#regions which does not exist.
App\Entity\Role No errors.
App\Entity\City No errors.
App\Entity\School
  • The field App\Entity\School#personDegrees is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\PersonDegree#school does not contain the required 'inversedBy="personDegrees"' attribute.
App\Entity\Image No errors.
App\Entity\User
  • The field App\Entity\User#school is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\School#user does not contain the required 'inversedBy="school"' attribute.
App\Entity\SectorArea No errors.
App\Entity\Prefecture
  • The mappings App\Entity\Prefecture#region and App\Entity\Region#prefectures are inconsistent with each other.
App\Entity\JobOffer No errors.
App\Entity\PersonDegree
  • The field App\Entity\PersonDegree#satisfactionSalaries is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SatisfactionSalary#personDegree does not contain the required 'inversedBy="satisfactionSalaries"' attribute.
  • The field App\Entity\PersonDegree#satisfactionSearches is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SatisfactionSearch#personDegree does not contain the required 'inversedBy="satisfactionSearches"' attribute.
  • The field App\Entity\PersonDegree#satisfactionCreators is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SatisfactionCreator#personDegree does not contain the required 'inversedBy="satisfactionCreators"' attribute.
App\Entity\Company
  • The field App\Entity\Company#salaries is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\PersonDegree#company does not contain the required 'inversedBy="salaries"' attribute.
  • The field App\Entity\Company#apprentices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Apprentice#company does not contain the required 'inversedBy="apprentices"' attribute.
  • The field App\Entity\Company#satisfactionCompanies is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SatisfactionCompany#company does not contain the required 'inversedBy="satisfactionCompanies"' attribute.
  • The field App\Entity\Company#schools is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\School#companies does not contain the required 'inversedBy="schools"' attribute.
App\Entity\SocialNetwork No errors.
App\Entity\Degree
  • The association App\Entity\Degree#schools refers to the owning side field App\Entity\School#degree which does not exist.
App\Entity\Activity
  • The association App\Entity\Activity#country refers to the owning side field App\Entity\Country#activity which does not exist.