https://dbtechafricatracer.org/DBTA/public/en/front/persondegree/filters/1032/school

Query Metrics

2 Database Queries
2 Different statements
3.17 ms Query time
8 Invalid entities

Queries

Group similar statements

# Time Info
1 1.91 ms
SELECT t0.id AS id_1, t0.created_date AS created_date_2, t0.updated_date AS updated_date_3, t0.client_updated_date AS client_updated_date_4, t0.name AS name_5, t0.type AS type_6, t0.agree_rgpd AS agree_rgpd_7, t0.description AS description_8, t0.address_number AS address_number_9, t0.address_locality AS address_locality_10, t0.address_road AS address_road_11, t0.phone_standard AS phone_standard_12, t0.phone_other AS phone_other_13, t0.email AS email_14, t0.latitude AS latitude_15, t0.longitude AS longitude_16, t0.maps_address AS maps_address_17, t0.other_activity1 AS other_activity1_18, t0.other_activity2 AS other_activity2_19, t0.other_activity3 AS other_activity3_20, t0.other_activity4 AS other_activity4_21, t0.other_activity5 AS other_activity5_22, t0.other_activity6 AS other_activity6_23, t0.registration AS registration_24, t0.other_degree AS other_degree_25, t0.location_mode AS location_mode_26, t0.id_city AS id_city_27, t0.id_region AS id_region_28, t0.id_country AS id_country_29, t0.id_image AS id_image_30, t0.user_id AS user_id_31, t0.id_sector_area1 AS id_sector_area1_32, t0.id_sector_area2 AS id_sector_area2_33, t0.id_sector_area3 AS id_sector_area3_34, t0.id_sector_area4 AS id_sector_area4_35, t0.id_sector_area5 AS id_sector_area5_36, t0.id_sector_area6 AS id_sector_area6_37 FROM school t0 WHERE t0.id = ?
Parameters:
[
  "1032"
]
2 1.25 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.post_code AS post_code_3, t0.is_capital AS is_capital_4, t0.is_prefecture_capital AS is_prefecture_capital_5, t0.id_region AS id_region_6, t0.prefecture_id AS prefecture_id_7 FROM city t0 WHERE t0.id = ?
Parameters:
[
  273
]

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\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\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\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\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\Activity
  • The association App\Entity\Activity#country refers to the owning side field App\Entity\Country#activity which does not exist.
App\Entity\JobOffer No errors.
App\Entity\JobApplied No errors.
App\Entity\SatisfactionCompany No errors.
App\Entity\Country 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\City No errors.
App\Entity\Image No errors.
App\Entity\SectorArea No errors.
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\Prefecture
  • The mappings App\Entity\Prefecture#region and App\Entity\Region#prefectures are inconsistent with each other.
App\Entity\SatisfactionSearch No errors.
App\Entity\JobNotFoundReason No errors.
App\Entity\SatisfactionSalary No errors.
App\Entity\SatisfactionCreator No errors.
App\Entity\LegalStatus No errors.
App\Entity\Contract No errors.