1.16 ms (23.11%)
|
2 |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.img AS img_2, a0_.seo AS seo_3, a0_.description AS description_4, a0_.button AS button_5, a0_.slug AS slug_6, a0_.path AS path_7, a0_.position AS position_8, a0_.meta AS meta_9, a0_.is_active AS is_active_10 FROM analyses_risques a0_ WHERE a0_.is_active = ? ORDER BY a0_.id ASC
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.img AS img_2, a0_.seo AS seo_3, a0_.description AS description_4, a0_.button AS button_5, a0_.slug AS slug_6, a0_.path AS path_7, a0_.position AS position_8, a0_.meta AS meta_9, a0_.is_active AS is_active_10 FROM analyses_risques a0_ WHERE a0_.is_active = 1 ORDER BY a0_.id ASC;
|
1.03 ms (20.39%)
|
1 |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.img AS img_2, a0_.seo AS seo_3, a0_.description AS description_4, a0_.button AS button_5, a0_.slug AS slug_6, a0_.path AS path_7, a0_.position AS position_8, a0_.meta AS meta_9, a0_.is_active AS is_active_10 FROM analyses_risques a0_ ORDER BY a0_.position ASC
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.img AS img_2, a0_.seo AS seo_3, a0_.description AS description_4, a0_.button AS button_5, a0_.slug AS slug_6, a0_.path AS path_7, a0_.position AS position_8, a0_.meta AS meta_9, a0_.is_active AS is_active_10 FROM analyses_risques a0_ ORDER BY a0_.position ASC;
|
0.98 ms (19.41%)
|
2 |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.img AS img_2, a0_.seo AS seo_3, a0_.description AS description_4, a0_.button AS button_5, a0_.slug AS slug_6, a0_.path AS path_7, a0_.position AS position_8, a0_.meta AS meta_9, a0_.is_active AS is_active_10 FROM audit_incendie a0_ WHERE a0_.is_active = ? ORDER BY a0_.id ASC
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.img AS img_2, a0_.seo AS seo_3, a0_.description AS description_4, a0_.button AS button_5, a0_.slug AS slug_6, a0_.path AS path_7, a0_.position AS position_8, a0_.meta AS meta_9, a0_.is_active AS is_active_10 FROM audit_incendie a0_ WHERE a0_.is_active = 1 ORDER BY a0_.id ASC;
|
0.83 ms (16.54%)
|
1 |
SELECT t0.id AS id_1, t0.internal_slug AS internal_slug_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.og_title AS og_title_5, t0.og_description AS og_description_6, t0.og_image AS og_image_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM seo_page t0 WHERE t0.internal_slug = ? LIMIT 1
Parameters: [
"analyses-risques"
]
SELECT t0.id AS id_1, t0.internal_slug AS internal_slug_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.og_title AS og_title_5, t0.og_description AS og_description_6, t0.og_image AS og_image_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM seo_page t0 WHERE t0.internal_slug = 'analyses-risques' LIMIT 1;
|
0.59 ms (11.64%)
|
1 |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.img AS img_2, f0_.seo AS seo_3, f0_.description AS description_4, f0_.slug AS slug_5, f0_.path AS path_6, f0_.position AS position_7, f0_.meta AS meta_8, f0_.is_active AS is_active_9, f0_.type_id AS type_id_10 FROM formations f0_ WHERE f0_.is_active = ? ORDER BY f0_.id ASC
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.img AS img_2, f0_.seo AS seo_3, f0_.description AS description_4, f0_.slug AS slug_5, f0_.path AS path_6, f0_.position AS position_7, f0_.meta AS meta_8, f0_.is_active AS is_active_9, f0_.type_id AS type_id_10 FROM formations f0_ WHERE f0_.is_active = 1 ORDER BY f0_.id ASC;
|
0.45 ms (8.91%)
|
1 |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.content AS content_2, f0_.slug AS slug_3, f0_.is_active AS is_active_4 FROM footer f0_ WHERE f0_.is_active = ? ORDER BY f0_.id ASC
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.content AS content_2, f0_.slug AS slug_3, f0_.is_active AS is_active_4 FROM footer f0_ WHERE f0_.is_active = 1 ORDER BY f0_.id ASC;
|