4.26 ms (73.40%)
|
1 |
SELECT m0_.id AS id_0, m0_.identifiant_ml AS identifiant_ml_1, m0_.code_ml AS code_ml_2, m0_.nom_ml AS nom_ml_3, m0_.latitude AS latitude_4, m0_.longitude AS longitude_5, m0_.bbox_north AS bbox_north_6, m0_.bbox_south AS bbox_south_7, m0_.bbox_east AS bbox_east_8, m0_.bbox_west AS bbox_west_9, m0_.geometry AS geometry_10 FROM mission_local_ref m0_ WHERE m0_.latitude IS NOT NULL AND m0_.longitude IS NOT NULL LIMIT 900
SELECT m0_.id AS id_0, m0_.identifiant_ml AS identifiant_ml_1, m0_.code_ml AS code_ml_2, m0_.nom_ml AS nom_ml_3, m0_.latitude AS latitude_4, m0_.longitude AS longitude_5, m0_.bbox_north AS bbox_north_6, m0_.bbox_south AS bbox_south_7, m0_.bbox_east AS bbox_east_8, m0_.bbox_west AS bbox_west_9, m0_.geometry AS geometry_10 FROM mission_local_ref m0_ WHERE m0_.latitude IS NOT NULL AND m0_.longitude IS NOT NULL LIMIT 900;
|
0.77 ms (13.21%)
|
3 |
SELECT m0_.id AS id_0, m0_.label AS label_1, m0_.route AS route_2, m0_.url AS url_3, m0_.position AS position_4, m0_.enabled AS enabled_5, m0_.parent_id AS parent_id_6 FROM menu_item m0_ WHERE m0_.parent_id = ? AND m0_.enabled = ? ORDER BY m0_.position ASC
SELECT m0_.id AS id_0, m0_.label AS label_1, m0_.route AS route_2, m0_.url AS url_3, m0_.position AS position_4, m0_.enabled AS enabled_5, m0_.parent_id AS parent_id_6 FROM menu_item m0_ WHERE m0_.parent_id = 3 AND m0_.enabled = 1 ORDER BY m0_.position ASC;
|
0.42 ms (7.16%)
|
1 |
SELECT m0_.id AS id_0, m0_.label AS label_1, m0_.route AS route_2, m0_.url AS url_3, m0_.position AS position_4, m0_.enabled AS enabled_5, m0_.parent_id AS parent_id_6 FROM menu_item m0_ WHERE m0_.parent_id IS NULL AND m0_.enabled = ? ORDER BY m0_.position ASC
SELECT m0_.id AS id_0, m0_.label AS label_1, m0_.route AS route_2, m0_.url AS url_3, m0_.position AS position_4, m0_.enabled AS enabled_5, m0_.parent_id AS parent_id_6 FROM menu_item m0_ WHERE m0_.parent_id IS NULL AND m0_.enabled = 1 ORDER BY m0_.position ASC;
|
0.36 ms (6.24%)
|
1 |
SELECT a0_.id AS id_0, a0_.slug AS slug_1, a0_.title AS title_2, a0_.date AS date_3, a0_.content AS content_4, a0_.published AS published_5, a0_.position AS position_6, a0_.image AS image_7 FROM article a0_ WHERE a0_.published = ? ORDER BY CASE WHEN a0_.position = 0 THEN 1 ELSE 0 END ASC, a0_.position ASC, a0_.date DESC LIMIT 3
SELECT a0_.id AS id_0, a0_.slug AS slug_1, a0_.title AS title_2, a0_.date AS date_3, a0_.content AS content_4, a0_.published AS published_5, a0_.position AS position_6, a0_.image AS image_7 FROM article a0_ WHERE a0_.published = 1 ORDER BY CASE WHEN a0_.position = 0 THEN 1 ELSE 0 END ASC, a0_.position ASC, a0_.date DESC LIMIT 3;
|