0.93 ms (44.08%)
|
3 |
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.site_email AS site_email_3, t0.site_logo AS site_logo_4, t0.site_url AS site_url_5, t0.site_urlfull AS site_urlfull_6, t0.site_adresse AS site_adresse_7, t0.site_cp AS site_cp_8, t0.site_ville AS site_ville_9, t0.site_phone AS site_phone_10, t0.site_youtube AS site_youtube_11, t0.site_verset AS site_verset_12, t0.site_versetverse AS site_versetverse_13, t0.site_presentation AS site_presentation_14, t0.site_facebook AS site_facebook_15, t0.site_apropos AS site_apropos_16 FROM setting t0 LIMIT 1
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.site_email AS site_email_3, t0.site_logo AS site_logo_4, t0.site_url AS site_url_5, t0.site_urlfull AS site_urlfull_6, t0.site_adresse AS site_adresse_7, t0.site_cp AS site_cp_8, t0.site_ville AS site_ville_9, t0.site_phone AS site_phone_10, t0.site_youtube AS site_youtube_11, t0.site_verset AS site_verset_12, t0.site_versetverse AS site_versetverse_13, t0.site_presentation AS site_presentation_14, t0.site_facebook AS site_facebook_15, t0.site_apropos AS site_apropos_16 FROM setting t0 LIMIT 1;
|
0.65 ms (30.86%)
|
1 |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.path AS path_3, p0_.is_published AS is_published_4, b1_.id AS id_5, b1_.type AS type_6, b1_.content AS content_7, b1_.image AS image_8, b1_.section AS section_9, b1_.position AS position_10, b1_.page_id AS page_id_11 FROM page p0_ LEFT JOIN block b1_ ON p0_.id = b1_.page_id WHERE p0_.path = ? ORDER BY b1_.position ASC
Parameters: [
"/tutoriels"
]
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.path AS path_3, p0_.is_published AS is_published_4, b1_.id AS id_5, b1_.type AS type_6, b1_.content AS content_7, b1_.image AS image_8, b1_.section AS section_9, b1_.position AS position_10, b1_.page_id AS page_id_11 FROM page p0_ LEFT JOIN block b1_ ON p0_.id = b1_.page_id WHERE p0_.path = '/tutoriels' ORDER BY b1_.position ASC;
|
0.30 ms (14.44%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.youtube_id AS youtube_id_6, t0.difficulty AS difficulty_7, t0.is_published AS is_published_8, t0.is_featured AS is_featured_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.image AS image_12, t0.document AS document_13 FROM tutorial t0 WHERE t0.is_published = ? ORDER BY t0.created_at DESC LIMIT 6
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.youtube_id AS youtube_id_6, t0.difficulty AS difficulty_7, t0.is_published AS is_published_8, t0.is_featured AS is_featured_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.image AS image_12, t0.document AS document_13 FROM tutorial t0 WHERE t0.is_published = 1 ORDER BY t0.created_at DESC LIMIT 6;
|
0.22 ms (10.62%)
|
1 |
SELECT COUNT(*) FROM tutorial t0 WHERE t0.is_published = ?
SELECT COUNT(*) FROM tutorial t0 WHERE t0.is_published = 1;
|