1.00 ms (32.09%)
|
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_ 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;
|
0.82 ms (26.23%)
|
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.72 ms (23.12%)
|
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 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.58 ms (18.56%)
|
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;
|