|
code
app/controllers/api/v1/commons_controller.rb:34
|
63%
|
app/controllers/api/v1/commons_controller.rb:34
- Average Self
-
14ms
- Average calls
- 1x
- Total Self
- 14ms
- Total Children
- 5.8ms
- Total runtime
- 19ms
Api::V1::CommonsController#micro_stats
|
|
sql
app/controllers/api/v1/commons_controller.rb:37
|
18%
|
app/controllers/api/v1/commons_controller.rb:37
- Average Self
-
11ms
- Average calls
- 0.36x
- Total Self
- 4.1ms
- Total Children
- 0ms
- Total runtime
- 4.1ms
SELECT COUNT(*) FROM `users`
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
12%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.7ms
- Average calls
- 1x
- Total Self
- 2.7ms
- Total Children
- 19ms
- Total runtime
- 22ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/commons_controller.rb:38
|
5%
|
app/controllers/api/v1/commons_controller.rb:38
- Average Self
-
2.4ms
- Average calls
- 0.52x
- Total Self
- 1.2ms
- Total Children
- 0ms
- Total runtime
- 1.2ms
SELECT COUNT(*) FROM `gyms` WHERE (`gyms`.`deleted_at` IS NULL OR `gyms`.`deleted_at` > ?)
|
|
sql
app/controllers/api/v1/commons_controller.rb:39
|
2%
|
app/controllers/api/v1/commons_controller.rb:39
- Average Self
-
4.5ms
- Average calls
- 0.08x
- Total Self
- 0.36ms
- Total Children
- 0ms
- Total runtime
- 0.36ms
SELECT COUNT(*) FROM `crags` WHERE (`crags`.`deleted_at` IS NULL OR `crags`.`deleted_at` > ?)
|
|
sql
app/controllers/api/v1/commons_controller.rb:41
|
<1%
|
app/controllers/api/v1/commons_controller.rb:41
- Average Self
-
2ms
- Average calls
- 0.04x
- Total Self
- 0.08ms
- Total Children
- 0ms
- Total runtime
- 0.08ms
SELECT COUNT(*) FROM `guide_book_papers`
|