0.57 ms (30.10%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.headline_custom AS headline_custom_4, t0.subline_custom AS subline_custom_5, t0.campaign_id AS campaign_id_6, t0.phase_template_id AS phase_template_id_7 FROM phase t0 WHERE t0.campaign_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.headline_custom AS headline_custom_4, t0.subline_custom AS subline_custom_5, t0.campaign_id AS campaign_id_6, t0.phase_template_id AS phase_template_id_7 FROM phase t0 WHERE t0.campaign_id = 7;
|
0.54 ms (28.68%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.date_start AS date_start_4, t0.date_end AS date_end_5, t0.handle AS handle_6, t0.date_end_manually AS date_end_manually_7 FROM campaign t0 WHERE t0.handle = ? LIMIT 1
Parameters: [
"hg-haus-joseph"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.date_start AS date_start_4, t0.date_end AS date_end_5, t0.handle AS handle_6, t0.date_end_manually AS date_end_manually_7 FROM campaign t0 WHERE t0.handle = 'hg-haus-joseph' LIMIT 1;
|
0.30 ms (16.09%)
|
1 |
SELECT t0.id AS id_1, t0.position_custom AS position_custom_2, t0.default_custom AS default_custom_3, t0.status_custom AS status_custom_4, t0.required_custom AS required_custom_5, t0.phase_id AS phase_id_6, t0.formtype_template_id AS formtype_template_id_7 FROM formtype t0 WHERE t0.phase_id = ?
SELECT t0.id AS id_1, t0.position_custom AS position_custom_2, t0.default_custom AS default_custom_3, t0.status_custom AS status_custom_4, t0.required_custom AS required_custom_5, t0.phase_id AS phase_id_6, t0.formtype_template_id AS formtype_template_id_7 FROM formtype t0 WHERE t0.phase_id = 30;
|
0.25 ms (13.01%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.headline AS headline_3, t0.subline AS subline_4 FROM phase_template t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.headline AS headline_3, t0.subline AS subline_4 FROM phase_template t0 WHERE t0.id = 1;
|
0.23 ms (12.13%)
|
1 |
SELECT t0.id AS id_1, t0.phase_template_ids AS phase_template_ids_2, t0.position AS position_3, t0.type AS type_4, t0.name AS name_5, t0.choices AS choices_6, t0.default_value AS default_value_7, t0.status AS status_8, t0.label AS label_9, t0.required AS required_10 FROM formtype_template t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.phase_template_ids AS phase_template_ids_2, t0.position AS position_3, t0.type AS type_4, t0.name AS name_5, t0.choices AS choices_6, t0.default_value AS default_value_7, t0.status AS status_8, t0.label AS label_9, t0.required AS required_10 FROM formtype_template t0 WHERE t0.id = 20;
|