|
sql
app/controllers/api/v1/partners_controller.rb:11
|
57%
|
app/controllers/api/v1/partners_controller.rb:11
- Average Self
-
42ms
- Average calls
- 1x
- Total Self
- 42ms
- Total Children
- 0ms
- Total runtime
- 42ms
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
|
33%
|
app/controllers/api/v1/partners_controller.rb:12
- Average Self
-
24ms
- Average calls
- 1x
- Total Self
- 24ms
- Total Children
- 0ms
- Total runtime
- 24ms
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
|
7%
|
app/controllers/api/v1/partners_controller.rb:6
- Average Self
-
5.4ms
- Average calls
- 1x
- Total Self
- 5.4ms
- Total Children
- 66ms
- Total runtime
- 71ms
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
|
3%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.4ms
- Average calls
- 1x
- Total Self
- 2.4ms
- Total Children
- 71ms
- Total runtime
- 74ms
Rails::Engine#call
|