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