|
code
app/controllers/api/v1/users_controller.rb:42
|
52%
|
app/controllers/api/v1/users_controller.rb:42
- Average Self
-
5.5ms
- Average calls
- 1x
- Total Self
- 5.5ms
- Total Children
- 2.5ms
- Total runtime
- 8ms
Api::V1::UsersController#photos
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
24%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.5ms
- Average calls
- 1x
- Total Self
- 2.5ms
- Total Children
- 8ms
- Total runtime
- 10ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/users_controller.rb:45
|
14%
|
app/controllers/api/v1/users_controller.rb:45
- Average Self
-
1.5ms
- Average calls
- 1x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
SELECT `photos`.* FROM `photos` WHERE `photos`.`user_id` = ? ORDER BY `photos`.`posted_at` DESC LIMIT ? OFFSET ?
|
|
sql
app/controllers/api/v1/users_controller.rb:155
|
10%
|
app/controllers/api/v1/users_controller.rb:155
- Average Self
-
1ms
- Average calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT `users`.* FROM `users` WHERE `users`.`uuid` = ? LIMIT ?
|