Redirect 302 redirect from POST @app_register (e283df)

POST https://ondravotava.cz/vytvor-pracovnu-ponuku

Query Metrics

6 Database Queries
6 Different statements
5.49 ms Query time
0 Invalid entities
3533 Managed entities

Queries

Group similar statements

# Time Info
1 0.60 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t6.id AS id_7, t6.name AS name_8, t6.business_id AS business_id_9, t6.tax_id AS tax_id_10, t6.vat_id AS vat_id_11, t6.address AS address_12, t6.city AS city_13, t6.postal_code AS postal_code_14, t6.country AS country_15, t6.company_description AS company_description_16, t6.auth_id AS auth_id_17, t6.logo_image_id AS logo_image_id_18 FROM auth t0 LEFT JOIN organization t6 ON t6.auth_id = t0.id WHERE t0.id = ?
Parameters:
[
  447
]
2 0.33 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.phone_number AS phone_number_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.job_position AS job_position_6, t0.auth_id AS auth_id_7 FROM user t0 WHERE t0.auth_id = ? LIMIT 1
Parameters:
[
  447
]
3 0.69 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.profesia_id AS profesia_id_3, t0.work_industry_id AS work_industry_id_4 FROM work_position t0
Parameters:
[]
4 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM employment_type t0
Parameters:
[]
5 2.84 ms
SELECT t0.id AS id_1, t0.country AS country_2, t0.region AS region_3, t0.district AS district_4, t0.city AS city_5, t0.area AS area_6 FROM location t0
Parameters:
[]
6 0.72 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.business_id AS business_id_3, t0.tax_id AS tax_id_4, t0.vat_id AS vat_id_5, t0.address AS address_6, t0.city AS city_7, t0.postal_code AS postal_code_8, t0.country AS country_9, t0.company_description AS company_description_10, t0.auth_id AS auth_id_11, t0.logo_image_id AS logo_image_id_12 FROM organization t0 INNER JOIN user_organization ON t0.id = user_organization.organization_id WHERE user_organization.user_id = ?
Parameters:
[
  446
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Location 2951
App\Entity\WorkPosition 536
App\Entity\WorkIndustry 39
App\Entity\EmploymentType 5
App\Entity\Auth 1
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\Auth No errors.
App\Entity\Organization No errors.
App\Entity\StorageFile No errors.
App\Entity\User No errors.
App\Entity\JobOffer No errors.
App\Entity\WorkPosition No errors.
App\Entity\WorkIndustry No errors.
App\Entity\EmploymentType No errors.
App\Entity\Location No errors.