|
code
app/controllers/api/v1/users_controller.rb:48
|
46%
|
app/controllers/api/v1/users_controller.rb:48
- Average Self
-
5.1ms
- Average calls
- 1x
- Total Self
- 5.1ms
- Total Children
- 3.8ms
- Total runtime
- 8.9ms
Api::V1::UsersController#videos
|
|
sql
app/controllers/api/v1/users_controller.rb:155
|
20%
|
app/controllers/api/v1/users_controller.rb:155
- Average Self
-
2.2ms
- Average calls
- 1x
- Total Self
- 2.2ms
- Total Children
- 0ms
- Total runtime
- 2.2ms
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
|
19%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.1ms
- Average calls
- 1x
- Total Self
- 2.1ms
- Total Children
- 8.9ms
- Total runtime
- 11ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/users_controller.rb:51
|
14%
|
app/controllers/api/v1/users_controller.rb:51
- Average Self
-
1.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 0ms
- Total runtime
- 1.6ms
SELECT `videos`.* FROM `videos` WHERE `videos`.`user_id` = ? ORDER BY `videos`.`created_at` DESC LIMIT ? OFFSET ?
|