2.78 ms (76.81%)
|
1 |
SELECT r0_.uuid AS uuid_0, r0_.slug AS slug_1, r0_.cuuid AS cuuid_2, r0_.category AS category_3, r0_.title AS title_4, r0_.description AS description_5, r0_.preparation AS preparation_6, r0_.ingredients AS ingredients_7, r0_.translation AS translation_8, r0_.source AS source_9, r0_.author AS author_10, r0_.cover AS cover_11, r0_.images AS images_12, r0_.impressions AS impressions_13, r0_.created_at AS created_at_14, r0_.updated_at AS updated_at_15, r0_.active AS active_16 FROM recipe r0_ WHERE r0_.cuuid = ? AND r0_.uuid <> ? ORDER BY r0_.created_at ASC LIMIT 5
SELECT r0_.uuid AS uuid_0, r0_.slug AS slug_1, r0_.cuuid AS cuuid_2, r0_.category AS category_3, r0_.title AS title_4, r0_.description AS description_5, r0_.preparation AS preparation_6, r0_.ingredients AS ingredients_7, r0_.translation AS translation_8, r0_.source AS source_9, r0_.author AS author_10, r0_.cover AS cover_11, r0_.images AS images_12, r0_.impressions AS impressions_13, r0_.created_at AS created_at_14, r0_.updated_at AS updated_at_15, r0_.active AS active_16 FROM recipe r0_ WHERE r0_.cuuid = 'b8f36b8c-e795-4019-b068-b07a329b117c' AND r0_.uuid <> '019d4df4-9fbf-750f-be93-a6cee7cde03d' ORDER BY r0_.created_at ASC LIMIT 5;
|
0.84 ms (23.19%)
|
1 |
SELECT r0_.uuid AS uuid_0, r0_.slug AS slug_1, r0_.cuuid AS cuuid_2, r0_.category AS category_3, r0_.title AS title_4, r0_.description AS description_5, r0_.preparation AS preparation_6, r0_.ingredients AS ingredients_7, r0_.translation AS translation_8, r0_.source AS source_9, r0_.author AS author_10, r0_.cover AS cover_11, r0_.images AS images_12, r0_.impressions AS impressions_13, r0_.created_at AS created_at_14, r0_.updated_at AS updated_at_15, r0_.active AS active_16 FROM recipe r0_ WHERE r0_.uuid = ?
Parameters: [
"019d4df4-9fbf-750f-be93-a6cee7cde03d"
]
SELECT r0_.uuid AS uuid_0, r0_.slug AS slug_1, r0_.cuuid AS cuuid_2, r0_.category AS category_3, r0_.title AS title_4, r0_.description AS description_5, r0_.preparation AS preparation_6, r0_.ingredients AS ingredients_7, r0_.translation AS translation_8, r0_.source AS source_9, r0_.author AS author_10, r0_.cover AS cover_11, r0_.images AS images_12, r0_.impressions AS impressions_13, r0_.created_at AS created_at_14, r0_.updated_at AS updated_at_15, r0_.active AS active_16 FROM recipe r0_ WHERE r0_.uuid = '019d4df4-9fbf-750f-be93-a6cee7cde03d';
|