1.50 ms (29.18%)
|
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.29 ms (25.16%)
|
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;
|
1.02 ms (19.79%)
|
2 |
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.82 ms (15.87%)
|
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_
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_;
|
0.51 ms (10.00%)
|
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;
|