9.89 ms (57.38%)
|
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 = 38;
|
5.71 ms (33.08%)
|
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 = 9;
|
1.07 ms (6.20%)
|
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: [
"ergotherapie"
]
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 = 'ergotherapie' LIMIT 1;
|
0.34 ms (1.96%)
|
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 = 21;
|
0.24 ms (1.38%)
|
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;
|