| 1 |
43.01 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.preparation AS preparation_3, t0.cuisson AS cuisson_4, t0.repos AS repos_5, t0.pays AS pays_6, t0.instruction AS instruction_7, t0.brouillon AS brouillon_8, t0.image AS image_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.slug AS slug_12, t0.portion AS portion_13, t0.categorie_id AS categorie_id_14 FROM recette t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"samosas"
]
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.preparation AS preparation_3, t0.cuisson AS cuisson_4, t0.repos AS repos_5, t0.pays AS pays_6, t0.instruction AS instruction_7, t0.brouillon AS brouillon_8, t0.image AS image_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.slug AS slug_12, t0.portion AS portion_13, t0.categorie_id AS categorie_id_14 FROM recette t0 WHERE t0.slug = 'samosas' LIMIT 1;
|
| 2 |
0.25 ms |
SELECT t0.id AS id_1, t0.etoile AS etoile_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.recette_id AS recette_id_5, t0.auteur_id AS auteur_id_6 FROM note t0 WHERE t0.recette_id = ?
SELECT t0.id AS id_1, t0.etoile AS etoile_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.recette_id AS recette_id_5, t0.auteur_id AS auteur_id_6 FROM note t0 WHERE t0.recette_id = 9;
|
| 3 |
0.17 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.preparation AS preparation_3, t0.cuisson AS cuisson_4, t0.repos AS repos_5, t0.pays AS pays_6, t0.instruction AS instruction_7, t0.brouillon AS brouillon_8, t0.image AS image_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.slug AS slug_12, t0.portion AS portion_13, t0.categorie_id AS categorie_id_14 FROM recette t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"samosas"
]
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.preparation AS preparation_3, t0.cuisson AS cuisson_4, t0.repos AS repos_5, t0.pays AS pays_6, t0.instruction AS instruction_7, t0.brouillon AS brouillon_8, t0.image AS image_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.slug AS slug_12, t0.portion AS portion_13, t0.categorie_id AS categorie_id_14 FROM recette t0 WHERE t0.slug = 'samosas' LIMIT 1;
|
| 4 |
0.19 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4 FROM categorie t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4 FROM categorie t0 WHERE t0.id = 2;
|
| 5 |
0.20 ms |
SELECT t0.id AS id_1, t0.quantite AS quantite_2, t0.mesure AS mesure_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM mesure t0 INNER JOIN mesure_recette ON t0.id = mesure_recette.mesure_id WHERE mesure_recette.recette_id = ?
SELECT t0.id AS id_1, t0.quantite AS quantite_2, t0.mesure AS mesure_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM mesure t0 INNER JOIN mesure_recette ON t0.id = mesure_recette.mesure_id WHERE mesure_recette.recette_id = 9;
|
| 6 |
0.15 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 88;
|
| 7 |
0.13 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 89;
|
| 8 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 90;
|
| 9 |
0.13 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 91;
|
| 10 |
0.12 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 92;
|
| 11 |
0.12 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 93;
|
| 12 |
0.12 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 94;
|
| 13 |
0.13 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 95;
|
| 14 |
0.13 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 96;
|
| 15 |
0.14 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM ingredient t0 INNER JOIN ingredient_mesure ON t0.id = ingredient_mesure.ingredient_id WHERE ingredient_mesure.mesure_id = 97;
|
| 16 |
0.13 ms |
SELECT t0.id AS id_1, t0.contenu AS contenu_2, t0.statut AS statut_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.recette_id AS recette_id_6, t0.auteur_id AS auteur_id_7 FROM commentaire t0 WHERE t0.recette_id = ?
SELECT t0.id AS id_1, t0.contenu AS contenu_2, t0.statut AS statut_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.recette_id AS recette_id_6, t0.auteur_id AS auteur_id_7 FROM commentaire t0 WHERE t0.recette_id = 9;
|