1.10 ms (42.50%)
|
4 |
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 = 2;
|
0.99 ms (38.55%)
|
1 |
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_ ORDER BY s0_.pos ASC
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_ ORDER BY s0_.pos ASC;
|
0.49 ms (18.95%)
|
2 |
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;
|