Query Metrics
18
Database Queries
9
Different statements
33.74 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 4.74 ms |
SELECT DISTINCT r0_.id AS id_0, r0_.start_date AS start_date_1 FROM recruitment_campaign r0_ LEFT JOIN recruitment_campaign_service r1_ ON r0_.id = r1_.campaign_id LEFT JOIN service_need s2_ ON r1_.service_id = s2_.id LEFT JOIN choice_element c3_ ON s2_.id = c3_.id LEFT JOIN recruitment_campaign_attachment_type r4_ ON r0_.id = r4_.campaign_id LEFT JOIN provider_request p5_ ON r0_.id = p5_.campaign_id WHERE r0_.end_date < ? ORDER BY r0_.start_date DESC LIMIT 100
Parameters:
[
"2025-09-18 07:43:47"
]
|
2 | 14.20 ms |
SELECT r0_.id AS id_0, r0_.created_at AS created_at_1, r0_.is_enabled AS is_enabled_2, r0_.uuid AS uuid_3, r0_.name AS name_4, r0_.name_trans AS name_trans_5, r0_.description AS description_6, r0_.description_trans AS description_trans_7, r0_.details AS details_8, r0_.details_trans AS details_trans_9, r0_.start_date AS start_date_10, r0_.start_time AS start_time_11, r0_.end_date AS end_date_12, r0_.end_time AS end_time_13, r1_.id AS id_14, c2_.id AS id_15, c2_.name AS name_16, c2_.name_trans AS name_trans_17, c2_.description AS description_18, c2_.description_trans AS description_trans_19, c2_.is_enabled AS is_enabled_20, c2_.slug AS slug_21, r3_.id AS id_22, p4_.id AS id_23, p4_.social_reason AS social_reason_24, p4_.created_at AS created_at_25, p4_.status AS status_26, p4_.turnover AS turnover_27, p4_.human_resources AS human_resources_28, p4_.logistic AS logistic_29, p4_.confirmed_at AS confirmed_at_30, p4_.address_country AS address_country_31, p4_.address_town AS address_town_32, p4_.address_detail AS address_detail_33, p4_.contact_phone_number AS contact_phone_number_34, p4_.contact_email AS contact_email_35, p4_.contact_post_box AS contact_post_box_36, p4_.state_detail_approved_at AS state_detail_approved_at_37, p4_.state_detail_rejected_at AS state_detail_rejected_at_38, p4_.state_detail_mark_as_incomplete_at AS state_detail_mark_as_incomplete_at_39, p4_.state_detail_detail AS state_detail_detail_40, r0_.biblio_id AS biblio_id_41, r1_.campaign_id AS campaign_id_42, r1_.service_id AS service_id_43, c2_.type AS type_44, r3_.campaign_id AS campaign_id_45, r3_.type_id AS type_id_46, p4_.campaign_id AS campaign_id_47, p4_.cover_letter_id AS cover_letter_id_48, p4_.approved_by_id AS approved_by_id_49, p4_.rejected_by_id AS rejected_by_id_50, p4_.mark_as_incomplete_by_id AS mark_as_incomplete_by_id_51, p4_.experience_id AS experience_id_52, p4_.provider_type_id AS provider_type_id_53, p4_.provider_territory_id AS provider_territory_id_54 FROM recruitment_campaign r0_ LEFT JOIN recruitment_campaign_service r1_ ON r0_.id = r1_.campaign_id LEFT JOIN service_need s5_ ON r1_.service_id = s5_.id LEFT JOIN choice_element c2_ ON s5_.id = c2_.id LEFT JOIN recruitment_campaign_attachment_type r3_ ON r0_.id = r3_.campaign_id LEFT JOIN provider_request p4_ ON r0_.id = p4_.campaign_id WHERE r0_.end_date < ? AND r0_.id IN (?) ORDER BY r0_.start_date DESC
Parameters:
[ "2025-09-18 07:43:47" [ 7 9 8 6 5 4 1 2 3 ] ] |
3 | 0.87 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.social_reason AS social_reason_13, t1.accept_collect_personal_data AS accept_collect_personal_data_14, t1.current_document AS current_document_15, t1.contact_phone_number AS contact_phone_number_16, t1.contact_email AS contact_email_17, t1.contact_post_box AS contact_post_box_18, t1.address_country AS address_country_19, t1.address_town AS address_town_20, t1.address_detail AS address_detail_21, t1.type_id AS type_id_22, t1.territory_id AS territory_id_23, t1.request_id AS request_id_24 FROM users t0 LEFT JOIN provider t1 ON t0.id = t1.id WHERE t0.id = ?
Parameters:
[
6
]
|
4 | 0.53 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
]
|
5 | 0.56 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
]
|
6 | 1.71 ms |
SELECT t0.id AS id_6, t0.name AS name_7, t0.name_trans AS name_trans_8, t0.description AS description_9, t0.description_trans AS description_trans_10, t0.is_enabled AS is_enabled_11, t0.slug AS slug_12, t0.type, t4.period_of_validity AS period_of_validity_13, t4.is_require_for_invoice AS is_require_for_invoice_14, t4.acronym AS acronym_15, t4.have_issue_date AS have_issue_date_16, t4.have_expiration_date AS have_expiration_date_17, t4.have_reference AS have_reference_18 FROM choice_element t0 LEFT JOIN provider_type t1 ON t0.id = t1.id LEFT JOIN territory t2 ON t0.id = t2.id LEFT JOIN service_need t3 ON t0.id = t3.id LEFT JOIN attachment_type t4 ON t0.id = t4.id LEFT JOIN invoice_type t5 ON t0.id = t5.id WHERE t0.id IN (?)
Parameters:
[
[
34
]
]
|
7 | 0.84 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.social_reason AS social_reason_13, t1.accept_collect_personal_data AS accept_collect_personal_data_14, t1.current_document AS current_document_15, t1.contact_phone_number AS contact_phone_number_16, t1.contact_email AS contact_email_17, t1.contact_post_box AS contact_post_box_18, t1.address_country AS address_country_19, t1.address_town AS address_town_20, t1.address_detail AS address_detail_21, t1.type_id AS type_id_22, t1.territory_id AS territory_id_23, t1.request_id AS request_id_24 FROM users t0 LEFT JOIN provider t1 ON t0.id = t1.id WHERE t0.id = ?
Parameters:
[
19
]
|
8 | 0.41 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3 FROM profiles t0 WHERE t0.id = ?
Parameters:
[
9
]
|
9 | 0.53 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:
[
9
]
|
10 | 0.66 ms |
SELECT t0.id AS id_6, t0.name AS name_7, t0.name_trans AS name_trans_8, t0.description AS description_9, t0.description_trans AS description_trans_10, t0.is_enabled AS is_enabled_11, t0.slug AS slug_12, t0.type, t4.period_of_validity AS period_of_validity_13, t4.is_require_for_invoice AS is_require_for_invoice_14, t4.acronym AS acronym_15, t4.have_issue_date AS have_issue_date_16, t4.have_expiration_date AS have_expiration_date_17, t4.have_reference AS have_reference_18 FROM choice_element t0 LEFT JOIN provider_type t1 ON t0.id = t1.id LEFT JOIN territory t2 ON t0.id = t2.id LEFT JOIN service_need t3 ON t0.id = t3.id LEFT JOIN attachment_type t4 ON t0.id = t4.id LEFT JOIN invoice_type t5 ON t0.id = t5.id WHERE t0.id IN (?)
Parameters:
[ [ 31 35 33 32 36 ] ] |
11 | 0.63 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.social_reason AS social_reason_13, t1.accept_collect_personal_data AS accept_collect_personal_data_14, t1.current_document AS current_document_15, t1.contact_phone_number AS contact_phone_number_16, t1.contact_email AS contact_email_17, t1.contact_post_box AS contact_post_box_18, t1.address_country AS address_country_19, t1.address_town AS address_town_20, t1.address_detail AS address_detail_21, t1.type_id AS type_id_22, t1.territory_id AS territory_id_23, t1.request_id AS request_id_24 FROM users t0 LEFT JOIN provider t1 ON t0.id = t1.id WHERE t0.id = ?
Parameters:
[
15
]
|
12 | 0.52 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3 FROM profiles t0 WHERE t0.id = ?
Parameters:
[
7
]
|
13 | 0.48 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:
[
7
]
|
14 | 0.56 ms |
SELECT t0.id AS id_6, t0.name AS name_7, t0.name_trans AS name_trans_8, t0.description AS description_9, t0.description_trans AS description_trans_10, t0.is_enabled AS is_enabled_11, t0.slug AS slug_12, t0.type, t4.period_of_validity AS period_of_validity_13, t4.is_require_for_invoice AS is_require_for_invoice_14, t4.acronym AS acronym_15, t4.have_issue_date AS have_issue_date_16, t4.have_expiration_date AS have_expiration_date_17, t4.have_reference AS have_reference_18 FROM choice_element t0 LEFT JOIN provider_type t1 ON t0.id = t1.id LEFT JOIN territory t2 ON t0.id = t2.id LEFT JOIN service_need t3 ON t0.id = t3.id LEFT JOIN attachment_type t4 ON t0.id = t4.id LEFT JOIN invoice_type t5 ON t0.id = t5.id WHERE t0.id IN (?)
Parameters:
[
[
37
]
]
|
15 | 0.77 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.social_reason AS social_reason_13, t1.accept_collect_personal_data AS accept_collect_personal_data_14, t1.current_document AS current_document_15, t1.contact_phone_number AS contact_phone_number_16, t1.contact_email AS contact_email_17, t1.contact_post_box AS contact_post_box_18, t1.address_country AS address_country_19, t1.address_town AS address_town_20, t1.address_detail AS address_detail_21, t1.type_id AS type_id_22, t1.territory_id AS territory_id_23, t1.request_id AS request_id_24 FROM users t0 LEFT JOIN provider t1 ON t0.id = t1.id WHERE t0.id = ?
Parameters:
[
1
]
|
16 | 3.95 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.detail AS detail_19, t0.issue_date AS issue_date_20, t0.expiration_date AS expiration_date_21, t0.number AS number_22, t1.created_by_id AS created_by_id_23, t0.type_id AS type_id_24, t0.provider_request_id AS provider_request_id_25, t0.provider_id AS provider_id_26, t0.invoice_deposit_id AS invoice_deposit_id_27, t1.type FROM attachment t0 INNER JOIN File t1 ON t0.id = t1.id WHERE t0.provider_id = ?
Parameters:
[
1
]
|
17 | 1.09 ms |
SELECT count(DISTINCT r0_.id) AS sclr_0 FROM recruitment_campaign r0_ LEFT JOIN recruitment_campaign_service r1_ ON r0_.id = r1_.campaign_id LEFT JOIN service_need s2_ ON r1_.service_id = s2_.id LEFT JOIN choice_element c3_ ON s2_.id = c3_.id LEFT JOIN recruitment_campaign_attachment_type r4_ ON r0_.id = r4_.campaign_id LEFT JOIN provider_request p5_ ON r0_.id = p5_.campaign_id WHERE r0_.end_date < ?
Parameters:
[
"2025-09-18 07:43:47"
]
|
18 | 0.67 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:
[] |
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\Users | No errors. |
App\Entity\Embedded\Contact | No errors. |
App\Entity\Embedded\Address | No errors. |
App\Entity\Provider | No errors. |
App\Entity\Embedded\DateAndTime | No errors. |
App\Entity\RecruitmentCampaign | No errors. |
App\Entity\RecruitmentCampaignService | No errors. |
App\Entity\ChoiceElement | No errors. |
App\Entity\ServiceNeed | No errors. |
App\Entity\RecruitmentCampaignAttachmentType | No errors. |
App\Entity\Embedded\ProviderRequestStatus | No errors. |
App\Entity\ProviderRequest | No errors. |
App\Entity\File\Biblios | No errors. |
App\Entity\AttachmentType | No errors. |
App\Entity\File\OSFile | No errors. |
App\Entity\Attachment | No errors. |
App\Entity\ProviderType | No errors. |
App\Entity\Territory | No errors. |
App\Entity\Profiles | No errors. |
App\Entity\Roles | No errors. |
App\Entity\InvoiceType | No errors. |
App\Entity\Embedded\InvoiceDepositStatus | No errors. |
App\Entity\InvoiceDeposit | No errors. |
SDataEBundle\Entity\StaticDataStore | No errors. |