|
code
app/controllers/api/v1/current_users_controller.rb:68
|
52%
|
app/controllers/api/v1/current_users_controller.rb:68
- Average Self
-
6.5ms
- Average calls
- 1x
- Total Self
- 6.5ms
- Total Children
- 2ms
- Total runtime
- 8.5ms
Api::V1::CurrentUsersController#new_guide_books_version
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
32%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
4ms
- Average calls
- 1x
- Total Self
- 4ms
- Total Children
- 8.5ms
- Total runtime
- 12ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
8%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1ms
- Average calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/current_users_controller.rb:69
|
8%
|
app/controllers/api/v1/current_users_controller.rb:69
- Average Self
-
1ms
- Average calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT `follows`.`followable_id` FROM `follows` WHERE `follows`.`user_id` = ? AND `follows`.`followable_type` = ?
|
|
sql
app/controllers/api/v1/current_users_controller.rb:74
|
<1%
|
app/controllers/api/v1/current_users_controller.rb:74
- Average Self
-
0ms
- Average calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT `guide_book_papers`.* FROM `guide_book_papers` WHERE ?=? AND ?=?
|