| 1 |
7.80 ms |
SELECT c0_.uuid AS uuid_0, c0_.slug AS slug_1, c0_.section AS section_2, c0_.name AS name_3, c0_.cover AS cover_4, c0_.active AS active_5, c0_.translation AS translation_6 FROM category c0_ WHERE c0_.active = ? ORDER BY c0_.name ASC
SELECT c0_.uuid AS uuid_0, c0_.slug AS slug_1, c0_.section AS section_2, c0_.name AS name_3, c0_.cover AS cover_4, c0_.active AS active_5, c0_.translation AS translation_6 FROM category c0_ WHERE c0_.active = 1 ORDER BY c0_.name ASC;
|
| 2 |
4.26 ms |
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 = ? ORDER BY r0_.title ASC LIMIT 24
Parameters: [
"80144d27-5742-4f21-82f8-6f0936c45f4c"
]
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 = '80144d27-5742-4f21-82f8-6f0936c45f4c' ORDER BY r0_.title ASC LIMIT 24;
|