Query Metrics
26
Database Queries
18
Different statements
22.38 ms
Query time
0
Invalid entities
168
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.77 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.user_type AS user_type_4, t0.roles AS roles_5, t0.password AS password_6, t0.is_verified AS is_verified_7, t0.oauth_provider AS oauth_provider_8, t0.oauth_id AS oauth_id_9, t0.profile_picture_filename AS profile_picture_filename_10, t0.oauth_data AS oauth_data_11, t0.on_boarding_completed_at AS on_boarding_completed_at_12, t0.dob AS dob_13, t0.gender AS gender_14, t0.stripe_customer_id AS stripe_customer_id_15, t0.stripe_connect_id AS stripe_connect_id_16, t0.stripe_account_status AS stripe_account_status_17, t0.subscription_status AS subscription_status_18, t0.subscription_ends_at AS subscription_ends_at_19, t0.custom_fee_structure AS custom_fee_structure_20, t0.phone1 AS phone1_21, t0.phone2 AS phone2_22, t0.bio AS bio_23, t0.nickname AS nickname_24, t0.blocked AS blocked_25, t0.mfa_code AS mfa_code_26, t0.mfa_expires_at AS mfa_expires_at_27, t0.is_hybrid_recruiter AS is_hybrid_recruiter_28, t0.address AS address_29, t0.created_at AS created_at_30, t0.updated_at AS updated_at_31, t0.employer_id AS employer_id_32, t0.staffing_agency_id AS staffing_agency_id_33, t35.id AS id_34, t35.name AS name_36, t35.suffix AS suffix_37, t35.title AS title_38, t35.npi_number AS npi_number_39, t35.phone_home AS phone_home_40, t35.phone_work AS phone_work_41, t35.phone_mobile AS phone_mobile_42, t35.cv_filename AS cv_filename_43, t35.country AS country_44, t35.state AS state_45, t35.city AS city_46, t35.zip_code AS zip_code_47, t35.street_address AS street_address_48, t35.desired_pay_rate AS desired_pay_rate_49, t35.pay_rate_hourly AS pay_rate_hourly_50, t35.pay_rate_daily AS pay_rate_daily_51, t35.desired_hour AS desired_hour_52, t35.desired_states AS desired_states_53, t35.availability_to_start AS availability_to_start_54, t35.willing_to_travel AS willing_to_travel_55, t35.preferred_patient_volume AS preferred_patient_volume_56, t35.release_authorization_date AS release_authorization_date_57, t35.ssn AS ssn_58, t35.dob AS dob_59, t35.country_of_birth AS country_of_birth_60, t35.state_of_birth AS state_of_birth_61, t35.city_of_birth AS city_of_birth_62, t35.release_and_authorization_accepted AS release_and_authorization_accepted_63, t35.application_certification_date AS application_certification_date_64, t35.risk_assessment AS risk_assessment_65, t35.health_assessment AS health_assessment_66, t35.cashback AS cashback_67, t35.notification_preferences AS notification_preferences_68, t35.average_point AS average_point_69, t35.skip_onboarding AS skip_onboarding_70, t35.professional_references AS professional_references_71, t35.rewards_points AS rewards_points_72, t35.created_at AS created_at_73, t35.updated_at AS updated_at_74, t35.user_id AS user_id_75, t35.profession_id AS profession_id_76, t78.id AS id_77, t78.company_name AS company_name_79, t78.speciality AS speciality_80, t78.membership_level AS membership_level_81, t78.rating AS rating_82, t78.is_verified AS is_verified_83, t78.stripe_connect_account_id AS stripe_connect_account_id_84, t78.stripe_account_status AS stripe_account_status_85, t78.created_at AS created_at_86, t78.updated_at AS updated_at_87, t78.user_id AS user_id_88, t90.id AS id_89, t90.balance AS balance_91, t90.updated_at AS updated_at_92, t90.user_id AS user_id_93, t0.membership_tier_id AS membership_tier_id_94, t0.recruiter_id AS recruiter_id_95, t0.dtype FROM b_user t0 LEFT JOIN b_provider t35 ON t35.user_id = t0.id LEFT JOIN b_recruiter t78 ON t78.user_id = t0.id LEFT JOIN b_credit_wallet t90 ON t90.user_id = t0.id WHERE t0.id = ? AND t0.dtype IN ('user')
Parameters:
[
b"\x1F\x11<Ú\x1DÅd\x1C╗\x1FK·5\x18\x14ë"
]
|
||||||||||||||||||||||||||||||||||
| 2 | 0.98 ms |
SELECT COUNT(b0_.id) AS sclr_0 FROM b_job b0_ WHERE b0_.employer_id = ? AND b0_.verified = 1
Parameters:
[
b"\x1F\x11<èÿ¾l¨»ºKú5\x18\x14‰"
]
|
||||||||||||||||||||||||||||||||||
| 3 | 0.76 ms |
SELECT COUNT(b0_.id) AS sclr_0, SUM(CASE WHEN b0_.status = 'interview' THEN 1 ELSE 0 END) AS sclr_1, SUM(CASE WHEN b0_.status = 'hired' THEN 1 ELSE 0 END) AS sclr_2, SUM(CASE WHEN b0_.status = 'applied' THEN 1 ELSE 0 END) AS sclr_3, COUNT(DISTINCT b0_.provider_id) AS sclr_4 FROM b_application b0_ WHERE b0_.employer_id = ? AND b0_.archived_at IS NULL
Parameters:
[
b"\x1F\x11<èÿ¾l¨»ºKú5\x18\x14‰"
]
|
||||||||||||||||||||||||||||||||||
| 4 | 0.67 ms |
SELECT b0_.status AS status_0, COUNT(b0_.id) AS sclr_1 FROM b_application b0_ WHERE b0_.employer_id = ? AND b0_.archived_at IS NULL GROUP BY b0_.status
Parameters:
[
b"\x1F\x11<èÿ¾l¨»ºKú5\x18\x14‰"
]
|
||||||||||||||||||||||||||||||||||
| 5 | 0.94 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.seen AS seen_3, t0.attachment AS attachment_4, t0.subject AS subject_5, t0.is_draft AS is_draft_6, t0.saved_at AS saved_at_7, t0.sent_at AS sent_at_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10, t0.is_forwarded AS is_forwarded_11, t0.original_subject AS original_subject_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.parent_id AS parent_id_15, t0.sender_id AS sender_id_16, t0.receiver_id AS receiver_id_17, t0.employer_id AS employer_id_18, t0.recruiter_id AS recruiter_id_19, t0.job_uuid AS job_uuid_20, t0.staffing_agency_id AS staffing_agency_id_21, t0.application_id AS application_id_22 FROM b_message t0 WHERE t0.receiver_id = ? ORDER BY t0.id DESC LIMIT 10
Parameters:
[
b"\x1F\x11<Ú\x1DÅd\x1C╗\x1FK·5\x18\x14ë"
]
|
||||||||||||||||||||||||||||||||||
| 6 | 1.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.user_type AS user_type_4, t0.roles AS roles_5, t0.password AS password_6, t0.is_verified AS is_verified_7, t0.oauth_provider AS oauth_provider_8, t0.oauth_id AS oauth_id_9, t0.profile_picture_filename AS profile_picture_filename_10, t0.oauth_data AS oauth_data_11, t0.on_boarding_completed_at AS on_boarding_completed_at_12, t0.dob AS dob_13, t0.gender AS gender_14, t0.stripe_customer_id AS stripe_customer_id_15, t0.stripe_connect_id AS stripe_connect_id_16, t0.stripe_account_status AS stripe_account_status_17, t0.subscription_status AS subscription_status_18, t0.subscription_ends_at AS subscription_ends_at_19, t0.custom_fee_structure AS custom_fee_structure_20, t0.phone1 AS phone1_21, t0.phone2 AS phone2_22, t0.bio AS bio_23, t0.nickname AS nickname_24, t0.blocked AS blocked_25, t0.mfa_code AS mfa_code_26, t0.mfa_expires_at AS mfa_expires_at_27, t0.is_hybrid_recruiter AS is_hybrid_recruiter_28, t0.address AS address_29, t0.created_at AS created_at_30, t0.updated_at AS updated_at_31, t0.employer_id AS employer_id_32, t0.staffing_agency_id AS staffing_agency_id_33, t35.id AS id_34, t35.name AS name_36, t35.suffix AS suffix_37, t35.title AS title_38, t35.npi_number AS npi_number_39, t35.phone_home AS phone_home_40, t35.phone_work AS phone_work_41, t35.phone_mobile AS phone_mobile_42, t35.cv_filename AS cv_filename_43, t35.country AS country_44, t35.state AS state_45, t35.city AS city_46, t35.zip_code AS zip_code_47, t35.street_address AS street_address_48, t35.desired_pay_rate AS desired_pay_rate_49, t35.pay_rate_hourly AS pay_rate_hourly_50, t35.pay_rate_daily AS pay_rate_daily_51, t35.desired_hour AS desired_hour_52, t35.desired_states AS desired_states_53, t35.availability_to_start AS availability_to_start_54, t35.willing_to_travel AS willing_to_travel_55, t35.preferred_patient_volume AS preferred_patient_volume_56, t35.release_authorization_date AS release_authorization_date_57, t35.ssn AS ssn_58, t35.dob AS dob_59, t35.country_of_birth AS country_of_birth_60, t35.state_of_birth AS state_of_birth_61, t35.city_of_birth AS city_of_birth_62, t35.release_and_authorization_accepted AS release_and_authorization_accepted_63, t35.application_certification_date AS application_certification_date_64, t35.risk_assessment AS risk_assessment_65, t35.health_assessment AS health_assessment_66, t35.cashback AS cashback_67, t35.notification_preferences AS notification_preferences_68, t35.average_point AS average_point_69, t35.skip_onboarding AS skip_onboarding_70, t35.professional_references AS professional_references_71, t35.rewards_points AS rewards_points_72, t35.created_at AS created_at_73, t35.updated_at AS updated_at_74, t35.user_id AS user_id_75, t35.profession_id AS profession_id_76, t78.id AS id_77, t78.company_name AS company_name_79, t78.speciality AS speciality_80, t78.membership_level AS membership_level_81, t78.rating AS rating_82, t78.is_verified AS is_verified_83, t78.stripe_connect_account_id AS stripe_connect_account_id_84, t78.stripe_account_status AS stripe_account_status_85, t78.created_at AS created_at_86, t78.updated_at AS updated_at_87, t78.user_id AS user_id_88, t90.id AS id_89, t90.balance AS balance_91, t90.updated_at AS updated_at_92, t90.user_id AS user_id_93, t0.membership_tier_id AS membership_tier_id_94, t0.recruiter_id AS recruiter_id_95, t0.dtype FROM b_user t0 LEFT JOIN b_provider t35 ON t35.user_id = t0.id LEFT JOIN b_recruiter t78 ON t78.user_id = t0.id LEFT JOIN b_credit_wallet t90 ON t90.user_id = t0.id WHERE t0.id = ? AND t0.dtype IN ('user')
Parameters:
[
b"\x1F\x12\x14À‘ƒc¾„ž/ò×/Uš"
]
|
||||||||||||||||||||||||||||||||||
| 7 | 0.87 ms |
SELECT t0.id AS id_1, t0.notification_type AS notification_type_2, t0.user_type AS user_type_3, t0.message AS message_4, t0.seen AS seen_5, t0.extra_data AS extra_data_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.user_id AS user_id_9 FROM b_notification t0 WHERE t0.user_id = ? ORDER BY t0.id DESC LIMIT 5
Parameters:
[
b"\x1F\x11<Ú\x1DÅd\x1C╗\x1FK·5\x18\x14ë"
]
|
||||||||||||||||||||||||||||||||||
| 8 | 1.15 ms |
SELECT b0_.status_mode AS status_mode_0, b0_.id AS id_1, b0_.title AS title_2, b0_.description AS description_3, b0_.status AS status_4, b0_.country AS country_5, b0_.state AS state_6, b0_.city AS city_7, b0_.street_address AS street_address_8, b0_.expiration_date AS expiration_date_9, b0_.highlight AS highlight_10, b0_.schedule AS schedule_11, b0_.start_date AS start_date_12, b0_.year_of_experience AS year_of_experience_13, b0_.pay_rate AS pay_rate_14, b0_.work_type AS work_type_15, b0_.need AS need_16, b0_.pay_rate_hourly AS pay_rate_hourly_17, b0_.pay_rate_daily AS pay_rate_daily_18, b0_.annual_salary AS annual_salary_19, b0_.monthly_salary AS monthly_salary_20, b0_.salary_type AS salary_type_21, b0_.blocked AS blocked_22, b0_.job_id AS job_id_23, b0_.verified AS verified_24, b0_.is_mediated AS is_mediated_25, b0_.`rank` AS rank_26, b0_.archived_at AS archived_at_27, b0_.is_archived AS is_archived_28, b0_.agency_payout_status AS agency_payout_status_29, b0_.agency_payout_amount AS agency_payout_amount_30, b0_.agency_payout_date AS agency_payout_date_31, b0_.agency_payout_reference AS agency_payout_reference_32, b0_.created_at AS created_at_33, b0_.updated_at AS updated_at_34, b0_.user_id AS user_id_35, b0_.employer_id AS employer_id_36, b0_.staffing_agency_id AS staffing_agency_id_37, b0_.profession_id AS profession_id_38, b0_.speciality_id AS speciality_id_39, b0_.assigned_recruiter_id AS assigned_recruiter_id_40 FROM b_job b0_ WHERE b0_.employer_id = ? AND b0_.archived_at IS NULL AND b0_.verified = 1 AND b0_.expiration_date <= ? ORDER BY b0_.id DESC
Parameters:
[ b"\x1F\x11<èÿ¾l¨»ºKú5\x18\x14‰" "2026-04-18 15:38:51" ]
|
||||||||||||||||||||||||||||||||||
| 9 | 1.24 ms |
SELECT b0_.status_mode AS status_mode_0, b0_.id AS id_1, b0_.title AS title_2, b0_.description AS description_3, b0_.status AS status_4, b0_.country AS country_5, b0_.state AS state_6, b0_.city AS city_7, b0_.street_address AS street_address_8, b0_.expiration_date AS expiration_date_9, b0_.highlight AS highlight_10, b0_.schedule AS schedule_11, b0_.start_date AS start_date_12, b0_.year_of_experience AS year_of_experience_13, b0_.pay_rate AS pay_rate_14, b0_.work_type AS work_type_15, b0_.need AS need_16, b0_.pay_rate_hourly AS pay_rate_hourly_17, b0_.pay_rate_daily AS pay_rate_daily_18, b0_.annual_salary AS annual_salary_19, b0_.monthly_salary AS monthly_salary_20, b0_.salary_type AS salary_type_21, b0_.blocked AS blocked_22, b0_.job_id AS job_id_23, b0_.verified AS verified_24, b0_.is_mediated AS is_mediated_25, b0_.`rank` AS rank_26, b0_.archived_at AS archived_at_27, b0_.is_archived AS is_archived_28, b0_.agency_payout_status AS agency_payout_status_29, b0_.agency_payout_amount AS agency_payout_amount_30, b0_.agency_payout_date AS agency_payout_date_31, b0_.agency_payout_reference AS agency_payout_reference_32, b0_.created_at AS created_at_33, b0_.updated_at AS updated_at_34, b0_.user_id AS user_id_35, b0_.employer_id AS employer_id_36, b0_.staffing_agency_id AS staffing_agency_id_37, b0_.profession_id AS profession_id_38, b0_.speciality_id AS speciality_id_39, b0_.assigned_recruiter_id AS assigned_recruiter_id_40 FROM b_job b0_ WHERE b0_.employer_id = ? AND b0_.status IN (?) AND b0_.archived_at IS NULL AND b0_.verified = 1 AND b0_.expiration_date >= ? ORDER BY b0_.id DESC
Parameters:
[ b"\x1F\x11<èÿ¾l¨»ºKú5\x18\x14‰" "published" "2026-04-18 15:38:51" ]
|
||||||||||||||||||||||||||||||||||
| 10 | 1.09 ms |
SELECT b0_.status_mode AS status_mode_0, b0_.id AS id_1, b0_.title AS title_2, b0_.description AS description_3, b0_.status AS status_4, b0_.country AS country_5, b0_.state AS state_6, b0_.city AS city_7, b0_.street_address AS street_address_8, b0_.expiration_date AS expiration_date_9, b0_.highlight AS highlight_10, b0_.schedule AS schedule_11, b0_.start_date AS start_date_12, b0_.year_of_experience AS year_of_experience_13, b0_.pay_rate AS pay_rate_14, b0_.work_type AS work_type_15, b0_.need AS need_16, b0_.pay_rate_hourly AS pay_rate_hourly_17, b0_.pay_rate_daily AS pay_rate_daily_18, b0_.annual_salary AS annual_salary_19, b0_.monthly_salary AS monthly_salary_20, b0_.salary_type AS salary_type_21, b0_.blocked AS blocked_22, b0_.job_id AS job_id_23, b0_.verified AS verified_24, b0_.is_mediated AS is_mediated_25, b0_.`rank` AS rank_26, b0_.archived_at AS archived_at_27, b0_.is_archived AS is_archived_28, b0_.agency_payout_status AS agency_payout_status_29, b0_.agency_payout_amount AS agency_payout_amount_30, b0_.agency_payout_date AS agency_payout_date_31, b0_.agency_payout_reference AS agency_payout_reference_32, b0_.created_at AS created_at_33, b0_.updated_at AS updated_at_34, b0_.user_id AS user_id_35, b0_.employer_id AS employer_id_36, b0_.staffing_agency_id AS staffing_agency_id_37, b0_.profession_id AS profession_id_38, b0_.speciality_id AS speciality_id_39, b0_.assigned_recruiter_id AS assigned_recruiter_id_40 FROM b_job b0_ WHERE b0_.employer_id = ? AND b0_.status IN (?) AND b0_.archived_at IS NULL AND b0_.verified = 1 AND b0_.expiration_date >= ? ORDER BY b0_.id DESC
Parameters:
[ b"\x1F\x11<èÿ¾l¨»ºKú5\x18\x14‰" "published" "2026-04-18 15:38:51" ]
|
||||||||||||||||||||||||||||||||||
| 11 | 1.22 ms |
SELECT b0_.status_mode AS status_mode_0, b0_.id AS id_1, b0_.title AS title_2, b0_.description AS description_3, b0_.status AS status_4, b0_.country AS country_5, b0_.state AS state_6, b0_.city AS city_7, b0_.street_address AS street_address_8, b0_.expiration_date AS expiration_date_9, b0_.highlight AS highlight_10, b0_.schedule AS schedule_11, b0_.start_date AS start_date_12, b0_.year_of_experience AS year_of_experience_13, b0_.pay_rate AS pay_rate_14, b0_.work_type AS work_type_15, b0_.need AS need_16, b0_.pay_rate_hourly AS pay_rate_hourly_17, b0_.pay_rate_daily AS pay_rate_daily_18, b0_.annual_salary AS annual_salary_19, b0_.monthly_salary AS monthly_salary_20, b0_.salary_type AS salary_type_21, b0_.blocked AS blocked_22, b0_.job_id AS job_id_23, b0_.verified AS verified_24, b0_.is_mediated AS is_mediated_25, b0_.`rank` AS rank_26, b0_.archived_at AS archived_at_27, b0_.is_archived AS is_archived_28, b0_.agency_payout_status AS agency_payout_status_29, b0_.agency_payout_amount AS agency_payout_amount_30, b0_.agency_payout_date AS agency_payout_date_31, b0_.agency_payout_reference AS agency_payout_reference_32, b0_.created_at AS created_at_33, b0_.updated_at AS updated_at_34, b0_.user_id AS user_id_35, b0_.employer_id AS employer_id_36, b0_.staffing_agency_id AS staffing_agency_id_37, b0_.profession_id AS profession_id_38, b0_.speciality_id AS speciality_id_39, b0_.assigned_recruiter_id AS assigned_recruiter_id_40 FROM b_job b0_ WHERE b0_.employer_id = ? AND b0_.archived_at IS NULL AND b0_.verified = 1 AND b0_.expiration_date <= ? ORDER BY b0_.id DESC
Parameters:
[ b"\x1F\x11<èÿ¾l¨»ºKú5\x18\x14‰" "2026-04-18 15:38:51" ]
|
||||||||||||||||||||||||||||||||||
| 12 | 0.65 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.phone1 AS phone1_4, t0.phone2 AS phone2_5, t0.email AS email_6, t0.website AS website_7, t0.logo AS logo_8, t0.average_point AS average_point_9, t0.company_name AS company_name_10, t0.contact_person_name AS contact_person_name_11, t0.contact_email AS contact_email_12, t0.notification_preferences AS notification_preferences_13, t0.auto_verify AS auto_verify_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.user_id AS user_id_17 FROM b_employer t0 WHERE t0.id = ?
Parameters:
[
b"\x1F\x11<èÿ¾l¨»ºKú5\x18\x14‰"
]
|
||||||||||||||||||||||||||||||||||
| 13 | 0.79 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.type AS type_4, t0.is_completed AS is_completed_5, t0.created_at AS created_at_6, t0.completed_at AS completed_at_7, t0.provider_id AS provider_id_8, t0.employer_id AS employer_id_9, t0.staffing_agency_id AS staffing_agency_id_10, t0.recruiter_id AS recruiter_id_11, t0.bookmark_id AS bookmark_id_12, t0.job_id AS job_id_13, t0.application_id AS application_id_14, t0.document_request_id AS document_request_id_15 FROM to_do t0 WHERE t0.employer_id = ? AND t0.is_completed = ? ORDER BY t0.created_at DESC
Parameters:
[ b"\x1F\x11<èÿ¾l¨»ºKú5\x18\x14‰" 0 ]
|
||||||||||||||||||||||||||||||||||
| 14 | 0.88 ms |
SELECT b0_.employer_status AS employer_status_0, b0_.recruiter_status AS recruiter_status_1, b0_.staffing_agency_status AS staffing_agency_status_2, b0_.id AS id_3, b0_.status AS status_4, b0_.applied_at AS applied_at_5, b0_.hired_at AS hired_at_6, b0_.document_requested_at AS document_requested_at_7, b0_.document_provided_at AS document_provided_at_8, b0_.one_file_requested_at AS one_file_requested_at_9, b0_.one_file_provided_at AS one_file_provided_at_10, b0_.contract_sent_at AS contract_sent_at_11, b0_.contract_file_name AS contract_file_name_12, b0_.contract_url AS contract_url_13, b0_.contract_signed_at AS contract_signed_at_14, b0_.contract_signed_file_name AS contract_signed_file_name_15, b0_.`rank` AS rank_16, b0_.archived_at AS archived_at_17, b0_.is_rewards_awarded AS is_rewards_awarded_18, b0_.is_archived AS is_archived_19, b0_.created_at AS created_at_20, b0_.updated_at AS updated_at_21, b0_.employer_id AS employer_id_22, b0_.staffing_agency_id AS staffing_agency_id_23, b0_.recruiter_id AS recruiter_id_24, b0_.provider_id AS provider_id_25, b0_.job_id AS job_id_26, b0_.interview_id AS interview_id_27 FROM b_application b0_ WHERE b0_.job_id IN (?, ?, ?, ?, ?) AND b0_.provider_id IN (?, ?)
Parameters:
[ "1f12b0d0-2ce9-6014-85ef-67d0c8d96c27" "1f1308ef-4e6e-64f6-952b-5da1e51a008b" "1f133b55-99a7-6164-a6de-fd5a98f53109" "1f1315e9-9f9e-6446-bd61-85180a7defb0" "1f1302a0-d5fb-64e6-aa40-77f342b2204f" "1f1214c0-8b40-6d9e-80db-2ff2d72f559a" "1f11df4c-8029-6b6c-8293-bfc01fd1be55" ]
|
||||||||||||||||||||||||||||||||||
| 15 | 0.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.suffix AS suffix_3, t0.title AS title_4, t0.npi_number AS npi_number_5, t0.phone_home AS phone_home_6, t0.phone_work AS phone_work_7, t0.phone_mobile AS phone_mobile_8, t0.cv_filename AS cv_filename_9, t0.country AS country_10, t0.state AS state_11, t0.city AS city_12, t0.zip_code AS zip_code_13, t0.street_address AS street_address_14, t0.desired_pay_rate AS desired_pay_rate_15, t0.pay_rate_hourly AS pay_rate_hourly_16, t0.pay_rate_daily AS pay_rate_daily_17, t0.desired_hour AS desired_hour_18, t0.desired_states AS desired_states_19, t0.availability_to_start AS availability_to_start_20, t0.willing_to_travel AS willing_to_travel_21, t0.preferred_patient_volume AS preferred_patient_volume_22, t0.release_authorization_date AS release_authorization_date_23, t0.ssn AS ssn_24, t0.dob AS dob_25, t0.country_of_birth AS country_of_birth_26, t0.state_of_birth AS state_of_birth_27, t0.city_of_birth AS city_of_birth_28, t0.release_and_authorization_accepted AS release_and_authorization_accepted_29, t0.application_certification_date AS application_certification_date_30, t0.risk_assessment AS risk_assessment_31, t0.health_assessment AS health_assessment_32, t0.cashback AS cashback_33, t0.notification_preferences AS notification_preferences_34, t0.average_point AS average_point_35, t0.skip_onboarding AS skip_onboarding_36, t0.professional_references AS professional_references_37, t0.rewards_points AS rewards_points_38, t0.created_at AS created_at_39, t0.updated_at AS updated_at_40, t0.user_id AS user_id_41, t0.profession_id AS profession_id_42 FROM b_provider t0 WHERE t0.id = ?
Parameters:
[
b"\x1F\x11ßL€)kl‚“¿À\x1FѾU"
]
|
||||||||||||||||||||||||||||||||||
| 16 | 0.64 ms |
SELECT b0_.id AS id_0, b0_.date AS date_1, b0_.end_date AS end_date_2, b0_.meeting_url AS meeting_url_3, b0_.meeting_platform AS meeting_platform_4, b0_.comment AS comment_5, b0_.status AS status_6, b0_.created_at AS created_at_7, b0_.updated_at AS updated_at_8, b0_.application_id AS application_id_9 FROM b_interview b0_ LEFT JOIN b_application b1_ ON b0_.application_id = b1_.id WHERE b1_.employer_id = ?
Parameters:
[
b"\x1F\x11<èÿ¾l¨»ºKú5\x18\x14‰"
]
|
||||||||||||||||||||||||||||||||||
| 17 | 0.58 ms |
SELECT t0.employer_status AS employer_status_1, t0.recruiter_status AS recruiter_status_2, t0.staffing_agency_status AS staffing_agency_status_3, t0.id AS id_4, t0.status AS status_5, t0.applied_at AS applied_at_6, t0.hired_at AS hired_at_7, t0.document_requested_at AS document_requested_at_8, t0.document_provided_at AS document_provided_at_9, t0.one_file_requested_at AS one_file_requested_at_10, t0.one_file_provided_at AS one_file_provided_at_11, t0.contract_sent_at AS contract_sent_at_12, t0.contract_file_name AS contract_file_name_13, t0.contract_url AS contract_url_14, t0.contract_signed_at AS contract_signed_at_15, t0.contract_signed_file_name AS contract_signed_file_name_16, t0.`rank` AS rank_17, t0.archived_at AS archived_at_18, t0.is_rewards_awarded AS is_rewards_awarded_19, t0.is_archived AS is_archived_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.employer_id AS employer_id_23, t0.staffing_agency_id AS staffing_agency_id_24, t0.recruiter_id AS recruiter_id_25, t0.provider_id AS provider_id_26, t0.job_id AS job_id_27, t0.interview_id AS interview_id_28 FROM b_application t0 WHERE t0.id = ?
Parameters:
[
b"\x1F\x13"ò\x07£bÄâueÉO3Ga"
]
|
||||||||||||||||||||||||||||||||||
| 18 | 0.73 ms |
SELECT t0.employer_status AS employer_status_1, t0.recruiter_status AS recruiter_status_2, t0.staffing_agency_status AS staffing_agency_status_3, t0.id AS id_4, t0.status AS status_5, t0.applied_at AS applied_at_6, t0.hired_at AS hired_at_7, t0.document_requested_at AS document_requested_at_8, t0.document_provided_at AS document_provided_at_9, t0.one_file_requested_at AS one_file_requested_at_10, t0.one_file_provided_at AS one_file_provided_at_11, t0.contract_sent_at AS contract_sent_at_12, t0.contract_file_name AS contract_file_name_13, t0.contract_url AS contract_url_14, t0.contract_signed_at AS contract_signed_at_15, t0.contract_signed_file_name AS contract_signed_file_name_16, t0.`rank` AS rank_17, t0.archived_at AS archived_at_18, t0.is_rewards_awarded AS is_rewards_awarded_19, t0.is_archived AS is_archived_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.employer_id AS employer_id_23, t0.staffing_agency_id AS staffing_agency_id_24, t0.recruiter_id AS recruiter_id_25, t0.provider_id AS provider_id_26, t0.job_id AS job_id_27, t0.interview_id AS interview_id_28 FROM b_application t0 WHERE t0.id = ?
Parameters:
[
b"\x1F\x12░§l╣m^Öò1Øgú\x19╚"
]
|
||||||||||||||||||||||||||||||||||
| 19 | 0.47 ms |
SELECT t0.employer_status AS employer_status_1, t0.recruiter_status AS recruiter_status_2, t0.staffing_agency_status AS staffing_agency_status_3, t0.id AS id_4, t0.status AS status_5, t0.applied_at AS applied_at_6, t0.hired_at AS hired_at_7, t0.document_requested_at AS document_requested_at_8, t0.document_provided_at AS document_provided_at_9, t0.one_file_requested_at AS one_file_requested_at_10, t0.one_file_provided_at AS one_file_provided_at_11, t0.contract_sent_at AS contract_sent_at_12, t0.contract_file_name AS contract_file_name_13, t0.contract_url AS contract_url_14, t0.contract_signed_at AS contract_signed_at_15, t0.contract_signed_file_name AS contract_signed_file_name_16, t0.`rank` AS rank_17, t0.archived_at AS archived_at_18, t0.is_rewards_awarded AS is_rewards_awarded_19, t0.is_archived AS is_archived_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.employer_id AS employer_id_23, t0.staffing_agency_id AS staffing_agency_id_24, t0.recruiter_id AS recruiter_id_25, t0.provider_id AS provider_id_26, t0.job_id AS job_id_27, t0.interview_id AS interview_id_28 FROM b_application t0 WHERE t0.id = ?
Parameters:
[
b"\x1F\x13\tzt\x00f\x02»X›mÊ>Áó"
]
|
||||||||||||||||||||||||||||||||||
| 20 | 0.92 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.user_type AS user_type_4, t0.roles AS roles_5, t0.password AS password_6, t0.is_verified AS is_verified_7, t0.oauth_provider AS oauth_provider_8, t0.oauth_id AS oauth_id_9, t0.profile_picture_filename AS profile_picture_filename_10, t0.oauth_data AS oauth_data_11, t0.on_boarding_completed_at AS on_boarding_completed_at_12, t0.dob AS dob_13, t0.gender AS gender_14, t0.stripe_customer_id AS stripe_customer_id_15, t0.stripe_connect_id AS stripe_connect_id_16, t0.stripe_account_status AS stripe_account_status_17, t0.subscription_status AS subscription_status_18, t0.subscription_ends_at AS subscription_ends_at_19, t0.custom_fee_structure AS custom_fee_structure_20, t0.phone1 AS phone1_21, t0.phone2 AS phone2_22, t0.bio AS bio_23, t0.nickname AS nickname_24, t0.blocked AS blocked_25, t0.mfa_code AS mfa_code_26, t0.mfa_expires_at AS mfa_expires_at_27, t0.is_hybrid_recruiter AS is_hybrid_recruiter_28, t0.address AS address_29, t0.created_at AS created_at_30, t0.updated_at AS updated_at_31, t0.employer_id AS employer_id_32, t0.staffing_agency_id AS staffing_agency_id_33, t35.id AS id_34, t35.name AS name_36, t35.suffix AS suffix_37, t35.title AS title_38, t35.npi_number AS npi_number_39, t35.phone_home AS phone_home_40, t35.phone_work AS phone_work_41, t35.phone_mobile AS phone_mobile_42, t35.cv_filename AS cv_filename_43, t35.country AS country_44, t35.state AS state_45, t35.city AS city_46, t35.zip_code AS zip_code_47, t35.street_address AS street_address_48, t35.desired_pay_rate AS desired_pay_rate_49, t35.pay_rate_hourly AS pay_rate_hourly_50, t35.pay_rate_daily AS pay_rate_daily_51, t35.desired_hour AS desired_hour_52, t35.desired_states AS desired_states_53, t35.availability_to_start AS availability_to_start_54, t35.willing_to_travel AS willing_to_travel_55, t35.preferred_patient_volume AS preferred_patient_volume_56, t35.release_authorization_date AS release_authorization_date_57, t35.ssn AS ssn_58, t35.dob AS dob_59, t35.country_of_birth AS country_of_birth_60, t35.state_of_birth AS state_of_birth_61, t35.city_of_birth AS city_of_birth_62, t35.release_and_authorization_accepted AS release_and_authorization_accepted_63, t35.application_certification_date AS application_certification_date_64, t35.risk_assessment AS risk_assessment_65, t35.health_assessment AS health_assessment_66, t35.cashback AS cashback_67, t35.notification_preferences AS notification_preferences_68, t35.average_point AS average_point_69, t35.skip_onboarding AS skip_onboarding_70, t35.professional_references AS professional_references_71, t35.rewards_points AS rewards_points_72, t35.created_at AS created_at_73, t35.updated_at AS updated_at_74, t35.user_id AS user_id_75, t35.profession_id AS profession_id_76, t78.id AS id_77, t78.company_name AS company_name_79, t78.speciality AS speciality_80, t78.membership_level AS membership_level_81, t78.rating AS rating_82, t78.is_verified AS is_verified_83, t78.stripe_connect_account_id AS stripe_connect_account_id_84, t78.stripe_account_status AS stripe_account_status_85, t78.created_at AS created_at_86, t78.updated_at AS updated_at_87, t78.user_id AS user_id_88, t90.id AS id_89, t90.balance AS balance_91, t90.updated_at AS updated_at_92, t90.user_id AS user_id_93, t0.membership_tier_id AS membership_tier_id_94, t0.recruiter_id AS recruiter_id_95, t0.dtype FROM b_user t0 LEFT JOIN b_provider t35 ON t35.user_id = t0.id LEFT JOIN b_recruiter t78 ON t78.user_id = t0.id LEFT JOIN b_credit_wallet t90 ON t90.user_id = t0.id WHERE t0.id = ? AND t0.dtype IN ('user')
Parameters:
[
b"""
\x1F\x11=\x1E\x1Eýmx•¤µ\n
Ã!ƒ¸
"""
]
|
||||||||||||||||||||||||||||||||||
| 21 | 0.54 ms |
SELECT t0.employer_status AS employer_status_1, t0.recruiter_status AS recruiter_status_2, t0.staffing_agency_status AS staffing_agency_status_3, t0.id AS id_4, t0.status AS status_5, t0.applied_at AS applied_at_6, t0.hired_at AS hired_at_7, t0.document_requested_at AS document_requested_at_8, t0.document_provided_at AS document_provided_at_9, t0.one_file_requested_at AS one_file_requested_at_10, t0.one_file_provided_at AS one_file_provided_at_11, t0.contract_sent_at AS contract_sent_at_12, t0.contract_file_name AS contract_file_name_13, t0.contract_url AS contract_url_14, t0.contract_signed_at AS contract_signed_at_15, t0.contract_signed_file_name AS contract_signed_file_name_16, t0.`rank` AS rank_17, t0.archived_at AS archived_at_18, t0.is_rewards_awarded AS is_rewards_awarded_19, t0.is_archived AS is_archived_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.employer_id AS employer_id_23, t0.staffing_agency_id AS staffing_agency_id_24, t0.recruiter_id AS recruiter_id_25, t0.provider_id AS provider_id_26, t0.job_id AS job_id_27, t0.interview_id AS interview_id_28 FROM b_application t0 WHERE t0.id = ?
Parameters:
[
b"\x1F\x13;bx\x1Cc蚈M.§v¿E"
]
|
||||||||||||||||||||||||||||||||||
| 22 | 0.61 ms |
SELECT t0.id AS id_1, t0.config_key AS config_key_2, t0.config_value AS config_value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM b_config t0
Parameters:
[] |
||||||||||||||||||||||||||||||||||
| 23 | 1.12 ms |
SELECT t0.id AS id_1, t0.notification_type AS notification_type_2, t0.user_type AS user_type_3, t0.message AS message_4, t0.seen AS seen_5, t0.extra_data AS extra_data_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.user_id AS user_id_9 FROM b_notification t0 WHERE t0.user_type = ? AND t0.seen = ? AND t0.user_id = ? ORDER BY t0.created_at DESC LIMIT 5
Parameters:
[ "EMPLOYER" 0 b"\x1F\x11<Ú\x1DÅd\x1C╗\x1FK·5\x18\x14ë" ] |
||||||||||||||||||||||||||||||||||
| 24 | 0.76 ms |
SELECT t0.id AS id_1, t0.notification_type AS notification_type_2, t0.user_type AS user_type_3, t0.message AS message_4, t0.seen AS seen_5, t0.extra_data AS extra_data_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.user_id AS user_id_9 FROM b_notification t0 WHERE t0.user_id = ? AND t0.user_type = ? AND t0.seen = ?
Parameters:
[ b"\x1F\x11<Ú\x1DÅd\x1C╗\x1FK·5\x18\x14ë" "EMPLOYER" 0 ] |
||||||||||||||||||||||||||||||||||
| 25 | 0.70 ms |
SELECT t0.id AS id_1, t0.balance AS balance_2, t0.updated_at AS updated_at_3, t0.user_id AS user_id_4 FROM b_credit_wallet t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
b"\x1F\x11<Ú\x1DÅd\x1C╗\x1FK·5\x18\x14ë"
]
|
||||||||||||||||||||||||||||||||||
| 26 | 0.51 ms |
SELECT t0.id AS id_1, t0.balance AS balance_2, t0.updated_at AS updated_at_3, t0.user_id AS user_id_4 FROM b_credit_wallet t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
b"\x1F\x11<Ú\x1DÅd\x1C╗\x1FK·5\x18\x14ë"
]
|
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\Notification | 42 |
| App\Entity\ToDo | 31 |
| App\Entity\DocumentRequest | 24 |
| App\Entity\Config | 23 |
| App\Entity\Job | 12 |
| App\Entity\Speciality | 8 |
| App\Entity\Interview | 6 |
| App\Entity\Application | 5 |
| App\Entity\Profession | 4 |
| App\Entity\User | 3 |
| App\Entity\MembershipTier | 3 |
| App\Entity\CreditWallet | 2 |
| App\Entity\Provider | 2 |
| App\Entity\Employer | 1 |
| App\Entity\Message | 1 |
| App\Entity\Recruiter | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Employer | No errors. |
| App\Entity\StaffingAgency | No errors. |
| App\Entity\Provider | No errors. |
| App\Entity\Profession | No errors. |
| App\Entity\Recruiter | No errors. |
| App\Entity\CreditWallet | No errors. |
| App\Entity\MembershipTier | No errors. |
| App\Entity\Education | No errors. |
| App\Entity\Experience | No errors. |
| App\Entity\Insurance | No errors. |
| App\Entity\License | No errors. |
| App\Entity\Application | No errors. |
| App\Entity\Message | No errors. |
| App\Entity\Job | No errors. |
| App\Entity\Speciality | No errors. |
| App\Entity\Notification | No errors. |
| App\Entity\JobRecruiter | No errors. |
| App\Entity\ToDo | No errors. |
| App\Entity\Bookmark | No errors. |
| App\Entity\DocumentRequest | No errors. |
| App\Entity\Interview | No errors. |
| App\Entity\Review | No errors. |
| App\Entity\Invoice | No errors. |
| App\Entity\Config | No errors. |