1.19 ms (64.81%)
|
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 (18.84%)
|
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 = 5 ORDER BY t0.position ASC;
|
0.30 ms (16.35%)
|
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: [
"/contact"
]
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 = '/contact' LIMIT 1;
|