1.01 ms (63.36%)
|
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.35 ms (21.78%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.tonalite AS tonalite_5, t0.tempo AS tempo_6, t0.duree AS duree_7, t0.mp3 AS mp3_8, t0.image AS image_9, t0.is_published AS is_published_10, t0.is_featured AS is_featured_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.music_style AS music_style_14, t0.video_id AS video_id_15, t0.tablature_id AS tablature_id_16 FROM chant t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"ton-nom-est-grand"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.tonalite AS tonalite_5, t0.tempo AS tempo_6, t0.duree AS duree_7, t0.mp3 AS mp3_8, t0.image AS image_9, t0.is_published AS is_published_10, t0.is_featured AS is_featured_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.music_style AS music_style_14, t0.video_id AS video_id_15, t0.tablature_id AS tablature_id_16 FROM chant t0 WHERE t0.slug = 'ton-nom-est-grand' LIMIT 1;
|
0.24 ms (14.86%)
|
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"
]
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' LIMIT 1;
|