54.02 ms (36.74%)
1
SELECT COUNT (v0_ . id ) AS sclr_0 FROM vacancies v0_ INNER JOIN company_employer c1_ ON v0_ . manager_id = c1_ . user_id WHERE c1_ . company_id = ? AND v0_ . published_at IS NOT NULL
SELECT COUNT (v0_ . id ) AS sclr_0 FROM vacancies v0_ INNER JOIN company_employer c1_ ON v0_ . manager_id = c1_ . user_id WHERE c1_ . company_id = '1ef3d148-31d4-66ea-8339-4f7978c1934a' AND v0_ . published_at IS NOT NULL ;
Copy
10.19 ms (6.93%)
1
SELECT v0_ . status_start AS status_start_0 , v0_ . status_end AS status_end_1 , v0_ . count_view_start AS count_view_start_2 , v0_ . count_view_end AS count_view_end_3 , v0_ . count_phone_view_start AS count_phone_view_start_4 , v0_ . count_phone_view_end AS count_phone_view_end_5 , v0_ . count_request_start AS count_request_start_6 , v0_ . count_request_end AS count_request_end_7 , v0_ . count_used_quotes_start AS count_used_quotes_start_8 , v0_ . count_used_quotes_end AS count_used_quotes_end_9 , v0_ . amount_quotes_price_start AS amount_quotes_price_start_10 , v0_ . amount_quotes_price_end AS amount_quotes_price_end_11 , v0_ . created_at AS created_at_12 , v0_ . updated_at AS updated_at_13 , v0_ . id AS id_14 , v0_ . vacancy_id AS vacancy_id_15 , v0_ . company_id AS company_id_16 , v0_ . city_start_id AS city_start_id_17 , v0_ . city_end_id AS city_end_id_18 , v0_ . manager_start_id AS manager_start_id_19 , v0_ . manager_end_id AS manager_end_id_20 , v0_ . specialization_start_id AS specialization_start_id_21 , v0_ . specialization_end_id AS specialization_end_id_22 FROM vacancy_snapshot v0_ WHERE v0_ . company_id = ? AND (v0_ . status_start IN (? , ? ) OR v0_ . status_end IN (? , ? )) AND v0_ . vacancy_id = ? AND v0_ . created_at > = ? AND v0_ . created_at < = ?
SELECT v0_ . status_start AS status_start_0 , v0_ . status_end AS status_end_1 , v0_ . count_view_start AS count_view_start_2 , v0_ . count_view_end AS count_view_end_3 , v0_ . count_phone_view_start AS count_phone_view_start_4 , v0_ . count_phone_view_end AS count_phone_view_end_5 , v0_ . count_request_start AS count_request_start_6 , v0_ . count_request_end AS count_request_end_7 , v0_ . count_used_quotes_start AS count_used_quotes_start_8 , v0_ . count_used_quotes_end AS count_used_quotes_end_9 , v0_ . amount_quotes_price_start AS amount_quotes_price_start_10 , v0_ . amount_quotes_price_end AS amount_quotes_price_end_11 , v0_ . created_at AS created_at_12 , v0_ . updated_at AS updated_at_13 , v0_ . id AS id_14 , v0_ . vacancy_id AS vacancy_id_15 , v0_ . company_id AS company_id_16 , v0_ . city_start_id AS city_start_id_17 , v0_ . city_end_id AS city_end_id_18 , v0_ . manager_start_id AS manager_start_id_19 , v0_ . manager_end_id AS manager_end_id_20 , v0_ . specialization_start_id AS specialization_start_id_21 , v0_ . specialization_end_id AS specialization_end_id_22 FROM vacancy_snapshot v0_ WHERE v0_ . company_id = '1ef3d148-31d4-66ea-8339-4f7978c1934a' AND (v0_ . status_start IN ('public' , 'archive' ) OR v0_ . status_end IN ('public' , 'archive' )) AND v0_ . vacancy_id = '1f084550-5311-69d0-a983-a5a0a5603534' AND v0_ . created_at > = '2026-04-16 00:00:00' AND v0_ . created_at < = '2026-04-16 23:59:59' ;
Copy
9.25 ms (6.29%)
1
INSERT INTO vacancy_snapshot (status_start , status_end , count_view_start , count_view_end , count_phone_view_start , count_phone_view_end , count_request_start , count_request_end , count_used_quotes_start , count_used_quotes_end , amount_quotes_price_start , amount_quotes_price_end , created_at , updated_at , id , vacancy_id , company_id , city_start_id , city_end_id , manager_start_id , manager_end_id , specialization_start_id , specialization_end_id ) VALUES (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
"public "
"public "
1
1
0
0
0
0
0
0
0
0
"2026-04-16 02:25:13 "
"2026-04-16 02:25:13 "
"1f1393b7-fc9f-65f4-816b-bfd5ec2ea40b "
"1f084550-5311-69d0-a983-a5a0a5603534 "
"1ef3d148-31d4-66ea-8339-4f7978c1934a "
"019256cb-02ef-722d-9da1-1cfd85c14121 "
"019256cb-02ef-722d-9da1-1cfd85c14121 "
"1ef3d148-31ce-6ef2-be37-4f7978c1934a "
"1ef3d148-31ce-6ef2-be37-4f7978c1934a "
"1ef3d1f4-9055-6e38-9cbb-23dce1f08447 "
"1ef3d1f4-9055-6e38-9cbb-23dce1f08447 "
]
INSERT INTO vacancy_snapshot (
status_start , status_end , count_view_start ,
count_view_end , count_phone_view_start ,
count_phone_view_end , count_request_start ,
count_request_end , count_used_quotes_start ,
count_used_quotes_end , amount_quotes_price_start ,
amount_quotes_price_end , created_at ,
updated_at , id , vacancy_id , company_id ,
city_start_id , city_end_id , manager_start_id ,
manager_end_id , specialization_start_id ,
specialization_end_id
)
VALUES
(
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ?
)
Copy
INSERT INTO vacancy_snapshot (status_start , status_end , count_view_start , count_view_end , count_phone_view_start , count_phone_view_end , count_request_start , count_request_end , count_used_quotes_start , count_used_quotes_end , amount_quotes_price_start , amount_quotes_price_end , created_at , updated_at , id , vacancy_id , company_id , city_start_id , city_end_id , manager_start_id , manager_end_id , specialization_start_id , specialization_end_id ) VALUES ('public' , 'public' , 1 , 1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , '2026-04-16 02:25:13' , '2026-04-16 02:25:13' , '1f1393b7-fc9f-65f4-816b-bfd5ec2ea40b' , '1f084550-5311-69d0-a983-a5a0a5603534' , '1ef3d148-31d4-66ea-8339-4f7978c1934a' , '019256cb-02ef-722d-9da1-1cfd85c14121' , '019256cb-02ef-722d-9da1-1cfd85c14121' , '1ef3d148-31ce-6ef2-be37-4f7978c1934a' , '1ef3d148-31ce-6ef2-be37-4f7978c1934a' , '1ef3d1f4-9055-6e38-9cbb-23dce1f08447' , '1ef3d1f4-9055-6e38-9cbb-23dce1f08447' );
Copy
8.21 ms (5.59%)
1
SELECT DISTINCT v0_ . public_id AS public_id_0 , v0_ . title AS title_1 , v0_ . description AS description_2 , v0_ . payment_period AS payment_period_3 , v0_ . payment_format AS payment_format_4 , v0_ . address AS address_5 , v0_ . salary_min AS salary_min_6 , v0_ . salary_max AS salary_max_7 , v0_ . experience AS experience_8 , v0_ . employment AS employment_9 , v0_ . schedule AS schedule_10 , v0_ . rate AS rate_11 , v0_ . status AS status_12 , v0_ . show_phone AS show_phone_13 , v0_ . from14_years AS from14_years_14 , v0_ . is_anonymous AS is_anonymous_15 , v0_ . with_physical_disabilities AS with_physical_disabilities_16 , v0_ . autopublish AS autopublish_17 , v0_ . published_at AS published_at_18 , v0_ . created_at AS created_at_19 , v0_ . updated_at AS updated_at_20 , v0_ . archived_at AS archived_at_21 , v0_ . id AS id_22 , v0_ . moderation_id AS moderation_id_23 , v0_ . manager_id AS manager_id_24 , v0_ . specialization_id AS specialization_id_25 , v0_ . city_id AS city_id_26 FROM vacancies v0_ INNER JOIN company_employer c1_ ON v0_ . manager_id = c1_ . user_id WHERE v0_ . status = ? AND v0_ . published_at IS NOT NULL AND v0_ . city_id IN (? , ? ) AND v0_ . specialization_id IN (? ) AND v0_ . id NOT IN (? ) ORDER BY v0_ . published_at DESC LIMIT 6
SELECT DISTINCT v0_ . public_id AS public_id_0 , v0_ . title AS title_1 , v0_ . description AS description_2 , v0_ . payment_period AS payment_period_3 , v0_ . payment_format AS payment_format_4 , v0_ . address AS address_5 , v0_ . salary_min AS salary_min_6 , v0_ . salary_max AS salary_max_7 , v0_ . experience AS experience_8 , v0_ . employment AS employment_9 , v0_ . schedule AS schedule_10 , v0_ . rate AS rate_11 , v0_ . status AS status_12 , v0_ . show_phone AS show_phone_13 , v0_ . from14_years AS from14_years_14 , v0_ . is_anonymous AS is_anonymous_15 , v0_ . with_physical_disabilities AS with_physical_disabilities_16 , v0_ . autopublish AS autopublish_17 , v0_ . published_at AS published_at_18 , v0_ . created_at AS created_at_19 , v0_ . updated_at AS updated_at_20 , v0_ . archived_at AS archived_at_21 , v0_ . id AS id_22 , v0_ . moderation_id AS moderation_id_23 , v0_ . manager_id AS manager_id_24 , v0_ . specialization_id AS specialization_id_25 , v0_ . city_id AS city_id_26 FROM vacancies v0_ INNER JOIN company_employer c1_ ON v0_ . manager_id = c1_ . user_id WHERE v0_ . status = 'public' AND v0_ . published_at IS NOT NULL AND v0_ . city_id IN ('019256cb-02ef-722d-9da1-1cfd85c14121' , '019256cb-02ef-722d-9da1-1cfd85c14121' ) AND v0_ . specialization_id IN ('1ef3d1f4-9055-6e38-9cbb-23dce1f08447' ) AND v0_ . id NOT IN ('1f084550-5311-69d0-a983-a5a0a5603534' ) ORDER BY v0_ . published_at DESC LIMIT 6 ;
Copy
7.47 ms (5.08%)
1
SELECT COUNT (DISTINCT v0_ . id ) AS sclr_0 FROM vacancies_resume_request v0_ INNER JOIN resumes r1_ ON v0_ . resume_id = r1_ . id INNER JOIN vacancies v2_ ON v0_ . vacancy_id = v2_ . id INNER JOIN company_employer c3_ ON v2_ . manager_id = c3_ . user_id WHERE v0_ . vacancy_id = ? AND v0_ . source = ? AND v0_ . created_at > = ? AND v0_ . created_at < = ?
Parameters :
[
Symfony\Component\Uid \ UuidV6 {#1947
__toString() : "1f084550-5311-69d0-a983-a5a0a5603534 "
}
"applicantRequest "
"2026-04-16 00:00:00 "
"2026-04-16 23:59:59 "
]
SELECT COUNT (DISTINCT v0_ . id ) AS sclr_0 FROM vacancies_resume_request v0_ INNER JOIN resumes r1_ ON v0_ . resume_id = r1_ . id INNER JOIN vacancies v2_ ON v0_ . vacancy_id = v2_ . id INNER JOIN company_employer c3_ ON v2_ . manager_id = c3_ . user_id WHERE v0_ . vacancy_id = '1f084550-5311-69d0-a983-a5a0a5603534' AND v0_ . source = 'applicantRequest' AND v0_ . created_at > = '2026-04-16 00:00:00' AND v0_ . created_at < = '2026-04-16 23:59:59' ;
Copy
7.43 ms (5.05%)
15
SELECT t0 . name AS name_1 , t0 . name_prepositional AS name_prepositional_2 , t0 . banner_path AS banner_path_3 , t0 . slug AS slug_4 , t0 . db_ip_light_city_id AS db_ip_light_city_id_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . id AS id_8 , t0 . metadata_title AS metadata_title_9 , t0 . metadata_description AS metadata_description_10 , t0 . metadata_keywords AS metadata_keywords_11 , t0 . region_id AS region_id_12 FROM city t0 WHERE t0 . id = ?
Parameters :
[
"019256cb-02ef-722d-9da1-1cfd85c14121 "
]
SELECT t0 . name AS name_1 , t0 . name_prepositional AS name_prepositional_2 , t0 . banner_path AS banner_path_3 , t0 . slug AS slug_4 , t0 . db_ip_light_city_id AS db_ip_light_city_id_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . id AS id_8 , t0 . metadata_title AS metadata_title_9 , t0 . metadata_description AS metadata_description_10 , t0 . metadata_keywords AS metadata_keywords_11 , t0 . region_id AS region_id_12 FROM city t0 WHERE t0 . id = '019256cb-02ef-722d-9da1-1cfd85c14121' ;
Copy
6.99 ms (4.75%)
1
SELECT t0 . public_id AS public_id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . payment_period AS payment_period_4 , t0 . payment_format AS payment_format_5 , t0 . address AS address_6 , t0 . salary_min AS salary_min_7 , t0 . salary_max AS salary_max_8 , t0 . experience AS experience_9 , t0 . employment AS employment_10 , t0 . schedule AS schedule_11 , t0 . rate AS rate_12 , t0 . status AS status_13 , t0 . show_phone AS show_phone_14 , t0 . from14_years AS from14_years_15 , t0 . is_anonymous AS is_anonymous_16 , t0 . with_physical_disabilities AS with_physical_disabilities_17 , t0 . autopublish AS autopublish_18 , t0 . published_at AS published_at_19 , t0 . created_at AS created_at_20 , t0 . updated_at AS updated_at_21 , t0 . archived_at AS archived_at_22 , t0 . id AS id_23 , t0 . moderation_id AS moderation_id_24 , t0 . manager_id AS manager_id_25 , t0 . specialization_id AS specialization_id_26 , t0 . city_id AS city_id_27 FROM vacancies t0 WHERE t0 . id = ?
Parameters :
[
"1f084550-5311-69d0-a983-a5a0a5603534 "
]
SELECT t0 . public_id AS public_id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . payment_period AS payment_period_4 , t0 . payment_format AS payment_format_5 , t0 . address AS address_6 , t0 . salary_min AS salary_min_7 , t0 . salary_max AS salary_max_8 , t0 . experience AS experience_9 , t0 . employment AS employment_10 , t0 . schedule AS schedule_11 , t0 . rate AS rate_12 , t0 . status AS status_13 , t0 . show_phone AS show_phone_14 , t0 . from14_years AS from14_years_15 , t0 . is_anonymous AS is_anonymous_16 , t0 . with_physical_disabilities AS with_physical_disabilities_17 , t0 . autopublish AS autopublish_18 , t0 . published_at AS published_at_19 , t0 . created_at AS created_at_20 , t0 . updated_at AS updated_at_21 , t0 . archived_at AS archived_at_22 , t0 . id AS id_23 , t0 . moderation_id AS moderation_id_24 , t0 . manager_id AS manager_id_25 , t0 . specialization_id AS specialization_id_26 , t0 . city_id AS city_id_27 FROM vacancies t0 WHERE t0 . id = '1f084550-5311-69d0-a983-a5a0a5603534' ;
Copy
4.82 ms (3.27%)
10
SELECT t0 . name AS name_1 , t0 . name_prepositional AS name_prepositional_2 , t0 . banner_path AS banner_path_3 , t0 . slug AS slug_4 , t0 . db_ip_light_city_id AS db_ip_light_city_id_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . id AS id_8 , t0 . metadata_title AS metadata_title_9 , t0 . metadata_description AS metadata_description_10 , t0 . metadata_keywords AS metadata_keywords_11 , t0 . region_id AS region_id_12 FROM city t0 WHERE t0 . db_ip_light_city_id = ? LIMIT 1
Parameters :
[
"US;California;San Francisco "
]
SELECT t0 . name AS name_1 , t0 . name_prepositional AS name_prepositional_2 , t0 . banner_path AS banner_path_3 , t0 . slug AS slug_4 , t0 . db_ip_light_city_id AS db_ip_light_city_id_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . id AS id_8 , t0 . metadata_title AS metadata_title_9 , t0 . metadata_description AS metadata_description_10 , t0 . metadata_keywords AS metadata_keywords_11 , t0 . region_id AS region_id_12 FROM city t0 WHERE t0 . db_ip_light_city_id = 'US;California;San Francisco' LIMIT 1 ;
Copy
4.68 ms (3.18%)
1
SELECT t0 . title AS title_1 , t0 . created_at AS created_at_2 , t0 . updated_at AS updated_at_3 , t0 . id AS id_4 FROM skill t0 INNER JOIN vacancy_skills ON t0 . id = vacancy_skills . skill_id WHERE vacancy_skills . vacancy_id = ?
Parameters :
[
"1f084550-5311-69d0-a983-a5a0a5603534 "
]
SELECT t0 . title AS title_1 , t0 . created_at AS created_at_2 , t0 . updated_at AS updated_at_3 , t0 . id AS id_4 FROM skill t0 INNER JOIN vacancy_skills ON t0 . id = vacancy_skills . skill_id WHERE vacancy_skills . vacancy_id = '1f084550-5311-69d0-a983-a5a0a5603534' ;
Copy
4.65 ms (3.16%)
1
SELECT COUNT (v0_ . id ) AS sclr_0 FROM vacancies v0_ INNER JOIN company_employer c1_ ON v0_ . manager_id = c1_ . user_id WHERE c1_ . company_id = ? AND v0_ . published_at IS NOT NULL AND v0_ . status = ? AND v0_ . is_anonymous = false
SELECT COUNT (v0_ . id ) AS sclr_0 FROM vacancies v0_ INNER JOIN company_employer c1_ ON v0_ . manager_id = c1_ . user_id WHERE c1_ . company_id = '1ef3d148-31d4-66ea-8339-4f7978c1934a' AND v0_ . published_at IS NOT NULL AND v0_ . status = 'public' AND v0_ . is_anonymous = false ;
Copy
3.94 ms (2.68%)
1
INSERT INTO vacancy_view (created_at , id , vacancy_id , manager_id , user_id ) VALUES (? , ? , ? , ? , ? )
Parameters :
[
"2026-04-16 02:25:13 "
"1f1393b7-fc09-6de2-8a3e-bfd5ec2ea40b "
"1f084550-5311-69d0-a983-a5a0a5603534 "
"1ef3d148-31ce-6ef2-be37-4f7978c1934a "
null
]
INSERT INTO vacancy_view (created_at , id , vacancy_id , manager_id , user_id ) VALUES ('2026-04-16 02:25:13' , '1f1393b7-fc09-6de2-8a3e-bfd5ec2ea40b' , '1f084550-5311-69d0-a983-a5a0a5603534' , '1ef3d148-31ce-6ef2-be37-4f7978c1934a' , NULL );
Copy
2.66 ms (1.81%)
1
SELECT COUNT (DISTINCT c0_ . id ) AS sclr_0 FROM company_feedback c0_ INNER JOIN feedback_moderation f1_ ON c0_ . moderation_id = f1_ . id WHERE c0_ . company_id = ? AND f1_ . moderation_status IN (? , ? )
SELECT COUNT (DISTINCT c0_ . id ) AS sclr_0 FROM company_feedback c0_ INNER JOIN feedback_moderation f1_ ON c0_ . moderation_id = f1_ . id WHERE c0_ . company_id = '1ef3d148-31d4-66ea-8339-4f7978c1934a' AND f1_ . moderation_status IN ('moderation' , 'accepted' );
Copy
2.54 ms (1.73%)
1
SELECT t0 . name AS name_1 , t0 . metadata_slug AS metadata_slug_2 , t0 . metadata_title AS metadata_title_3 , t0 . metadata_description AS metadata_description_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . id AS id_7 FROM specialization t0 INNER JOIN specialization_related_specializations ON t0 . id = specialization_related_specializations . related_specialization_id WHERE specialization_related_specializations . specialization_id = ?
Parameters :
[
"1ef3d1f4-9055-6e38-9cbb-23dce1f08447 "
]
SELECT t0 . name AS name_1 , t0 . metadata_slug AS metadata_slug_2 , t0 . metadata_title AS metadata_title_3 , t0 . metadata_description AS metadata_description_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . id AS id_7 FROM specialization t0 INNER JOIN specialization_related_specializations ON t0 . id = specialization_related_specializations . related_specialization_id WHERE specialization_related_specializations . specialization_id = '1ef3d1f4-9055-6e38-9cbb-23dce1f08447' ;
Copy
2.18 ms (1.48%)
1
SELECT COUNT (DISTINCT v0_ . id ) AS sclr_0 FROM vacancies v0_ INNER JOIN company_employer c1_ ON v0_ . manager_id = c1_ . user_id WHERE v0_ . status = ? AND v0_ . published_at IS NOT NULL AND v0_ . city_id IN (? ) AND v0_ . specialization_id IN (? ) AND v0_ . id NOT IN (? )
SELECT COUNT (DISTINCT v0_ . id ) AS sclr_0 FROM vacancies v0_ INNER JOIN company_employer c1_ ON v0_ . manager_id = c1_ . user_id WHERE v0_ . status = 'public' AND v0_ . published_at IS NOT NULL AND v0_ . city_id IN ('019256cb-02ef-722d-9da1-1cfd85c14121' ) AND v0_ . specialization_id IN ('1ef3d1f4-9055-6e38-9cbb-23dce1f08447' ) AND v0_ . id NOT IN ('1f084550-5311-69d0-a983-a5a0a5603534' );
Copy
1.83 ms (1.24%)
1
SELECT t0 . public_id AS public_id_1 , t0 . title AS title_2 , t0 . inn AS inn_3 , t0 . description AS description_4 , t0 . logo_path AS logo_path_5 , t0 . confirmed AS confirmed_6 , t0 . contract_path AS contract_path_7 , t0 . rating AS rating_8 , t0 . site AS site_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . id AS id_12 , t0 . city_id AS city_id_13 , t0 . category_id AS category_id_14 FROM companies t0 WHERE t0 . id = ?
Parameters :
[
"1ef3d148-31d4-66ea-8339-4f7978c1934a "
]
SELECT t0 . public_id AS public_id_1 , t0 . title AS title_2 , t0 . inn AS inn_3 , t0 . description AS description_4 , t0 . logo_path AS logo_path_5 , t0 . confirmed AS confirmed_6 , t0 . contract_path AS contract_path_7 , t0 . rating AS rating_8 , t0 . site AS site_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . id AS id_12 , t0 . city_id AS city_id_13 , t0 . category_id AS category_id_14 FROM companies t0 WHERE t0 . id = '1ef3d148-31d4-66ea-8339-4f7978c1934a' ;
Copy
1.80 ms (1.23%)
1
SELECT COUNT (view . id ) FROM vacancy_view view
LEFT JOIN vacancies v ON v . id = view . vacancy_id
WHERE view . vacancy_id = ?
AND v . status = ?
AND view . created_at > date_trunc ('day' , now ())
AND view . created_at < now ()
Parameters :
[
"1f084550-5311-69d0-a983-a5a0a5603534 "
"public "
]
SELECT COUNT (view . id ) FROM vacancy_view view
LEFT JOIN vacancies v ON v . id = view . vacancy_id
WHERE view . vacancy_id = '1f084550-5311-69d0-a983-a5a0a5603534'
AND v . status = 'public'
AND view . created_at > date_trunc ('day' , now ())
AND view . created_at < now ();
Copy
1.78 ms (1.21%)
1
SELECT COUNT (c0_ . id ) AS sclr_0 FROM companies_vacancy_quota c0_ WHERE c0_ . vacancy_id = ? AND c0_ . published_at > = ? AND c0_ . published_at < = ?
SELECT COUNT (c0_ . id ) AS sclr_0 FROM companies_vacancy_quota c0_ WHERE c0_ . vacancy_id = '1f084550-5311-69d0-a983-a5a0a5603534' AND c0_ . published_at > = '2026-04-16 00:00:00' AND c0_ . published_at < = '2026-04-16 23:59:59' ;
Copy
1.75 ms (1.19%)
2
SELECT COUNT (v0_ . id ) AS sclr_0 FROM vacancy_view v0_ WHERE v0_ . vacancy_id = ? AND v0_ . created_at > = ? AND v0_ . created_at < = ?
SELECT COUNT (v0_ . id ) AS sclr_0 FROM vacancy_view v0_ WHERE v0_ . vacancy_id = '1f084550-5311-69d0-a983-a5a0a5603534' AND v0_ . created_at > = '2026-04-16 00:00:00' AND v0_ . created_at < = '2026-04-16 23:59:59' ;
Copy
1.62 ms (1.10%)
1
SELECT COUNT (v0_ . id ) AS sclr_0 FROM vacancy_phone_view v0_ WHERE v0_ . vacancy_id = ? AND v0_ . created_at > = ? AND v0_ . created_at < = ?
SELECT COUNT (v0_ . id ) AS sclr_0 FROM vacancy_phone_view v0_ WHERE v0_ . vacancy_id = '1f084550-5311-69d0-a983-a5a0a5603534' AND v0_ . created_at > = '2026-04-16 00:00:00' AND v0_ . created_at < = '2026-04-16 23:59:59' ;
Copy
1.50 ms (1.02%)
1
SELECT t0 . id AS id_1 , t0 . moderation_status AS moderation_status_2 , t0 . moderation_comment AS moderation_comment_3 , t0 . moderation_created_at AS moderation_created_at_4 , t0 . moderation_moderated_at AS moderation_moderated_at_5 , t0 . vacancy_id AS vacancy_id_6 FROM vacancy_moderation t0 WHERE t0 . id = ?
Parameters :
[
"1f0b58ca-86f0-6676-b97e-c93230167e68 "
]
SELECT t0 . id AS id_1 , t0 . moderation_status AS moderation_status_2 , t0 . moderation_comment AS moderation_comment_3 , t0 . moderation_created_at AS moderation_created_at_4 , t0 . moderation_moderated_at AS moderation_moderated_at_5 , t0 . vacancy_id AS vacancy_id_6 FROM vacancy_moderation t0 WHERE t0 . id = '1f0b58ca-86f0-6676-b97e-c93230167e68' ;
Copy
1.26 ms (0.86%)
1
SELECT t0 . name AS name_1 , t0 . created_at AS created_at_2 , t0 . updated_at AS updated_at_3 , t0 . id AS id_4 FROM region t0 WHERE t0 . id = ?
Parameters :
[
"1ef50b3a-cad2-66f8-abb1-cffe2bddeb45 "
]
SELECT t0 . name AS name_1 , t0 . created_at AS created_at_2 , t0 . updated_at AS updated_at_3 , t0 . id AS id_4 FROM region t0 WHERE t0 . id = '1ef50b3a-cad2-66f8-abb1-cffe2bddeb45' ;
Copy
1.20 ms (0.82%)
1
SELECT t0 . balance AS balance_1 , t0 . company_id AS company_id_2 FROM company_personal_account t0 WHERE t0 . company_id = ?
Parameters :
[
"1ef3d148-31d4-66ea-8339-4f7978c1934a "
]
SELECT t0 . balance AS balance_1 , t0 . company_id AS company_id_2 FROM company_personal_account t0 WHERE t0 . company_id = '1ef3d148-31d4-66ea-8339-4f7978c1934a' ;
Copy
0.96 ms (0.65%)
2
SELECT t0 . name AS name_1 , t0 . name_prepositional AS name_prepositional_2 , t0 . banner_path AS banner_path_3 , t0 . slug AS slug_4 , t0 . db_ip_light_city_id AS db_ip_light_city_id_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . id AS id_8 , t0 . metadata_title AS metadata_title_9 , t0 . metadata_description AS metadata_description_10 , t0 . metadata_keywords AS metadata_keywords_11 , t0 . region_id AS region_id_12 FROM city t0 WHERE t0 . slug = ? LIMIT 1
Parameters :
[
"mytischi "
]
SELECT t0 . name AS name_1 , t0 . name_prepositional AS name_prepositional_2 , t0 . banner_path AS banner_path_3 , t0 . slug AS slug_4 , t0 . db_ip_light_city_id AS db_ip_light_city_id_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . id AS id_8 , t0 . metadata_title AS metadata_title_9 , t0 . metadata_description AS metadata_description_10 , t0 . metadata_keywords AS metadata_keywords_11 , t0 . region_id AS region_id_12 FROM city t0 WHERE t0 . slug = 'mytischi' LIMIT 1 ;
Copy
0.93 ms (0.63%)
1
SELECT COUNT (view . id ) FROM vacancy_view view
LEFT JOIN vacancies v ON v . id = view . vacancy_id
WHERE view . vacancy_id = ?
AND v . status = ?
Parameters :
[
"1f084550-5311-69d0-a983-a5a0a5603534 "
"public "
]
SELECT COUNT (view . id ) FROM vacancy_view view
LEFT JOIN vacancies v ON v . id = view . vacancy_id
WHERE view . vacancy_id = '1f084550-5311-69d0-a983-a5a0a5603534'
AND v . status = 'public' ;
Copy
0.89 ms (0.61%)
1
SELECT SUM (c0_ . cost ) AS sclr_0 FROM companies_vacancy_quota c0_ WHERE c0_ . vacancy_id = ? AND c0_ . published_at > = ? AND c0_ . published_at < = ?
SELECT SUM (c0_ . cost ) AS sclr_0 FROM companies_vacancy_quota c0_ WHERE c0_ . vacancy_id = '1f084550-5311-69d0-a983-a5a0a5603534' AND c0_ . published_at > = '2026-04-16 00:00:00' AND c0_ . published_at < = '2026-04-16 23:59:59' ;
Copy
0.83 ms (0.57%)
1
SELECT t0 . name AS name_1 , t0 . metadata_slug AS metadata_slug_2 , t0 . metadata_title AS metadata_title_3 , t0 . metadata_description AS metadata_description_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . id AS id_7 FROM specialization t0 WHERE t0 . id = ?
Parameters :
[
"1ef3d1f4-9055-6e38-9cbb-23dce1f08447 "
]
SELECT t0 . name AS name_1 , t0 . metadata_slug AS metadata_slug_2 , t0 . metadata_title AS metadata_title_3 , t0 . metadata_description AS metadata_description_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . id AS id_7 FROM specialization t0 WHERE t0 . id = '1ef3d1f4-9055-6e38-9cbb-23dce1f08447' ;
Copy
0.76 ms (0.52%)
1
SELECT t0 . role AS role_1 , t0 . position AS position_2 , t0 . comment AS comment_3 , t0 . phone AS phone_4 , t0 . limit_basic AS limit_basic_5 , t0 . limit_optimum AS limit_optimum_6 , t0 . user_id AS user_id_7 , t0 . company_id AS company_id_8 FROM company_employer t0 WHERE t0 . user_id = ?
Parameters :
[
"1ef3d148-31ce-6ef2-be37-4f7978c1934a "
]
SELECT t0 . role AS role_1 , t0 . position AS position_2 , t0 . comment AS comment_3 , t0 . phone AS phone_4 , t0 . limit_basic AS limit_basic_5 , t0 . limit_optimum AS limit_optimum_6 , t0 . user_id AS user_id_7 , t0 . company_id AS company_id_8 FROM company_employer t0 WHERE t0 . user_id = '1ef3d148-31ce-6ef2-be37-4f7978c1934a' ;
Copy
0.70 ms (0.48%)
1
"COMMIT"
0.20 ms (0.14%)
1
"START TRANSACTION"
"START TRANSACTION" ;
Copy