|
sql
app/services/stats/needs/concerns/response_time.rb:18
|
53%
|
app/services/stats/needs/concerns/response_time.rb:18
- Average Self
-
1,052ms
- Average calls
- 1.3x
- Total Self
- 1,339ms
- Total Children
- 0ms
- Total runtime
- 1,339ms
SELECT COUNT(DISTINCT "needs"."id") FROM "needs" INNER JOIN "matches" ON "matches"."need_id" = "needs"."id" WHERE "needs"."created_at" BETWEEN ? AND ? AND "needs"."status" IN (?) AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."status" IN (?) AND "needs"."id" NOT IN (?) AND "matches"."status" IN (?) AND (ABS(DATE_PART(?, matches.taken_care_of_at - matches.sent_at)) < ?))
|
|
sql
app/services/stats/base_stats.rb:87
|
17%
|
app/services/stats/base_stats.rb:87
- Average Self
-
2,382ms
- Average calls
- 0.18x
- Total Self
- 433ms
- Total Children
- 0ms
- Total runtime
- 433ms
SELECT COUNT(DISTINCT "solicitations"."id") FROM "solicitations" WHERE "solicitations"."status" IN (?) AND "solicitations"."completed_at" BETWEEN ? AND ?
|
|
sql
app/services/stats/solicitations/diagnoses.rb:18
|
17%
|
app/services/stats/solicitations/diagnoses.rb:18
- Average Self
-
336ms
- Average calls
- 1.3x
- Total Self
- 428ms
- Total Children
- 0ms
- Total runtime
- 428ms
SELECT COUNT(*) FROM "solicitations" INNER JOIN "diagnoses" ON "diagnoses"."solicitation_id" = "solicitations"."id" WHERE "solicitations"."status" IN (?) AND "solicitations"."completed_at" BETWEEN ? AND ? AND "solicitations"."completed_at" BETWEEN ? AND ? AND "diagnoses"."step" = ?
|
|
sql
app/services/stats/base_stats.rb:177
|
5%
|
app/services/stats/base_stats.rb:177
- Average Self
-
465ms
- Average calls
- 0.27x
- Total Self
- 127ms
- Total Children
- 0ms
- Total runtime
- 127ms
SELECT COUNT(DISTINCT "companies"."id") AS "count_companies_id", DATE_TRUNC(?, diagnoses.created_at) AS "date_trunc_month_diagnoses_created_at", "facilities"."naf_code_a10" AS "facilities_naf_code_a10" FROM "companies" LEFT OUTER JOIN "facilities" ON "facilities"."company_id" = "companies"."id" LEFT OUTER JOIN "diagnoses" ON "diagnoses"."facility_id" = "facilities"."id" LEFT OUTER JOIN "needs" ON "needs"."diagnosis_id" = "diagnoses"."id" LEFT OUTER JOIN "diagnoses" "diagnoses_companies" ON "diagnoses_companies"."facility_id" = "facilities"."id" WHERE "diagnoses"."step" = ? AND "diagnoses"."created_at" BETWEEN ? AND ? GROUP BY DATE_TRUNC(?, diagnoses.created_at), "facilities"."naf_code_a10"
|
|
queue
queue
|
2%
|
queue
- Average Self
-
49ms
- Average calls
- 1x
- Total Self
- 49ms
- Total Children
- 0ms
- Total runtime
- 49ms
|
|
sql
app/services/stats/needs/concerns/response_time.rb:17
|
1%
|
app/services/stats/needs/concerns/response_time.rb:17
- Average Self
-
27ms
- Average calls
- 1.3x
- Total Self
- 34ms
- Total Children
- 0ms
- Total runtime
- 34ms
SELECT COUNT(DISTINCT "needs"."id") FROM "needs" INNER JOIN "matches" ON "matches"."need_id" = "needs"."id" WHERE "needs"."created_at" BETWEEN ? AND ? AND "needs"."status" IN (?) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" IN (?) AND (ABS(DATE_PART(?, matches.taken_care_of_at - matches.sent_at)) < ?)
|
|
sql
app/services/stats/solicitations/diagnoses.rb:19
|
<1%
|
app/services/stats/solicitations/diagnoses.rb:19
- Average Self
-
11ms
- Average calls
- 1.3x
- Total Self
- 14ms
- Total Children
- 0ms
- Total runtime
- 14ms
SELECT COUNT(*) FROM "solicitations" LEFT OUTER JOIN "diagnoses" ON "diagnoses"."solicitation_id" = "solicitations"."id" WHERE "solicitations"."status" IN (?) AND "solicitations"."completed_at" BETWEEN ? AND ? AND "solicitations"."completed_at" BETWEEN ? AND ? AND ("diagnoses"."id" IS NULL OR "diagnoses"."step" != ?)
|
|
sql
app/services/stats/needs/exchange_with_expert.rb:19
|
<1%
|
app/services/stats/needs/exchange_with_expert.rb:19
- Average Self
-
20ms
- Average calls
- 0.64x
- Total Self
- 13ms
- Total Children
- 0ms
- Total runtime
- 13ms
SELECT COUNT(*) FROM "needs" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."created_at" >= ? AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."status" IN (?)
|
|
sql
app/services/stats/base_stats.rb:83
|
<1%
|
app/services/stats/base_stats.rb:83
- Average Self
-
68ms
- Average calls
- 0.18x
- Total Self
- 12ms
- Total Children
- 0ms
- Total runtime
- 12ms
SELECT "facilities"."naf_code_a10" FROM "companies" LEFT OUTER JOIN "facilities" ON "facilities"."company_id" = "companies"."id" LEFT OUTER JOIN "diagnoses" ON "diagnoses"."facility_id" = "facilities"."id" LEFT OUTER JOIN "needs" ON "needs"."diagnosis_id" = "diagnoses"."id" LEFT OUTER JOIN "diagnoses" "diagnoses_companies" ON "diagnoses_companies"."facility_id" = "facilities"."id" WHERE "diagnoses"."step" = ? AND "diagnoses"."created_at" BETWEEN ? AND ? GROUP BY "facilities"."naf_code_a10" ORDER BY facilities.naf_code_a10
|
|
view
app/views/stats/_load_stats.html.haml
|
<1%
|
app/views/stats/_load_stats.html.haml
- Average Self
-
11ms
- Average calls
- 1x
- Total Self
- 11ms
- Total Children
- 2,453ms
- Total runtime
- 2,465ms
|
|
sql
app/services/stats/needs/done.rb:15
|
<1%
|
app/services/stats/needs/done.rb:15
- Average Self
-
5.7ms
- Average calls
- 1.9x
- Total Self
- 10ms
- Total Children
- 0ms
- Total runtime
- 10ms
SELECT COUNT(*) FROM "needs" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."status" = ?
|
|
sql
app/services/stats/needs/done.rb:16
|
<1%
|
app/services/stats/needs/done.rb:16
- Average Self
-
5.4ms
- Average calls
- 1.9x
- Total Self
- 10ms
- Total Children
- 0ms
- Total runtime
- 10ms
SELECT COUNT(*) FROM "needs" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."status" != ?
|
|
sql
app/services/stats/solicitations/diagnoses.rb:30
|
<1%
|
app/services/stats/solicitations/diagnoses.rb:30
- Average Self
-
48ms
- Average calls
- 0.18x
- Total Self
- 8.8ms
- Total Children
- 0ms
- Total runtime
- 8.8ms
SELECT COUNT(*) FROM "solicitations" INNER JOIN "diagnoses" ON "diagnoses"."solicitation_id" = "solicitations"."id" WHERE "solicitations"."status" IN (?) AND "solicitations"."completed_at" BETWEEN ? AND ? AND "diagnoses"."step" = ?
|
|
gc
ruby/gc.c
|
<1%
|
ruby/gc.c
- Average Self
-
8.2ms
- Average calls
- 1x
- Total Self
- 8.2ms
- Total Children
- 0ms
- Total runtime
- 8.2ms
GC.start
|
|
sql
app/services/stats/needs/exchange_with_expert.rb:20
|
<1%
|
app/services/stats/needs/exchange_with_expert.rb:20
- Average Self
-
12ms
- Average calls
- 0.64x
- Total Self
- 8ms
- Total Children
- 0ms
- Total runtime
- 8ms
SELECT COUNT(*) FROM "needs" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."created_at" >= ? AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."status" IN (?)
|
|
sql
app/services/stats/solicitations/completed.rb:20
|
<1%
|
app/services/stats/solicitations/completed.rb:20
- Average Self
-
3.1ms
- Average calls
- 1.3x
- Total Self
- 3.9ms
- Total Children
- 0ms
- Total runtime
- 3.9ms
SELECT COUNT(*) FROM "solicitations" WHERE "solicitations"."status" IN (?) AND "solicitations"."completed_at" BETWEEN ? AND ? AND "solicitations"."completed_at" BETWEEN ? AND ?
|
|
sql
app/services/stats/needs/exchange_with_expert.rb:36
|
<1%
|
app/services/stats/needs/exchange_with_expert.rb:36
- Average Self
-
30ms
- Average calls
- 0.09x
- Total Self
- 2.7ms
- Total Children
- 0ms
- Total runtime
- 2.7ms
SELECT COUNT(*) FROM "needs" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."created_at" >= ? AND "needs"."status" IN (?)
|
|
sql
app/services/stats/needs/done.rb:28
|
<1%
|
app/services/stats/needs/done.rb:28
- Average Self
-
28ms
- Average calls
- 0.09x
- Total Self
- 2.5ms
- Total Children
- 0ms
- Total runtime
- 2.5ms
SELECT COUNT(*) FROM "needs" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."status" = ?
|
|
redis
app/controllers/shared_controller.rb:73
|
<1%
|
app/controllers/shared_controller.rb:73
- Average Self
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 0ms
- Total runtime
- 1.8ms
get
|
|
sql
app/models/landing.rb:86
|
<1%
|
app/models/landing.rb:86
- Average Self
-
1.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 0ms
- Total runtime
- 1.6ms
SELECT "landings".* FROM "landings" WHERE "landings"."slug" = ? LIMIT ?
|
|
sql
app/models/theme.rb:71
|
<1%
|
app/models/theme.rb:71
- Average Self
-
1.2ms
- Average calls
- 1.3x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
SELECT ? AS one FROM "cooperations" INNER JOIN "cooperation_themes" ON "cooperations"."id" = "cooperation_themes"."cooperation_id" WHERE "cooperation_themes"."theme_id" = ? LIMIT ?
|
|
redis
app/controllers/stats/public_controller.rb:23
|
<1%
|
app/controllers/stats/public_controller.rb:23
- Average Self
-
0.89ms
- Average calls
- 1.7x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
get
|
|
code
app/controllers/stats/public_controller.rb:17
|
<1%
|
app/controllers/stats/public_controller.rb:17
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 2,472ms
- Total runtime
- 2,474ms
Stats::PublicController#load_data
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-attack-6.8.0/lib/rack/attack.rb:104
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-attack-6.8.0/lib/rack/attack.rb:104
- Average Self
-
1.2ms
- Average calls
- 1x
- Total Self
- 1.2ms
- Total Children
- 2,474ms
- Total runtime
- 2,475ms
Rack::Attack
|
|
cache
app/controllers/stats/public_controller.rb:23
|
<1%
|
app/controllers/stats/public_controller.rb:23
- Average Self
-
0.63ms
- Average calls
- 1.7x
- Total Self
- 1.1ms
- Total Children
- 1.5ms
- Total runtime
- 2.6ms
read
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-timeout-0.7.0/lib/rack/timeout/core.rb:90
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-timeout-0.7.0/lib/rack/timeout/core.rb:90
- Average Self
-
1ms
- Average calls
- 1x
- Total Self
- 1ms
- Total Children
- 2,477ms
- Total runtime
- 2,478ms
Rack::Timeout
|
|
cache
app/controllers/shared_controller.rb:73
|
<1%
|
app/controllers/shared_controller.rb:73
- Average Self
-
0.91ms
- Average calls
- 1x
- Total Self
- 0.91ms
- Total Children
- 1.8ms
- Total runtime
- 2.7ms
read
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/static.rb:26
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/static.rb:26
- Average Self
-
0.82ms
- Average calls
- 1x
- Total Self
- 0.82ms
- Total Children
- 2,478ms
- Total runtime
- 2,479ms
ActionDispatch::Static
|
|
sql
app/models/theme.rb:75
|
<1%
|
app/models/theme.rb:75
- Average Self
-
0.5ms
- Average calls
- 1.3x
- Total Self
- 0.64ms
- Total Children
- 0ms
- Total runtime
- 0.64ms
SELECT "themes".* FROM "themes" WHERE "themes"."label" = ? LIMIT ?
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/http/content_security_policy.rb:37
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/http/content_security_policy.rb:37
- Average Self
-
0.27ms
- Average calls
- 1x
- Total Self
- 0.27ms
- Total Children
- 2,475ms
- Total runtime
- 2,475ms
ActionDispatch::ContentSecurityPolicy::Middleware
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-session-2.1.2/lib/rack/session/abstract/id.rb:267
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-session-2.1.2/lib/rack/session/abstract/id.rb:267
- Average Self
-
0.27ms
- Average calls
- 1x
- Total Self
- 0.27ms
- Total Children
- 2,476ms
- Total runtime
- 2,476ms
ActionDispatch::Session::CookieStore
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/railties-8.1.3/lib/rails/rack/logger.rb:20
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/railties-8.1.3/lib/rails/rack/logger.rb:20
- Average Self
-
0.27ms
- Average calls
- 1x
- Total Self
- 0.27ms
- Total Children
- 2,476ms
- Total runtime
- 2,476ms
Rails::Rack::Logger
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/executor.rb:13
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/executor.rb:13
- Average Self
-
0.18ms
- Average calls
- 1x
- Total Self
- 0.18ms
- Total Children
- 2,478ms
- Total runtime
- 2,478ms
ActionDispatch::Executor
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/remote_ip.rb:95
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/remote_ip.rb:95
- Average Self
-
0.18ms
- Average calls
- 1x
- Total Self
- 0.18ms
- Total Children
- 2,477ms
- Total runtime
- 2,477ms
ActionDispatch::RemoteIp
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/etag.rb:28
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/etag.rb:28
- Average Self
-
0.18ms
- Average calls
- 1x
- Total Self
- 0.18ms
- Total Children
- 2,475ms
- Total runtime
- 2,475ms
Rack::ETag
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/tempfile_reaper.rb:16
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/tempfile_reaper.rb:16
- Average Self
-
0.18ms
- Average calls
- 1x
- Total Self
- 0.18ms
- Total Children
- 2,475ms
- Total runtime
- 2,475ms
Rack::TempfileReaper
|
|
code
/app/vendor/bundle/ruby/4.0.0/gems/railties-8.1.3/lib/rails/engine.rb:532
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/railties-8.1.3/lib/rails/engine.rb:532
- Average Self
-
0.09ms
- Average calls
- 1x
- Total Self
- 0.09ms
- Total Children
- 2,479ms
- Total runtime
- 2,479ms
Rails::Engine#call
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/appsignal-4.8.4/lib/appsignal/rack/abstract_middleware.rb:26
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/appsignal-4.8.4/lib/appsignal/rack/abstract_middleware.rb:26
- Average Self
-
0.09ms
- Average calls
- 1x
- Total Self
- 0.09ms
- Total Children
- 2,476ms
- Total runtime
- 2,476ms
Appsignal::Rack::RailsInstrumentation
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/method_override.rb:19
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/method_override.rb:19
- Average Self
-
0.09ms
- Average calls
- 1x
- Total Self
- 0.09ms
- Total Children
- 2,478ms
- Total runtime
- 2,478ms
Rack::MethodOverride
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/head.rb:14
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/head.rb:14
- Average Self
-
0.09ms
- Average calls
- 1x
- Total Self
- 0.09ms
- Total Children
- 2,475ms
- Total runtime
- 2,475ms
Rack::Head
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/ssl.rb:88
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/ssl.rb:88
- Average Self
-
0.09ms
- Average calls
- 1x
- Total Self
- 0.09ms
- Total Children
- 2,479ms
- Total runtime
- 2,479ms
ActionDispatch::SSL
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/railties-8.1.3/lib/rails/rack/silence_request.rb:27
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/railties-8.1.3/lib/rails/rack/silence_request.rb:27
- Average Self
-
0.09ms
- Average calls
- 1x
- Total Self
- 0.09ms
- Total Children
- 2,476ms
- Total runtime
- 2,477ms
Rails::Rack::SilenceRequest
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/cookies.rb:706
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/cookies.rb:706
- Average Self
-
0.09ms
- Average calls
- 1x
- Total Self
- 0.09ms
- Total Children
- 2,476ms
- Total runtime
- 2,476ms
ActionDispatch::Cookies
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/debug_exceptions.rb:30
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/debug_exceptions.rb:30
- Average Self
-
0.09ms
- Average calls
- 1x
- Total Self
- 0.09ms
- Total Children
- 2,476ms
- Total runtime
- 2,476ms
ActionDispatch::DebugExceptions
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/show_exceptions.rb:31
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/show_exceptions.rb:31
- Average Self
-
0.09ms
- Average calls
- 1x
- Total Self
- 0.09ms
- Total Children
- 2,476ms
- Total runtime
- 2,476ms
ActionDispatch::ShowExceptions
|
|
rack
ActionDispatch::Flash
|
<1%
|
ActionDispatch::Flash
- Average Self
-
0.09ms
- Average calls
- 1x
- Total Self
- 0.09ms
- Total Children
- 2,475ms
- Total runtime
- 2,476ms
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/events.rb:126
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/events.rb:126
- Average Self
-
0ms
- Average calls
- 1x
- Total Self
- 0ms
- Total Children
- 2,479ms
- Total runtime
- 2,479ms
Appsignal::Rack::EventMiddleware
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/request_id.rb:31
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/request_id.rb:31
- Average Self
-
0ms
- Average calls
- 1x
- Total Self
- 0ms
- Total Children
- 2,478ms
- Total runtime
- 2,478ms
ActionDispatch::RequestId
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/callbacks.rb:28
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/lib/action_dispatch/middleware/callbacks.rb:28
- Average Self
-
0ms
- Average calls
- 1x
- Total Self
- 0ms
- Total Children
- 2,476ms
- Total runtime
- 2,476ms
ActionDispatch::Callbacks
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/runtime.rb:22
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/runtime.rb:22
- Average Self
-
0ms
- Average calls
- 1x
- Total Self
- 0ms
- Total Children
- 2,478ms
- Total runtime
- 2,478ms
Rack::Runtime
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/sendfile.rb:130
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/sendfile.rb:130
- Average Self
-
0ms
- Average calls
- 1x
- Total Self
- 0ms
- Total Children
- 2,479ms
- Total runtime
- 2,479ms
Rack::Sendfile
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/warden-1.2.9/lib/warden/manager.rb:30
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/warden-1.2.9/lib/warden/manager.rb:30
- Average Self
-
0ms
- Average calls
- 1x
- Total Self
- 0ms
- Total Children
- 2,475ms
- Total runtime
- 2,475ms
Warden::Manager
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/conditional_get.rb:28
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.6/lib/rack/conditional_get.rb:28
- Average Self
-
0ms
- Average calls
- 1x
- Total Self
- 0ms
- Total Children
- 2,475ms
- Total runtime
- 2,475ms
Rack::ConditionalGet
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/ip_anonymizer-0.4.0/lib/ip_anonymizer/mask_ip.rb:7
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/ip_anonymizer-0.4.0/lib/ip_anonymizer/mask_ip.rb:7
- Average Self
-
0ms
- Average calls
- 1x
- Total Self
- 0ms
- Total Children
- 2,477ms
- Total runtime
- 2,477ms
IpAnonymizer::MaskIp
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28
- Average Self
-
0ms
- Average calls
- 1x
- Total Self
- 0ms
- Total Children
- 2,478ms
- Total runtime
- 2,478ms
ActiveSupport::Cache::Strategy::LocalCache::Middleware
|