2.49 ms (25.21%)
|
1 |
SELECT t0.id AS id_1, t0.section_name AS section_name_2, t0.section_label AS section_label_3, t0.section_order AS section_order_4, t0.data AS data_5, t0.comments AS comments_6, t0.status AS status_7, t0.last_reviewed_at AS last_reviewed_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.company_id AS company_id_11, t0.last_reviewed_by_id AS last_reviewed_by_id_12 FROM form_section t0 WHERE t0.company_id = ?
SELECT t0.id AS id_1, t0.section_name AS section_name_2, t0.section_label AS section_label_3, t0.section_order AS section_order_4, t0.data AS data_5, t0.comments AS comments_6, t0.status AS status_7, t0.last_reviewed_at AS last_reviewed_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.company_id AS company_id_11, t0.last_reviewed_by_id AS last_reviewed_by_id_12 FROM form_section t0 WHERE t0.company_id = 23;
|
2.39 ms (24.22%)
|
2 |
SELECT t0.id AS id_1, t0.section_name AS section_name_2, t0.section_label AS section_label_3, t0.section_order AS section_order_4, t0.data AS data_5, t0.comments AS comments_6, t0.status AS status_7, t0.last_reviewed_at AS last_reviewed_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.company_id AS company_id_11, t0.last_reviewed_by_id AS last_reviewed_by_id_12 FROM form_section t0 WHERE t0.company_id = ? AND t0.section_name = ? LIMIT 1
Parameters: [
23
"inclusive_action"
]
SELECT t0.id AS id_1, t0.section_name AS section_name_2, t0.section_label AS section_label_3, t0.section_order AS section_order_4, t0.data AS data_5, t0.comments AS comments_6, t0.status AS status_7, t0.last_reviewed_at AS last_reviewed_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.company_id AS company_id_11, t0.last_reviewed_by_id AS last_reviewed_by_id_12 FROM form_section t0 WHERE t0.company_id = 23 AND t0.section_name = 'inclusive_action' LIMIT 1;
|
2.09 ms (21.23%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.invitation_token AS invitation_token_7, t0.invitation_status AS invitation_status_8, t0.is_main_contact AS is_main_contact_9, t0.last_login_at AS last_login_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.company_id AS company_id_13, t0.invited_by_id AS invited_by_id_14 FROM company_user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.invitation_token AS invitation_token_7, t0.invitation_status AS invitation_status_8, t0.is_main_contact AS is_main_contact_9, t0.last_login_at AS last_login_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.company_id AS company_id_13, t0.invited_by_id AS invited_by_id_14 FROM company_user t0 WHERE t0.id = 25;
|
1.48 ms (15.05%)
|
1 |
SELECT t0.id AS id_1, t0.section_name AS section_name_2, t0.section_label AS section_label_3, t0.section_order AS section_order_4, t0.data AS data_5, t0.comments AS comments_6, t0.status AS status_7, t0.last_reviewed_at AS last_reviewed_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.company_id AS company_id_11, t0.last_reviewed_by_id AS last_reviewed_by_id_12 FROM form_section t0 WHERE t0.company_id = ? ORDER BY t0.section_order ASC
SELECT t0.id AS id_1, t0.section_name AS section_name_2, t0.section_label AS section_label_3, t0.section_order AS section_order_4, t0.data AS data_5, t0.comments AS comments_6, t0.status AS status_7, t0.last_reviewed_at AS last_reviewed_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.company_id AS company_id_11, t0.last_reviewed_by_id AS last_reviewed_by_id_12 FROM form_section t0 WHERE t0.company_id = 23 ORDER BY t0.section_order ASC;
|
1.41 ms (14.29%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_complement AS address_complement_4, t0.zip_code AS zip_code_5, t0.city AS city_6, t0.country AS country_7, t0.phone AS phone_8, t0.website AS website_9, t0.registration_progress AS registration_progress_10, t0.is_registration_complete AS is_registration_complete_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.status AS status_14, t0.last_correction_request_at AS last_correction_request_at_15 FROM company t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_complement AS address_complement_4, t0.zip_code AS zip_code_5, t0.city AS city_6, t0.country AS country_7, t0.phone AS phone_8, t0.website AS website_9, t0.registration_progress AS registration_progress_10, t0.is_registration_complete AS is_registration_complete_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.status AS status_14, t0.last_correction_request_at AS last_correction_request_at_15 FROM company t0 WHERE t0.id = 23;
|