|
code
app/controllers/api/v1/users_controller.rb:48
|
44%
|
app/controllers/api/v1/users_controller.rb:48
- Average Self
-
4.8ms
- Average calls
- 1x
- Total Self
- 4.8ms
- Total Children
- 4ms
- Total runtime
- 8.8ms
Api::V1::UsersController#videos
|
|
sql
app/controllers/api/v1/users_controller.rb:155
|
21%
|
app/controllers/api/v1/users_controller.rb:155
- Average Self
-
2.3ms
- Average calls
- 1x
- Total Self
- 2.3ms
- Total Children
- 0ms
- Total runtime
- 2.3ms
SELECT `users`.* FROM `users` WHERE `users`.`uuid` = ? LIMIT ?
|
|
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.2ms
- Average calls
- 1x
- Total Self
- 2.2ms
- Total Children
- 8.8ms
- Total runtime
- 11ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/users_controller.rb:51
|
15%
|
app/controllers/api/v1/users_controller.rb:51
- Average Self
-
1.7ms
- Average calls
- 1x
- Total Self
- 1.7ms
- Total Children
- 0ms
- Total runtime
- 1.7ms
SELECT `videos`.* FROM `videos` WHERE `videos`.`user_id` = ? ORDER BY `videos`.`created_at` DESC LIMIT ? OFFSET ?
|