|
code
app/controllers/api/v1/users_controller.rb:92
|
60%
|
app/controllers/api/v1/users_controller.rb:92
- Average Self
-
13ms
- Average calls
- 1x
- Total Self
- 13ms
- Total Children
- 6.8ms
- Total runtime
- 20ms
Api::V1::UsersController#indoor_grade_chart
|
|
sql
app/models/log_book/indoor/chart.rb:19
|
22%
|
app/models/log_book/indoor/chart.rb:19
- Average Self
-
2.1ms
- Average calls
- 2.4x
- Total Self
- 5.1ms
- Total Children
- 0ms
- Total runtime
- 5.1ms
SELECT `ascents`.* FROM `ascents` WHERE `ascents`.`type` = ? AND `ascents`.`user_id` = ? AND `ascents`.`ascent_status` != ?
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
10%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.4ms
- Average calls
- 1x
- Total Self
- 2.4ms
- Total Children
- 20ms
- Total runtime
- 22ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/users_controller.rb:155
|
7%
|
app/controllers/api/v1/users_controller.rb:155
- Average Self
-
1.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 0ms
- Total runtime
- 1.6ms
SELECT `users`.* FROM `users` WHERE `users`.`uuid` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/api_controller.rb:73
|
<1%
|
app/controllers/api/v1/api_controller.rb:73
- Average Self
-
2ms
- Average calls
- 0.03x
- Total Self
- 0.05ms
- Total Children
- 0ms
- Total runtime
- 0.05ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/users_controller.rb:150
|
<1%
|
app/controllers/api/v1/users_controller.rb:150
- Average Self
-
2ms
- Average calls
- 0.03x
- Total Self
- 0.05ms
- Total Children
- 0ms
- Total runtime
- 0.05ms
SELECT ? AS one FROM `follows` WHERE `follows`.`user_id` = ? AND `follows`.`accepted_at` IS NOT NULL AND `follows`.`followable_type` = ? AND `follows`.`followable_id` = ? LIMIT ?
|