|
code
app/controllers/api/v1/users_controller.rb:42
|
52%
|
app/controllers/api/v1/users_controller.rb:42
- Average Self
-
4.6ms
- Average calls
- 1x
- Total Self
- 4.6ms
- Total Children
- 2.2ms
- Total runtime
- 6.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
|
20%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 6.8ms
- Total runtime
- 8.6ms
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: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 ?
|