63.16 ms (88.27%)
|
1 |
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.grade AS grade_2, r0_.climbed AS climbed_3, r0_.first_ascent AS first_ascent_4, r0_.year_first_ascent AS year_first_ascent_5, r0_.protection AS protection_6, r0_.scale AS scale_7, r0_.grade_no AS grade_no_8, r0_.rating AS rating_9, r0_.topo_id AS topo_id_10, r0_.nr AS nr_11, r0_.rock_quality AS rock_quality_12, r0_.climbing_style AS climbing_style_13, r0_.area_id AS area_id_14, r0_.rock_id AS rock_id_15 FROM routes r0_ WHERE r0_.rock_id IS NOT NULL ORDER BY r0_.name ASC
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.grade AS grade_2, r0_.climbed AS climbed_3, r0_.first_ascent AS first_ascent_4, r0_.year_first_ascent AS year_first_ascent_5, r0_.protection AS protection_6, r0_.scale AS scale_7, r0_.grade_no AS grade_no_8, r0_.rating AS rating_9, r0_.topo_id AS topo_id_10, r0_.nr AS nr_11, r0_.rock_quality AS rock_quality_12, r0_.climbing_style AS climbing_style_13, r0_.area_id AS area_id_14, r0_.rock_id AS rock_id_15 FROM routes r0_ WHERE r0_.rock_id IS NOT NULL ORDER BY r0_.name ASC;
|
4.40 ms (6.15%)
|
1 |
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.slug AS slug_2, r0_.nr AS nr_3, r0_.zone AS zone_4, r0_.banned AS banned_5, r0_.height AS height_6, r0_.orientation AS orientation_7, r0_.season AS season_8, r0_.child_friendly AS child_friendly_9, r0_.sunny AS sunny_10, r0_.rain AS rain_11, r0_.image AS image_12, r0_.lat AS lat_13, r0_.lng AS lng_14, r0_.online AS online_15, r0_.path_coordinates AS path_coordinates_16, r0_.zoom AS zoom_17, r0_.preview_image AS preview_image_18, r0_.train AS train_19, r0_.bike AS bike_20, r0_.area_id AS area_id_21 FROM rock r0_ WHERE r0_.online = ? ORDER BY r0_.name ASC
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.slug AS slug_2, r0_.nr AS nr_3, r0_.zone AS zone_4, r0_.banned AS banned_5, r0_.height AS height_6, r0_.orientation AS orientation_7, r0_.season AS season_8, r0_.child_friendly AS child_friendly_9, r0_.sunny AS sunny_10, r0_.rain AS rain_11, r0_.image AS image_12, r0_.lat AS lat_13, r0_.lng AS lng_14, r0_.online AS online_15, r0_.path_coordinates AS path_coordinates_16, r0_.zoom AS zoom_17, r0_.preview_image AS preview_image_18, r0_.train AS train_19, r0_.bike AS bike_20, r0_.area_id AS area_id_21 FROM rock r0_ WHERE r0_.online = 1 ORDER BY r0_.name ASC;
|
3.99 ms (5.58%)
|
7 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.nr AS nr_4, t0.zone AS zone_5, t0.banned AS banned_6, t0.height AS height_7, t0.orientation AS orientation_8, t0.season AS season_9, t0.child_friendly AS child_friendly_10, t0.sunny AS sunny_11, t0.rain AS rain_12, t0.image AS image_13, t0.lat AS lat_14, t0.lng AS lng_15, t0.online AS online_16, t0.path_coordinates AS path_coordinates_17, t0.zoom AS zoom_18, t0.preview_image AS preview_image_19, t0.train AS train_20, t0.bike AS bike_21, t0.area_id AS area_id_22 FROM rock t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.nr AS nr_4, t0.zone AS zone_5, t0.banned AS banned_6, t0.height AS height_7, t0.orientation AS orientation_8, t0.season AS season_9, t0.child_friendly AS child_friendly_10, t0.sunny AS sunny_11, t0.rain AS rain_12, t0.image AS image_13, t0.lat AS lat_14, t0.lng AS lng_15, t0.online AS online_16, t0.path_coordinates AS path_coordinates_17, t0.zoom AS zoom_18, t0.preview_image AS preview_image_19, t0.train AS train_20, t0.bike AS bike_21, t0.area_id AS area_id_22 FROM rock t0 WHERE t0.id = 992;
|