|
code
app/controllers/api/v1/users_controller.rb:42
|
53%
|
app/controllers/api/v1/users_controller.rb:42
- Average Self
-
4.3ms
- Average calls
- 1x
- Total Self
- 4.3ms
- Total Children
- 2ms
- Total runtime
- 6.3ms
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
|
19%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.5ms
- Average calls
- 1x
- Total Self
- 1.5ms
- Total Children
- 6.3ms
- Total runtime
- 7.8ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/users_controller.rb:45
|
13%
|
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 ?
|
|
sql
app/controllers/api/v1/users_controller.rb:155
|
13%
|
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 ?
|