3.80 ms (34.74%)
|
5 |
SELECT t0.seo_title AS seo_title_1, t0.seo_description AS seo_description_2, t0.title AS title_3, t0.id AS id_4, t0.presentation AS presentation_5, t0.slug AS slug_6, t0.image AS image_7, t0.position AS position_8, t0.title_color AS title_color_9, t0.parent_id AS parent_id_10 FROM produit_category t0 WHERE t0.parent_id = ? ORDER BY t0.position ASC
SELECT t0.seo_title AS seo_title_1, t0.seo_description AS seo_description_2, t0.title AS title_3, t0.id AS id_4, t0.presentation AS presentation_5, t0.slug AS slug_6, t0.image AS image_7, t0.position AS position_8, t0.title_color AS title_color_9, t0.parent_id AS parent_id_10 FROM produit_category t0 WHERE t0.parent_id = 20 ORDER BY t0.position ASC;
|
1.86 ms (17.01%)
|
1 |
SELECT t0.seo_title AS seo_title_1, t0.seo_description AS seo_description_2, t0.title AS title_3, t0.id AS id_4, t0.presentation AS presentation_5, t0.slug AS slug_6, t0.image AS image_7, t0.position AS position_8, t0.title_color AS title_color_9, t0.parent_id AS parent_id_10 FROM produit_category t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"petite-chaudronnerie"
]
SELECT t0.seo_title AS seo_title_1, t0.seo_description AS seo_description_2, t0.title AS title_3, t0.id AS id_4, t0.presentation AS presentation_5, t0.slug AS slug_6, t0.image AS image_7, t0.position AS position_8, t0.title_color AS title_color_9, t0.parent_id AS parent_id_10 FROM produit_category t0 WHERE t0.slug = 'petite-chaudronnerie' LIMIT 1;
|
1.69 ms (15.43%)
|
1 |
SELECT t0.seo_title AS seo_title_1, t0.seo_description AS seo_description_2, t0.title AS title_3, t0.id AS id_4, t0.presentation AS presentation_5, t0.slug AS slug_6, t0.image AS image_7, t0.position AS position_8, t0.title_color AS title_color_9, t0.parent_id AS parent_id_10 FROM produit_category t0
SELECT t0.seo_title AS seo_title_1, t0.seo_description AS seo_description_2, t0.title AS title_3, t0.id AS id_4, t0.presentation AS presentation_5, t0.slug AS slug_6, t0.image AS image_7, t0.position AS position_8, t0.title_color AS title_color_9, t0.parent_id AS parent_id_10 FROM produit_category t0;
|
1.35 ms (12.38%)
|
1 |
SELECT t0.seo_title AS seo_title_1, t0.seo_description AS seo_description_2, t0.title AS title_3, t0.id AS id_4, t0.slug AS slug_5, t0.hero_image AS hero_image_6, t0.images AS images_7, t0.presentation AS presentation_8, t0.details AS details_9, t0.is_enabled AS is_enabled_10, t0.fields AS fields_11, t0.position AS position_12, t0.title_color AS title_color_13, t0.category_id AS category_id_14 FROM produit t0 WHERE t0.category_id = ? ORDER BY t0.position ASC
SELECT t0.seo_title AS seo_title_1, t0.seo_description AS seo_description_2, t0.title AS title_3, t0.id AS id_4, t0.slug AS slug_5, t0.hero_image AS hero_image_6, t0.images AS images_7, t0.presentation AS presentation_8, t0.details AS details_9, t0.is_enabled AS is_enabled_10, t0.fields AS fields_11, t0.position AS position_12, t0.title_color AS title_color_13, t0.category_id AS category_id_14 FROM produit t0 WHERE t0.category_id = 20 ORDER BY t0.position ASC;
|
0.88 ms (8.08%)
|
1 |
SELECT t0.seo_title AS seo_title_1, t0.seo_description AS seo_description_2, t0.title AS title_3, t0.id AS id_4, t0.hero_image AS hero_image_5, t0.hero_image_alt AS hero_image_alt_6 FROM category_page t0 LIMIT 1
SELECT t0.seo_title AS seo_title_1, t0.seo_description AS seo_description_2, t0.title AS title_3, t0.id AS id_4, t0.hero_image AS hero_image_5, t0.hero_image_alt AS hero_image_alt_6 FROM category_page t0 LIMIT 1;
|
0.74 ms (6.76%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.adresse AS adresse_3, t0.telephone AS telephone_4, t0.mail AS mail_5, t0.logo AS logo_6, t0.linkedin_icon AS linkedin_icon_7, t0.linkedin_link AS linkedin_link_8, t0.facebook_icon AS facebook_icon_9, t0.facebook_link AS facebook_link_10, t0.urlsite AS urlsite_11 FROM settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.adresse AS adresse_3, t0.telephone AS telephone_4, t0.mail AS mail_5, t0.logo AS logo_6, t0.linkedin_icon AS linkedin_icon_7, t0.linkedin_link AS linkedin_link_8, t0.facebook_icon AS facebook_icon_9, t0.facebook_link AS facebook_link_10, t0.urlsite AS urlsite_11 FROM settings t0 LIMIT 1;
|
0.61 ms (5.58%)
|
1 |
SELECT t0.seo_title AS seo_title_1, t0.seo_description AS seo_description_2, t0.title AS title_3, t0.id AS id_4, t0.presentation AS presentation_5, t0.slug AS slug_6, t0.image AS image_7, t0.position AS position_8, t0.title_color AS title_color_9, t0.parent_id AS parent_id_10 FROM produit_category t0 WHERE t0.parent_id IS NULL ORDER BY t0.position ASC
SELECT t0.seo_title AS seo_title_1, t0.seo_description AS seo_description_2, t0.title AS title_3, t0.id AS id_4, t0.presentation AS presentation_5, t0.slug AS slug_6, t0.image AS image_7, t0.position AS position_8, t0.title_color AS title_color_9, t0.parent_id AS parent_id_10 FROM produit_category t0 WHERE t0.parent_id IS NULL ORDER BY t0.position ASC;
|