|
code
app/controllers/api/v1/users_controller.rb:42
|
42%
|
app/controllers/api/v1/users_controller.rb:42
- Average Self
-
4ms
- Average calls
- 1x
- Total Self
- 4ms
- Total Children
- 3ms
- Total runtime
- 7ms
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
|
26%
|
/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
- 7ms
- Total runtime
- 9.5ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/users_controller.rb:155
|
21%
|
app/controllers/api/v1/users_controller.rb:155
- Average Self
-
2ms
- Average calls
- 1x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
SELECT `users`.* FROM `users` WHERE `users`.`uuid` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/users_controller.rb:45
|
11%
|
app/controllers/api/v1/users_controller.rb:45
- Average Self
-
1ms
- Average calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT `photos`.* FROM `photos` WHERE `photos`.`user_id` = ? ORDER BY `photos`.`posted_at` DESC LIMIT ? OFFSET ?
|