1 |
0.94 ms |
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.text_1 AS text_1_2, s0_.text_2 AS text_2_3, s0_.picture_page AS picture_page_4, s0_.picture_text AS picture_text_5, s0_.picture_pres AS picture_pres_6, s0_.picture_pres_hover AS picture_pres_hover_7, s0_.pos AS pos_8, s0_.tag AS tag_9, s0_.updated_at AS updated_at_10 FROM services s0_ INNER JOIN sub_services s1_ ON s0_.id = s1_.service_id WHERE s0_.tag = ?
Parameters: [
"reflexologie"
]
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.text_1 AS text_1_2, s0_.text_2 AS text_2_3, s0_.picture_page AS picture_page_4, s0_.picture_text AS picture_text_5, s0_.picture_pres AS picture_pres_6, s0_.picture_pres_hover AS picture_pres_hover_7, s0_.pos AS pos_8, s0_.tag AS tag_9, s0_.updated_at AS updated_at_10 FROM services s0_ INNER JOIN sub_services s1_ ON s0_.id = s1_.service_id WHERE s0_.tag = 'reflexologie';
|
2 |
0.49 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.duration AS duration_3, t0.nb_seances AS nb_seances_4, t0.price AS price_5, t0.pos AS pos_6, t0.text AS text_7, t0.package AS package_8, t0.allowed_to_appointment AS allowed_to_appointment_9, t0.duration_to_book AS duration_to_book_10, t0.service_id AS service_id_11 FROM sub_services t0 WHERE t0.service_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.duration AS duration_3, t0.nb_seances AS nb_seances_4, t0.price AS price_5, t0.pos AS pos_6, t0.text AS text_7, t0.package AS package_8, t0.allowed_to_appointment AS allowed_to_appointment_9, t0.duration_to_book AS duration_to_book_10, t0.service_id AS service_id_11 FROM sub_services t0 WHERE t0.service_id = 6;
|
3 |
0.41 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.text_1 AS text_1_3, t0.text_2 AS text_2_4, t0.picture_page AS picture_page_5, t0.picture_text AS picture_text_6, t0.picture_pres AS picture_pres_7, t0.picture_pres_hover AS picture_pres_hover_8, t0.pos AS pos_9, t0.tag AS tag_10, t0.updated_at AS updated_at_11 FROM services t0 ORDER BY t0.pos ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.text_1 AS text_1_3, t0.text_2 AS text_2_4, t0.picture_page AS picture_page_5, t0.picture_text AS picture_text_6, t0.picture_pres AS picture_pres_7, t0.picture_pres_hover AS picture_pres_hover_8, t0.pos AS pos_9, t0.tag AS tag_10, t0.updated_at AS updated_at_11 FROM services t0 ORDER BY t0.pos ASC;
|
4 |
0.32 ms |
SELECT t0.id AS id_1, t0.picture_text AS picture_text_2, t0.picture_pres AS picture_pres_3, t0.picture_pres_hover AS picture_pres_hover_4, t0.title AS title_5, t0.text AS text_6, t0.duration AS duration_7, t0.allowed_to_appointment AS allowed_to_appointment_8, t0.duration_to_book AS duration_to_book_9, t0.updated_at AS updated_at_10 FROM specialities t0
SELECT t0.id AS id_1, t0.picture_text AS picture_text_2, t0.picture_pres AS picture_pres_3, t0.picture_pres_hover AS picture_pres_hover_4, t0.title AS title_5, t0.text AS text_6, t0.duration AS duration_7, t0.allowed_to_appointment AS allowed_to_appointment_8, t0.duration_to_book AS duration_to_book_9, t0.updated_at AS updated_at_10 FROM specialities t0;
|