3.03 ms (70.38%)
|
5 |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.category AS category_4, t0.position AS position_5, t0.created_at AS created_at_6, t0.realisation_id AS realisation_id_7 FROM realisation_image t0 WHERE t0.realisation_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.category AS category_4, t0.position AS position_5, t0.created_at AS created_at_6, t0.realisation_id AS realisation_id_7 FROM realisation_image t0 WHERE t0.realisation_id = 1 ORDER BY t0.position ASC;
|
1.27 ms (29.62%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.owner_name AS owner_name_5, t0.address AS address_6, t0.phone AS phone_7, t0.email AS email_8, t0.show_images AS show_images_9, t0.show_images_travaux AS show_images_travaux_10, t0.show_images_exterieures AS show_images_exterieures_11, t0.show_images_interieures AS show_images_interieures_12, t0.show_maquettes AS show_maquettes_13, t0.show_plans AS show_plans_14, t0.show_description AS show_description_15, t0.show_owner_name AS show_owner_name_16, t0.show_address AS show_address_17, t0.show_email AS show_email_18, t0.show_phone AS show_phone_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.proprietaire_id AS proprietaire_id_22 FROM realisation t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.owner_name AS owner_name_5, t0.address AS address_6, t0.phone AS phone_7, t0.email AS email_8, t0.show_images AS show_images_9, t0.show_images_travaux AS show_images_travaux_10, t0.show_images_exterieures AS show_images_exterieures_11, t0.show_images_interieures AS show_images_interieures_12, t0.show_maquettes AS show_maquettes_13, t0.show_plans AS show_plans_14, t0.show_description AS show_description_15, t0.show_owner_name AS show_owner_name_16, t0.show_address AS show_address_17, t0.show_email AS show_email_18, t0.show_phone AS show_phone_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.proprietaire_id AS proprietaire_id_22 FROM realisation t0;
|