|
code
app/controllers/api/v1/notifications_controller.rb:9
|
50%
|
app/controllers/api/v1/notifications_controller.rb:9
- Average Self
-
5ms
- Calls
- 1x
- Total Self
- 5ms
- Total Children
- 3ms
- Total runtime
- 8ms
Api::V1::NotificationsController#index
|
|
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
-
2ms
- Calls
- 1x
- Total Self
- 2ms
- Total Children
- 8ms
- Total runtime
- 10ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
20%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
2ms
- Calls
- 1x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/api_controller.rb:17
|
10%
|
app/controllers/api/v1/api_controller.rb:17
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT `notifications`.* FROM `notifications` WHERE `notifications`.`user_id` = ? ORDER BY `notifications`.`posted_at` DESC LIMIT ? OFFSET ?
|