Query Metrics
12
Database Queries
12
Different statements
7.56 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.15 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.experience_year AS experience_year_4, t0.qualifications AS qualifications_5, t0.description AS description_6, t0.uuid AS uuid_7, t0.created_date AS created_date_8, t0.title_en AS title_en_9, t0.content_en AS content_en_10, t0.qualifications_en AS qualifications_en_11, t0.description_en AS description_en_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.is_enabled AS is_enabled_15, t0.start_at_date AS start_at_date_16, t0.start_at_time AS start_at_time_17, t0.end_at_date AS end_at_date_18, t0.end_at_time AS end_at_time_19, t0.employment_contract_id AS employment_contract_id_20, t0.biblio_id AS biblio_id_21, t0.banner_id AS banner_id_22 FROM jobs t0 WHERE t0.uuid = ? LIMIT 1
Parameters:
[
"6303c3deefe009.38709722"
]
|
| 2 | 0.45 ms |
SELECT t1.id AS id_2, t1.name AS name_3, t1.description AS description_4, t1.name_trans AS name_trans_5, t1.description_trans AS description_trans_6, t1.slug AS slug_7, t1.acronym AS acronym_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.is_enabled AS is_enabled_11, t1.type FROM employment_contract t0 INNER JOIN item t1 ON t0.id = t1.id WHERE t1.id = ?
Parameters:
[
12
]
|
| 3 | 0.53 ms |
SELECT t1.id AS id_2, t1.name AS name_3, t1.description AS description_4, t1.name_trans AS name_trans_5, t1.description_trans AS description_trans_6, t1.slug AS slug_7, t1.acronym AS acronym_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.is_enabled AS is_enabled_11, t1.type FROM activity_sector t0 INNER JOIN item t1 ON t0.id = t1.id INNER JOIN jobs_activity_sector ON t0.id = jobs_activity_sector.activity_sector_id WHERE jobs_activity_sector.jobs_id = ?
Parameters:
[
16
]
|
| 4 | 1.26 ms |
SELECT DISTINCT j0_.id AS id_0, j0_.id AS id_1 FROM jobs j0_ LEFT JOIN jobs_activity_sector j2_ ON j0_.id = j2_.jobs_id LEFT JOIN activity_sector a1_ ON a1_.id = j2_.activity_sector_id LEFT JOIN item i3_ ON a1_.id = i3_.id LEFT JOIN jobs_study_level j5_ ON j0_.id = j5_.jobs_id LEFT JOIN study_level s4_ ON s4_.id = j5_.study_level_id LEFT JOIN item i6_ ON s4_.id = i6_.id LEFT JOIN jobs_applications j7_ ON j0_.id = j7_.job_id LEFT JOIN applicants a8_ ON j7_.applicant_id = a8_.id LEFT JOIN users u9_ ON a8_.id = u9_.id WHERE i3_.id IN (?) ORDER BY j0_.id DESC LIMIT 5
Parameters:
[
[
8
18
]
]
|
| 5 | 0.96 ms |
SELECT j0_.id AS id_0, j0_.title AS title_1, j0_.content AS content_2, j0_.experience_year AS experience_year_3, j0_.qualifications AS qualifications_4, j0_.description AS description_5, j0_.uuid AS uuid_6, j0_.created_date AS created_date_7, j0_.title_en AS title_en_8, j0_.content_en AS content_en_9, j0_.qualifications_en AS qualifications_en_10, j0_.description_en AS description_en_11, j0_.created_at AS created_at_12, j0_.updated_at AS updated_at_13, j0_.is_enabled AS is_enabled_14, j0_.start_at_date AS start_at_date_15, j0_.start_at_time AS start_at_time_16, j0_.end_at_date AS end_at_date_17, j0_.end_at_time AS end_at_time_18, i1_.id AS id_19, i1_.name AS name_20, i1_.description AS description_21, i1_.name_trans AS name_trans_22, i1_.description_trans AS description_trans_23, i1_.slug AS slug_24, i1_.acronym AS acronym_25, i1_.created_at AS created_at_26, i1_.updated_at AS updated_at_27, i1_.is_enabled AS is_enabled_28, i2_.id AS id_29, i2_.name AS name_30, i2_.description AS description_31, i2_.name_trans AS name_trans_32, i2_.description_trans AS description_trans_33, i2_.slug AS slug_34, i2_.acronym AS acronym_35, i2_.created_at AS created_at_36, i2_.updated_at AS updated_at_37, i2_.is_enabled AS is_enabled_38, j3_.id AS id_39, j3_.created_at AS created_at_40, j3_.status AS status_41, j3_.accepted_at AS accepted_at_42, j3_.accepted_comment AS accepted_comment_43, j3_.rejected_at AS rejected_at_44, j3_.rejected_comment AS rejected_comment_45, j3_.uuid AS uuid_46, j3_.confirmed_at AS confirmed_at_47, u4_.id AS id_48, u4_.email AS email_49, u4_.password AS password_50, u4_.f_name AS f_name_51, u4_.l_name AS l_name_52, u4_.created_at AS created_at_53, u4_.last_login AS last_login_54, u4_.token AS token_55, u4_.sex AS sex_56, u4_.is_enabled AS is_enabled_57, a5_.is_email_verified AS is_email_verified_58, a5_.is_verified AS is_verified_59, a5_.configreceive_new_job_alert AS configreceive_new_job_alert_60, a5_.configreceive_communication_alert AS configreceive_communication_alert_61, j0_.employment_contract_id AS employment_contract_id_62, j0_.biblio_id AS biblio_id_63, j0_.banner_id AS banner_id_64, i1_.type AS type_65, i2_.type AS type_66, j3_.job_id AS job_id_67, j3_.applicant_id AS applicant_id_68, j3_.rejected_by_id AS rejected_by_id_69, j3_.accepted_by_id AS accepted_by_id_70, j3_.cover_letter_id AS cover_letter_id_71, u4_.type AS type_72, u4_.profile_id AS profile_id_73 FROM jobs j0_ LEFT JOIN jobs_activity_sector j7_ ON j0_.id = j7_.jobs_id LEFT JOIN activity_sector a6_ ON a6_.id = j7_.activity_sector_id LEFT JOIN item i1_ ON a6_.id = i1_.id LEFT JOIN jobs_study_level j9_ ON j0_.id = j9_.jobs_id LEFT JOIN study_level s8_ ON s8_.id = j9_.study_level_id LEFT JOIN item i2_ ON s8_.id = i2_.id LEFT JOIN jobs_applications j3_ ON j0_.id = j3_.job_id LEFT JOIN applicants a5_ ON j3_.applicant_id = a5_.id LEFT JOIN users u4_ ON a5_.id = u4_.id WHERE i1_.id IN (?) AND j0_.id IN (?) ORDER BY j0_.id DESC
Parameters:
[
[
8
18
]
[
16
15
14
12
]
]
|
| 6 | 0.35 ms |
SELECT t0.id AS id_2, t0.email AS email_3, t0.password AS password_4, t0.f_name AS f_name_5, t0.l_name AS l_name_6, t0.created_at AS created_at_7, t0.last_login AS last_login_8, t0.token AS token_9, t0.sex AS sex_10, t0.is_enabled AS is_enabled_11, t0.profile_id AS profile_id_12, t0.type, t1.is_email_verified AS is_email_verified_13, t1.is_verified AS is_verified_14, t1.configreceive_new_job_alert AS configreceive_new_job_alert_15, t1.configreceive_communication_alert AS configreceive_communication_alert_16 FROM users t0 LEFT JOIN applicants t1 ON t0.id = t1.id WHERE t0.id = ?
Parameters:
[
5
]
|
| 7 | 0.30 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3 FROM profiles t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 8 | 0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4 FROM roles t0 INNER JOIN profiles_roles ON t0.id = profiles_roles.roles_id WHERE profiles_roles.profiles_id = ?
Parameters:
[
1
]
|
| 9 | 0.48 ms |
SELECT t0.id AS id_5, t0.name AS name_6, t0.description AS description_7, t0.name_trans AS name_trans_8, t0.description_trans AS description_trans_9, t0.slug AS slug_10, t0.acronym AS acronym_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.is_enabled AS is_enabled_14, t0.type FROM item t0 LEFT JOIN activity_sector t1 ON t0.id = t1.id LEFT JOIN employment_contract t2 ON t0.id = t2.id LEFT JOIN marital_status t3 ON t0.id = t3.id LEFT JOIN study_level t4 ON t0.id = t4.id WHERE t0.id IN (?)
Parameters:
[
[
11
9
]
]
|
| 10 | 0.55 ms |
SELECT count(DISTINCT j0_.id) AS sclr_0 FROM jobs j0_ LEFT JOIN jobs_activity_sector j2_ ON j0_.id = j2_.jobs_id LEFT JOIN activity_sector a1_ ON a1_.id = j2_.activity_sector_id LEFT JOIN item i3_ ON a1_.id = i3_.id LEFT JOIN jobs_study_level j5_ ON j0_.id = j5_.jobs_id LEFT JOIN study_level s4_ ON s4_.id = j5_.study_level_id LEFT JOIN item i6_ ON s4_.id = i6_.id LEFT JOIN jobs_applications j7_ ON j0_.id = j7_.job_id LEFT JOIN applicants a8_ ON j7_.applicant_id = a8_.id LEFT JOIN users u9_ ON a8_.id = u9_.id WHERE i3_.id IN (?)
Parameters:
[
[
8
18
]
]
|
| 11 | 0.61 ms |
SELECT t0.item AS item_1, t0.value AS value_2, t0.locale AS locale_3, t0.translations AS translations_4, t0.data_type AS data_type_5, t0.id AS id_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.created_by_id AS created_by_id_9, t0.files_id AS files_id_10 FROM static_data_store t0
Parameters:
[] |
| 12 | 0.56 ms |
SELECT t1.id AS id_2, t1.target AS target_3, t1.pages AS pages_4, t1.downloads AS downloads_5, t1.reading AS reading_6, t1.name AS name_7, t1.dir AS dir_8, t1.source AS source_9, t1.size AS size_10, t1.is_enabled AS is_enabled_11, t1.is_deleted AS is_deleted_12, t1.last_update AS last_update_13, t1.created_at AS created_at_14, t1.format_size AS format_size_15, t1.mimetype AS mimetype_16, t1.uuid AS uuid_17, t1.view_strategy AS view_strategy_18, t0.thumbnail_dir AS thumbnail_dir_19, t0.has_thumbnail AS has_thumbnail_20, t1.created_by_id AS created_by_id_21, t1.type FROM picture t0 INNER JOIN File t1 ON t0.id = t1.id WHERE t1.id = ?
Parameters:
[
63
]
|
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 |
|---|---|
| EToNBundle\Entity\EventToNotificationStore | No errors. |
| App\Entity\Embedded\DateAndTime | No errors. |
| App\Entity\Jobs | No errors. |
| App\Entity\Item | No errors. |
| App\Entity\EmploymentContract | No errors. |
| App\Entity\File\Biblios | No errors. |
| App\Entity\File\OSFile | No errors. |
| App\Entity\File\Picture | No errors. |
| App\Entity\StudyLevel | No errors. |
| App\Entity\ActivitySector | No errors. |
| App\Entity\JobsApplications | No errors. |
| App\Entity\Users | No errors. |
| App\Entity\Embedded\ApplicantConfig | No errors. |
| App\Entity\Applicants | No errors. |
| App\Entity\Certificate | No errors. |
| App\Entity\Profiles | No errors. |
| App\Entity\Roles | No errors. |
| App\Entity\Embedded\Contact | No errors. |
| App\Entity\Embedded\Address | No errors. |
| App\Entity\CurriculumVitae | No errors. |
| App\Entity\MaritalStatus | No errors. |
| SDataEBundle\Entity\StaticDataStore | No errors. |