1.15 ms (30.75%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM pole t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM pole t0;
|
0.86 ms (22.97%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM pole t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"animation"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM pole t0 WHERE t0.slug = 'animation' LIMIT 1;
|
0.60 ms (16.15%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7, t0.pole_id AS pole_id_8 FROM activite t0 WHERE t0.pole_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7, t0.pole_id AS pole_id_8 FROM activite t0 WHERE t0.pole_id = 3;
|
0.53 ms (14.20%)
|
1 |
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.site_logo AS site_logo_3, t0.site_url AS site_url_4, t0.site_urlfull AS site_urlfull_5, t0.site_email AS site_email_6, t0.site_adresse AS site_adresse_7, t0.site_cp AS site_cp_8, t0.site_ville AS site_ville_9, t0.site_telephone AS site_telephone_10, t0.site_footerdescription AS site_footerdescription_11, t0.bgimage AS bgimage_12 FROM setting t0 LIMIT 1
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.site_logo AS site_logo_3, t0.site_url AS site_url_4, t0.site_urlfull AS site_urlfull_5, t0.site_email AS site_email_6, t0.site_adresse AS site_adresse_7, t0.site_cp AS site_cp_8, t0.site_ville AS site_ville_9, t0.site_telephone AS site_telephone_10, t0.site_footerdescription AS site_footerdescription_11, t0.bgimage AS bgimage_12 FROM setting t0 LIMIT 1;
|
0.31 ms (8.32%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7, t0.pole_id AS pole_id_8 FROM activite t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7, t0.pole_id AS pole_id_8 FROM activite t0;
|
0.28 ms (7.60%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.image AS image_4, t0.is_enabled AS is_enabled_5 FROM social t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.image AS image_4, t0.is_enabled AS is_enabled_5 FROM social t0;
|