0.91 ms (34.87%)
|
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.61 ms (23.30%)
|
1 |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.content AS content_3, c0_.tonalite AS tonalite_4, c0_.tempo AS tempo_5, c0_.duree AS duree_6, c0_.mp3 AS mp3_7, c0_.image AS image_8, c0_.is_published AS is_published_9, c0_.is_featured AS is_featured_10, c0_.created_at AS created_at_11, c0_.updated_at AS updated_at_12, c0_.music_style AS music_style_13, c0_.video_id AS video_id_14, c0_.tablature_id AS tablature_id_15 FROM chant c0_ WHERE c0_.is_published = ? AND c0_.id IN (?, ?, ?, ?, ?, ?, ?)
Parameters: [
1
1
2
3
4
5
6
7
]
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.content AS content_3, c0_.tonalite AS tonalite_4, c0_.tempo AS tempo_5, c0_.duree AS duree_6, c0_.mp3 AS mp3_7, c0_.image AS image_8, c0_.is_published AS is_published_9, c0_.is_featured AS is_featured_10, c0_.created_at AS created_at_11, c0_.updated_at AS updated_at_12, c0_.music_style AS music_style_13, c0_.video_id AS video_id_14, c0_.tablature_id AS tablature_id_15 FROM chant c0_ WHERE c0_.is_published = 1 AND c0_.id IN (1, 2, 3, 4, 5, 6, 7);
|
0.31 ms (11.77%)
|
1 |
SELECT t0.id AS id_1, t0.type AS type_2, t0.content AS content_3, t0.image AS image_4, t0.section AS section_5, t0.position AS position_6, t0.page_id AS page_id_7 FROM block t0 WHERE t0.page_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.type AS type_2, t0.content AS content_3, t0.image AS image_4, t0.section AS section_5, t0.position AS position_6, t0.page_id AS page_id_7 FROM block t0 WHERE t0.page_id = 15 ORDER BY t0.position ASC;
|
0.27 ms (10.28%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.path AS path_4, t0.is_published AS is_published_5 FROM page t0 WHERE t0.path = ? LIMIT 1
Parameters: [
"/chants/catalogue"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.path AS path_4, t0.is_published AS is_published_5 FROM page t0 WHERE t0.path = '/chants/catalogue' LIMIT 1;
|