GET http://education.niioz.ru/api/get-organizations?specialtyId=79

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.98 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.enabled AS enabled_3, t0.post AS post_4, t0.user_type_id AS user_type_id_5 FROM specialty t0 WHERE t0.id = ?
Parameters:
[
  "79"
]
2 0.99 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.address AS address_4, t0.is_guarantee_organization AS is_guarantee_organization_5 FROM organization t0 INNER JOIN specialty_organization ON t0.id = specialty_organization.organization_id WHERE specialty_organization.specialty_id = ?
Parameters:
[
  79
]

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\Specialty No errors.
App\Entity\UserType No errors.
App\Entity\UserEducation No errors.
App\Entity\Practic No errors.
App\Entity\Organization
  • The association App\Entity\Organization#userPracticsByEducation refers to the owning side field App\Entity\UserPractic#educationOrganization which does not exist.
  • The association App\Entity\Organization#practics refers to the owning side field App\Entity\Practic#educationOrganization which does not exist.
App\Entity\User No errors.
App\Entity\UserPractic No errors.
App\Entity\EduPracticDocument No errors.
App\Entity\MedPracticDocument No errors.