|
code
app/controllers/api/v1/current_users_controller.rb:122
|
48%
|
app/controllers/api/v1/current_users_controller.rb:122
- Average Self
-
5.5ms
- Average calls
- 1x
- Total Self
- 5.5ms
- Total Children
- 3.8ms
- Total runtime
- 9.3ms
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
|
20%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.3ms
- Average calls
- 1x
- Total Self
- 2.3ms
- Total Children
- 9.3ms
- Total runtime
- 11ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
11%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/current_users_controller.rb:123
|
11%
|
app/controllers/api/v1/current_users_controller.rb:123
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `follows`.`followable_id` FROM `follows` WHERE `follows`.`user_id` = ? AND `follows`.`followable_type` = ?
|
|
sql
app/controllers/api/v1/current_users_controller.rb:128
|
11%
|
app/controllers/api/v1/current_users_controller.rb:128
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `guide_book_papers`.* FROM `guide_book_papers` WHERE ?=? AND ?=?
|