Query Metrics
2
Database Queries
2
Different statements
2.00 ms
Query time
0
Invalid entities
3
Managed entities
Queries
#▲ | Time | Info | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 1.24 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.salary_min AS salary_min_3, t0.salary_max AS salary_max_4, t0.benefits AS benefits_5, t0.job_description AS job_description_6, t0.requirements AS requirements_7, t0.what_we_offer AS what_we_offer_8, t0.additional_info AS additional_info_9, t0.created_at AS created_at_10, t0.published_from AS published_from_11, t0.published_until AS published_until_12, t0.resume_required AS resume_required_13, t0.contact_person AS contact_person_14, t0.organization_id AS organization_id_15, t0.location_id AS location_id_16, t0.work_position_id AS work_position_id_17, t0.user_id AS user_id_18 FROM job_offer t0 WHERE t0.id = ?
Parameters:
[
"9"
]
|
||||||||||||||||||||||||||
2 | 0.76 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 IS NULL LIMIT 1
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.
Managed Entities
default entity manager
Class | Amount of managed objects |
---|---|
App\Entity\JobOffer | 1 |
App\Entity\WorkPosition | 1 |
App\Entity\User | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\JobOffer | No errors. |
App\Entity\Organization | No errors. |
App\Entity\Location | No errors. |
App\Entity\WorkPosition | No errors. |
App\Entity\User | No errors. |
App\Entity\EmploymentType | No errors. |
App\Entity\JobApplication | No errors. |
App\Entity\StorageFile | No errors. |
App\Entity\Auth | No errors. |