app/controllers/api/v1/ascent_gym_routes_controller.rb:160
- Average Self
-
1.4ms
- Calls
- 9x
- Total Self
- 13ms
- Total Children
- 0ms
- Total runtime
- 13ms
BEGIN
INSERT INTO `ascents` (`type`, `ascent_status`, `user_id`, `sections`, `height`, `climbing_type`, `sections_count`, `max_grade_value`, `min_grade_value`, `max_grade_text`, `min_grade_text`, `released_at`, `created_at`, `updated_at`, `gym_id`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
app/controllers/api/v1/ascent_gym_routes_controller.rb:157
- Average Self
-
1.7ms
- Calls
- 3x
- Total Self
- 5ms
- Total Children
- 0ms
- Total runtime
- 5ms
BEGIN
INSERT INTO `climbing_sessions` (`description`, `session_date`, `user_id`, `created_at`, `updated_at`) VALUES (?, ?, ?, ?, ?)
|