3.09 ms (50.88%)
|
4 |
SELECT t1.id AS id_2, t1.target AS target_3, t1.pages AS pages_4, t1.downloads AS downloads_5, t1.reading AS reading_6, t1.name AS name_7, t1.dir AS dir_8, t1.source AS source_9, t1.size AS size_10, t1.is_enabled AS is_enabled_11, t1.is_deleted AS is_deleted_12, t1.last_update AS last_update_13, t1.created_at AS created_at_14, t1.format_size AS format_size_15, t1.mimetype AS mimetype_16, t1.uuid AS uuid_17, t1.view_strategy AS view_strategy_18, t0.thumbnail_dir AS thumbnail_dir_19, t0.has_thumbnail AS has_thumbnail_20, t1.created_by_id AS created_by_id_21, t1.type FROM picture t0 INNER JOIN FILE t1 ON t0.id = t1.id WHERE t1.id = ?
SELECT t1.id AS id_2, t1.target AS target_3, t1.pages AS pages_4, t1.downloads AS downloads_5, t1.reading AS reading_6, t1.name AS name_7, t1.dir AS dir_8, t1.source AS source_9, t1.size AS size_10, t1.is_enabled AS is_enabled_11, t1.is_deleted AS is_deleted_12, t1.last_update AS last_update_13, t1.created_at AS created_at_14, t1.format_size AS format_size_15, t1.mimetype AS mimetype_16, t1.uuid AS uuid_17, t1.view_strategy AS view_strategy_18, t0.thumbnail_dir AS thumbnail_dir_19, t0.has_thumbnail AS has_thumbnail_20, t1.created_by_id AS created_by_id_21, t1.type FROM picture t0 INNER JOIN FILE t1 ON t0.id = t1.id WHERE t1.id = 101;
|
1.61 ms (26.46%)
|
2 |
SELECT t0.name AS name_1, t0.slug AS slug_2, t0.description AS description_3, t0.id AS id_4, t0.uuid AS uuid_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.is_enabled AS is_enabled_8, t0.banner_id AS banner_id_9 FROM articles_categories t0 WHERE t0.is_enabled = ?
SELECT t0.name AS name_1, t0.slug AS slug_2, t0.description AS description_3, t0.id AS id_4, t0.uuid AS uuid_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.is_enabled AS is_enabled_8, t0.banner_id AS banner_id_9 FROM articles_categories t0 WHERE t0.is_enabled = 1;
|
0.94 ms (15.41%)
|
1 |
SELECT a0_.title AS title_0, a0_.description AS description_1, a0_.content AS content_2, a0_.slug AS slug_3, a0_.date AS date_4, a0_.is_on_front_page AS is_on_front_page_5, a0_.is_visible AS is_visible_6, a0_.is_deleted AS is_deleted_7, a0_.flickr AS flickr_8, a0_.url AS url_9, a0_.soundcloud AS soundcloud_10, a0_.tags AS tags_11, a0_.is_enabled AS is_enabled_12, a0_.created_at AS created_at_13, a0_.updated_at AS updated_at_14, a0_.id AS id_15, a0_.uuid AS uuid_16, a0_.type_id AS type_id_17, a0_.album_id AS album_id_18, a0_.biblio_id AS biblio_id_19, a0_.user_id AS user_id_20, a0_.updated_by_id AS updated_by_id_21, a0_.category_id AS category_id_22, a0_.specialites_id AS specialites_id_23, a0_.banner_id AS banner_id_24, a0_.video_id AS video_id_25 FROM articles a0_ LEFT JOIN articles_categories a1_ ON a0_.category_id = a1_.id WHERE a1_.slug = ? ORDER BY a0_.date DESC
Parameters: [
"sensibilisation"
]
SELECT a0_.title AS title_0, a0_.description AS description_1, a0_.content AS content_2, a0_.slug AS slug_3, a0_.date AS date_4, a0_.is_on_front_page AS is_on_front_page_5, a0_.is_visible AS is_visible_6, a0_.is_deleted AS is_deleted_7, a0_.flickr AS flickr_8, a0_.url AS url_9, a0_.soundcloud AS soundcloud_10, a0_.tags AS tags_11, a0_.is_enabled AS is_enabled_12, a0_.created_at AS created_at_13, a0_.updated_at AS updated_at_14, a0_.id AS id_15, a0_.uuid AS uuid_16, a0_.type_id AS type_id_17, a0_.album_id AS album_id_18, a0_.biblio_id AS biblio_id_19, a0_.user_id AS user_id_20, a0_.updated_by_id AS updated_by_id_21, a0_.category_id AS category_id_22, a0_.specialites_id AS specialites_id_23, a0_.banner_id AS banner_id_24, a0_.video_id AS video_id_25 FROM articles a0_ LEFT JOIN articles_categories a1_ ON a0_.category_id = a1_.id WHERE a1_.slug = 'sensibilisation' ORDER BY a0_.date DESC;
|
0.44 ms (7.24%)
|
1 |
SELECT t0.name AS name_1, t0.slug AS slug_2, t0.description AS description_3, t0.id AS id_4, t0.uuid AS uuid_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.is_enabled AS is_enabled_8, t0.banner_id AS banner_id_9 FROM articles_categories t0 WHERE t0.slug = ?
Parameters: [
"sensibilisation"
]
SELECT t0.name AS name_1, t0.slug AS slug_2, t0.description AS description_3, t0.id AS id_4, t0.uuid AS uuid_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.is_enabled AS is_enabled_8, t0.banner_id AS banner_id_9 FROM articles_categories t0 WHERE t0.slug = 'sensibilisation';
|