|
sql
app/controllers/api/v1/partners_controller.rb:11
|
46%
|
app/controllers/api/v1/partners_controller.rb:11
- Average Self
-
21ms
- Average calls
- 1x
- Total Self
- 21ms
- Total Children
- 0ms
- Total runtime
- 21ms
SELECT COUNT(*) FROM `users` WHERE `users`.`partner_search` = TRUE AND (EXISTS(SELECT * FROM locality_users WHERE deactivated_at IS NULL AND user_id = users.id)) AND (users.last_activity_at > ?)
|
|
sql
app/controllers/api/v1/partners_controller.rb:12
|
38%
|
app/controllers/api/v1/partners_controller.rb:12
- Average Self
-
18ms
- Average calls
- 1x
- Total Self
- 18ms
- Total Children
- 0ms
- Total runtime
- 18ms
SELECT COUNT(*) FROM `users` WHERE `users`.`partner_search` = TRUE AND (EXISTS(SELECT * FROM locality_users WHERE deactivated_at IS NULL AND user_id = users.id)) AND (users.last_activity_at > ?) AND (partner_search_activated_at > ?)
|
|
code
app/controllers/api/v1/partners_controller.rb:6
|
9%
|
app/controllers/api/v1/partners_controller.rb:6
- Average Self
-
4.3ms
- Average calls
- 1x
- Total Self
- 4.3ms
- Total Children
- 39ms
- Total runtime
- 44ms
Api::V1::PartnersController#figures
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
6%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
3ms
- Average calls
- 1x
- Total Self
- 3ms
- Total Children
- 44ms
- Total runtime
- 47ms
Rails::Engine#call
|