2.51 ms (39.30%)
|
4 |
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.image_couverture AS image_couverture_4, a0_.date_evenement AS date_evenement_5, a0_.lieu AS lieu_6, a0_.photos AS photos_7, a0_.actif AS actif_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.categorie_id AS categorie_id_11 FROM album a0_ WHERE a0_.actif = ? AND a0_.categorie_id = ? ORDER BY a0_.created_at DESC
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.image_couverture AS image_couverture_4, a0_.date_evenement AS date_evenement_5, a0_.lieu AS lieu_6, a0_.photos AS photos_7, a0_.actif AS actif_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.categorie_id AS categorie_id_11 FROM album a0_ WHERE a0_.actif = 1 AND a0_.categorie_id = 1 ORDER BY a0_.created_at DESC;
|
1.84 ms (28.84%)
|
1 |
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.image_couverture AS image_couverture_4, a0_.date_evenement AS date_evenement_5, a0_.lieu AS lieu_6, a0_.photos AS photos_7, a0_.actif AS actif_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.categorie_id AS categorie_id_11 FROM album a0_ WHERE a0_.actif = ? ORDER BY a0_.created_at DESC
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.image_couverture AS image_couverture_4, a0_.date_evenement AS date_evenement_5, a0_.lieu AS lieu_6, a0_.photos AS photos_7, a0_.actif AS actif_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.categorie_id AS categorie_id_11 FROM album a0_ WHERE a0_.actif = 1 ORDER BY a0_.created_at DESC;
|
1.21 ms (18.94%)
|
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.slug AS slug_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM categorie_article t0
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.slug AS slug_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM categorie_article t0;
|
0.82 ms (12.92%)
|
1 |
SELECT o0_.id AS id_0, o0_.nom AS nom_1, o0_.telephone AS telephone_2, o0_.email AS email_3, o0_.adresse AS adresse_4, o0_.logo AS logo_5, o0_.icon AS icon_6, o0_.site_web AS site_web_7, o0_.description AS description_8, o0_.facebook AS facebook_9, o0_.twitter AS twitter_10, o0_.linkedin AS linkedin_11, o0_.youtube AS youtube_12, o0_.instagram AS instagram_13, o0_.created_at AS created_at_14, o0_.updated_at AS updated_at_15 FROM organisation o0_ LIMIT 1
SELECT o0_.id AS id_0, o0_.nom AS nom_1, o0_.telephone AS telephone_2, o0_.email AS email_3, o0_.adresse AS adresse_4, o0_.logo AS logo_5, o0_.icon AS icon_6, o0_.site_web AS site_web_7, o0_.description AS description_8, o0_.facebook AS facebook_9, o0_.twitter AS twitter_10, o0_.linkedin AS linkedin_11, o0_.youtube AS youtube_12, o0_.instagram AS instagram_13, o0_.created_at AS created_at_14, o0_.updated_at AS updated_at_15 FROM organisation o0_ LIMIT 1;
|