|
sql
app/services/stats/acquisitions/by_new_companies.rb:28
|
25%
|
app/services/stats/acquisitions/by_new_companies.rb:28
- Average Self
-
12,784ms
- Average calls
- 0.12x
- Total Self
- 1,534ms
- Total Children
- 0ms
- Total runtime
- 1,534ms
SELECT COUNT(*) FROM "needs" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "solicitations" ON "solicitations"."id" = "diagnoses"."solicitation_id" INNER JOIN "landings" ON "landings"."id" = "solicitations"."landing_id" INNER JOIN "diagnoses" "diagnoses_needs_join" ON "diagnoses_needs_join"."id" = "needs"."diagnosis_id" INNER JOIN "solicitations" "solicitations_needs" ON "solicitations_needs"."id" = "diagnoses_needs_join"."solicitation_id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."status" = ? AND "needs"."created_at" BETWEEN ? AND ? AND "solicitations"."id" NOT IN (?) as id FROM "solicitations" INNER JOIN "diagnoses" ON "diagnoses"."solicitation_id" = "solicitations"."id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" GROUP BY "facilities"."id")
|
|
sql
app/helpers/seo/data_preparation.rb:31
|
15%
|
app/helpers/seo/data_preparation.rb:31
- Average Self
-
10,959ms
- Average calls
- 0.08x
- Total Self
- 876ms
- Total Children
- 0ms
- Total runtime
- 876ms
SELECT "institutions".* FROM "institutions" INNER JOIN "logos" ON "logos"."logoable_type" = ? AND "logos"."logoable_id" = "institutions"."id" WHERE "institutions"."code_region" IS NULL AND "institutions"."deleted_at" IS NULL AND "institutions"."display_logo_on_home_page" = ? ORDER BY "institutions"."name" ASC
|
|
queue
queue
|
13%
|
queue
- Average Self
-
794ms
- Average calls
- 1x
- Total Self
- 794ms
- Total Children
- 0ms
- Total runtime
- 794ms
|
|
sql
app/services/stats/acquisitions/by_new_companies.rb:25
|
12%
|
app/services/stats/acquisitions/by_new_companies.rb:25
- Average Self
-
5,853ms
- Average calls
- 0.12x
- Total Self
- 702ms
- Total Children
- 0ms
- Total runtime
- 702ms
SELECT COUNT(*) FROM "needs" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "solicitations" ON "solicitations"."id" = "diagnoses"."solicitation_id" INNER JOIN "landings" ON "landings"."id" = "solicitations"."landing_id" INNER JOIN "diagnoses" "diagnoses_needs_join" ON "diagnoses_needs_join"."id" = "needs"."diagnosis_id" INNER JOIN "solicitations" "solicitations_needs" ON "solicitations_needs"."id" = "diagnoses_needs_join"."solicitation_id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."status" = ? AND "needs"."created_at" BETWEEN ? AND ? AND "solicitations"."id" IN (?) as id FROM "solicitations" INNER JOIN "diagnoses" ON "diagnoses"."solicitation_id" = "solicitations"."id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" GROUP BY "facilities"."id")
|
|
sql
app/services/stats/acquisitions/base.rb:22
|
9%
|
app/services/stats/acquisitions/base.rb:22
- Average Self
-
146ms
- Average calls
- 3.6x
- Total Self
- 528ms
- Total Children
- 0ms
- Total runtime
- 528ms
SELECT COUNT(*) FROM "solicitations" WHERE "solicitations"."status" IN (?) AND "solicitations"."created_at" BETWEEN ? AND ? AND ((solicitations.form_info::json->>? ILIKE ?) OR (solicitations.form_info::json->>? ILIKE ?))
|
|
sql
app/services/stats/needs/concerns/response_time.rb:18
|
5%
|
app/services/stats/needs/concerns/response_time.rb:18
- Average Self
-
325ms
- Average calls
- 0.84x
- Total Self
- 273ms
- Total Children
- 0ms
- Total runtime
- 273ms
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/acquisitions/base.rb:26
|
4%
|
app/services/stats/acquisitions/base.rb:26
- Average Self
-
68ms
- Average calls
- 3.6x
- Total Self
- 246ms
- Total Children
- 0ms
- Total runtime
- 246ms
SELECT COUNT(*) FROM "solicitations" WHERE "solicitations"."status" IN (?) AND "solicitations"."created_at" BETWEEN ? AND ? AND ((solicitations.form_info::json->>? ILIKE ?) OR (solicitations.form_info::json->>? ILIKE ?) OR (solicitations.form_info::json->>? ILIKE ?) OR (solicitations.form_info::json->>? ILIKE ?))
|
|
sql
app/services/stats/acquisitions/base.rb:23
|
4%
|
app/services/stats/acquisitions/base.rb:23
- Average Self
-
66ms
- Average calls
- 3.6x
- Total Self
- 240ms
- Total Children
- 0ms
- Total runtime
- 240ms
SELECT COUNT(*) FROM "solicitations" WHERE "solicitations"."status" IN (?) AND "solicitations"."created_at" BETWEEN ? AND ? AND ((solicitations.form_info::json->>? ILIKE ?) OR (solicitations.form_info::json->>? ILIKE ?))
|
|
sql
app/services/stats/base_stats.rb:177
|
3%
|
app/services/stats/base_stats.rb:177
- Average Self
-
1,083ms
- Average calls
- 0.16x
- Total Self
- 173ms
- Total Children
- 0ms
- Total runtime
- 173ms
SELECT COUNT(*) AS "count_all", DATE_TRUNC(?, Needs.created_at) AS "date_trunc_month_needs_created_at", "themes"."label" AS "themes_label" FROM "needs" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "diagnoses" "diagnoses_needs_join" ON "diagnoses_needs_join"."id" = "needs"."diagnosis_id" INNER JOIN "users" ON "users"."id" = "diagnoses_needs_join"."advisor_id" INNER JOIN "subjects" ON "subjects"."id" = "needs"."subject_id" INNER JOIN "themes" ON "themes"."id" = "subjects"."theme_id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? GROUP BY DATE_TRUNC(?, Needs.created_at), "themes"."label"
|
|
sql
app/services/stats/base_stats.rb:87
|
2%
|
app/services/stats/base_stats.rb:87
- Average Self
-
3,463ms
- Average calls
- 0.04x
- Total Self
- 138ms
- Total Children
- 0ms
- Total runtime
- 138ms
SELECT COUNT(DISTINCT "solicitations"."id") FROM "solicitations" WHERE "solicitations"."status" IN (?) AND "solicitations"."completed_at" BETWEEN ? AND ?
|
|
sql
app/services/stats/acquisitions/base.rb:24
|
2%
|
app/services/stats/acquisitions/base.rb:24
- Average Self
-
33ms
- Average calls
- 3.6x
- Total Self
- 122ms
- Total Children
- 0ms
- Total runtime
- 122ms
SELECT COUNT(*) FROM "solicitations" INNER JOIN "landings" ON "landings"."id" = "solicitations"."landing_id" WHERE "solicitations"."status" IN (?) AND "solicitations"."created_at" BETWEEN ? AND ? AND "landings"."integration" = ?
|
|
sql
app/services/stats/acquisitions/base.rb:32
|
2%
|
app/services/stats/acquisitions/base.rb:32
- Average Self
-
66ms
- Average calls
- 1.8x
- Total Self
- 119ms
- Total Children
- 0ms
- Total runtime
- 119ms
SELECT COUNT(*) FROM "solicitations" WHERE "solicitations"."status" IN (?) AND "solicitations"."created_at" BETWEEN ? AND ?
|
|
sql
app/services/stats/acquisitions/base.rb:27
|
1%
|
app/services/stats/acquisitions/base.rb:27
- Average Self
-
22ms
- Average calls
- 3.6x
- Total Self
- 82ms
- Total Children
- 0ms
- Total runtime
- 82ms
SELECT COUNT(*) FROM "solicitations" INNER JOIN "landings" ON "landings"."id" = "solicitations"."landing_id" WHERE "solicitations"."status" IN (?) AND "solicitations"."created_at" BETWEEN ? AND ? AND "landings"."integration" = ?
|
|
sql
app/services/stats/needs/concerns/response_time.rb:17
|
<1%
|
app/services/stats/needs/concerns/response_time.rb:17
- Average Self
-
60ms
- Average calls
- 0.84x
- Total Self
- 50ms
- Total Children
- 0ms
- Total runtime
- 50ms
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/controllers/stats/team_controller.rb:89
|
<1%
|
app/controllers/stats/team_controller.rb:89
- Average Self
-
37ms
- Average calls
- 1x
- Total Self
- 37ms
- Total Children
- 0ms
- Total runtime
- 37ms
SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?
|
|
view
app/views/stats/_load_stats.html.haml
|
<1%
|
app/views/stats/_load_stats.html.haml
- Average Self
-
23ms
- Average calls
- 1x
- Total Self
- 23ms
- Total Children
- 4,277ms
- Total runtime
- 4,300ms
|
|
sql
app/services/stats/solicitations/diagnoses.rb:18
|
<1%
|
app/services/stats/solicitations/diagnoses.rb:18
- Average Self
-
76ms
- Average calls
- 0.28x
- Total Self
- 21ms
- Total Children
- 0ms
- Total runtime
- 21ms
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:83
|
<1%
|
app/services/stats/base_stats.rb:83
- Average Self
-
93ms
- Average calls
- 0.12x
- Total Self
- 11ms
- Total Children
- 0ms
- Total runtime
- 11ms
SELECT "themes"."label" FROM "needs" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "diagnoses" "diagnoses_needs_join" ON "diagnoses_needs_join"."id" = "needs"."diagnosis_id" INNER JOIN "users" ON "users"."id" = "diagnoses_needs_join"."advisor_id" INNER JOIN "subjects" ON "subjects"."id" = "needs"."subject_id" INNER JOIN "themes" ON "themes"."id" = "subjects"."theme_id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? GROUP BY "themes"."label", "themes"."interview_sort_order" ORDER BY themes.interview_sort_order
|
|
gc
ruby/gc.c
|
<1%
|
ruby/gc.c
- Average Self
-
12ms
- Average calls
- 0.76x
- Total Self
- 9.7ms
- Total Children
- 0ms
- Total runtime
- 9.7ms
GC.start
|
|
sql
app/models/user.rb:326
|
<1%
|
app/models/user.rb:326
- Average Self
-
8.4ms
- Average calls
- 1.1x
- Total Self
- 9.1ms
- Total Children
- 0ms
- Total runtime
- 9.1ms
SELECT ? AS one FROM "user_rights" WHERE "user_rights"."user_id" = ? AND "user_rights"."category" = ? LIMIT ?
|
|
sql
app/services/stats/needs/exchange_with_expert.rb:20
|
<1%
|
app/services/stats/needs/exchange_with_expert.rb:20
- Average Self
-
22ms
- Average calls
- 0.28x
- Total Self
- 6.2ms
- Total Children
- 0ms
- Total runtime
- 6.2ms
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/needs/exchange_with_expert.rb:19
|
<1%
|
app/services/stats/needs/exchange_with_expert.rb:19
- Average Self
-
20ms
- Average calls
- 0.28x
- Total Self
- 5.8ms
- Total Children
- 0ms
- Total runtime
- 5.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/needs/done.rb:15
|
<1%
|
app/services/stats/needs/done.rb:15
- Average Self
-
5.8ms
- Average calls
- 0.84x
- Total Self
- 4.8ms
- Total Children
- 0ms
- Total runtime
- 4.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" BETWEEN ? AND ? AND "needs"."status" = ?
|
|
sql
app/services/stats/needs/done.rb:16
|
<1%
|
app/services/stats/needs/done.rb:16
- Average Self
-
5.3ms
- Average calls
- 0.84x
- Total Self
- 4.5ms
- Total Children
- 0ms
- Total runtime
- 4.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"."created_at" BETWEEN ? AND ? AND "needs"."status" != ?
|
|
sql
app/services/stats/solicitations/diagnoses.rb:19
|
<1%
|
app/services/stats/solicitations/diagnoses.rb:19
- Average Self
-
13ms
- Average calls
- 0.28x
- Total Self
- 3.8ms
- Total Children
- 0ms
- Total runtime
- 3.8ms
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" != ?)
|
|
code
app/controllers/stats/team_controller.rb:69
|
<1%
|
app/controllers/stats/team_controller.rb:69
- Average Self
-
3.7ms
- Average calls
- 1x
- Total Self
- 3.7ms
- Total Children
- 4,352ms
- Total runtime
- 4,356ms
Stats::TeamController#load_data
|
|
sql
app/services/stats/solicitations/diagnoses.rb:30
|
<1%
|
app/services/stats/solicitations/diagnoses.rb:30
- Average Self
-
73ms
- Average calls
- 0.04x
- Total Self
- 2.9ms
- Total Children
- 0ms
- Total runtime
- 2.9ms
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" = ?
|
|
sql
app/services/stats/solicitations/completed.rb:20
|
<1%
|
app/services/stats/solicitations/completed.rb:20
- Average Self
-
6ms
- Average calls
- 0.28x
- Total Self
- 1.7ms
- Total Children
- 0ms
- Total runtime
- 1.7ms
SELECT COUNT(*) FROM "solicitations" WHERE "solicitations"."status" IN (?) AND "solicitations"."completed_at" BETWEEN ? AND ? AND "solicitations"."completed_at" BETWEEN ? AND ?
|
|
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.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 5,234ms
- Total runtime
- 5,235ms
Rack::Attack
|
|
redis
app/controllers/shared_controller.rb:73
|
<1%
|
app/controllers/shared_controller.rb:73
- Average Self
-
1.4ms
- Average calls
- 1x
- Total Self
- 1.4ms
- Total Children
- 0ms
- Total runtime
- 1.4ms
get
|
|
sql
app/models/landing.rb:86
|
<1%
|
app/models/landing.rb:86
- Average Self
-
1.3ms
- Average calls
- 1.1x
- Total Self
- 1.4ms
- Total Children
- 0ms
- Total runtime
- 1.4ms
SELECT "landings".* FROM "landings" WHERE "landings"."slug" = ? LIMIT ?
|
|
sql
app/services/stats/needs/exchange_with_expert.rb:36
|
<1%
|
app/services/stats/needs/exchange_with_expert.rb:36
- Average Self
-
32ms
- Average calls
- 0.04x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
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 (?)
|
|
redis
app/controllers/stats/team_controller.rb:80
|
<1%
|
app/controllers/stats/team_controller.rb:80
- Average Self
-
0.64ms
- Average calls
- 2x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
get
|
|
sql
app/services/stats/needs/done.rb:28
|
<1%
|
app/services/stats/needs/done.rb:28
- Average Self
-
29ms
- Average calls
- 0.04x
- Total Self
- 1.2ms
- Total Children
- 0ms
- Total runtime
- 1.2ms
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" = ?
|
|
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
-
0.84ms
- Average calls
- 1x
- Total Self
- 0.84ms
- Total Children
- 5,237ms
- Total runtime
- 5,238ms
Rack::Timeout
|
|
cache
app/controllers/shared_controller.rb:73
|
<1%
|
app/controllers/shared_controller.rb:73
- Average Self
-
0.59ms
- Average calls
- 1.1x
- Total Self
- 0.64ms
- Total Children
- 1.4ms
- Total runtime
- 2.1ms
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.64ms
- Average calls
- 1x
- Total Self
- 0.64ms
- Total Children
- 5,238ms
- Total runtime
- 5,239ms
ActionDispatch::Static
|
|
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.44ms
- Average calls
- 1x
- Total Self
- 0.44ms
- Total Children
- 5,237ms
- Total runtime
- 5,237ms
Rails::Rack::Logger
|
|
sql
app/models/theme.rb:71
|
<1%
|
app/models/theme.rb:71
- Average Self
-
0.64ms
- Average calls
- 0.56x
- Total Self
- 0.36ms
- Total Children
- 0ms
- Total runtime
- 0.36ms
SELECT ? AS one FROM "cooperations" INNER JOIN "cooperation_themes" ON "cooperations"."id" = "cooperation_themes"."cooperation_id" WHERE "cooperation_themes"."theme_id" = ? LIMIT ?
|
|
cache
app/controllers/stats/team_controller.rb:80
|
<1%
|
app/controllers/stats/team_controller.rb:80
- Average Self
-
0.16ms
- Average calls
- 2x
- Total Self
- 0.32ms
- Total Children
- 1.3ms
- Total runtime
- 1.6ms
read
write
|
|
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.28ms
- Average calls
- 1x
- Total Self
- 0.28ms
- Total Children
- 5,236ms
- Total runtime
- 5,236ms
ActionDispatch::Session::CookieStore
|
|
sql
app/models/theme.rb:75
|
<1%
|
app/models/theme.rb:75
- Average Self
-
0.43ms
- Average calls
- 0.56x
- Total Self
- 0.24ms
- Total Children
- 0ms
- Total runtime
- 0.24ms
SELECT "themes".* FROM "themes" WHERE "themes"."label" = ? LIMIT ?
|
|
view
app/views/pages/_footer.haml
|
<1%
|
app/views/pages/_footer.haml
- Average Self
-
2.5ms
- Average calls
- 0.08x
- Total Self
- 0.2ms
- Total Children
- 0.08ms
- Total runtime
- 0.28ms
|
|
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.16ms
- Average calls
- 1x
- Total Self
- 0.16ms
- Total Children
- 5,236ms
- Total runtime
- 5,236ms
ActionDispatch::Cookies
|
|
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.16ms
- Average calls
- 1x
- Total Self
- 0.16ms
- Total Children
- 5,235ms
- Total runtime
- 5,235ms
Rack::ETag
|
|
rack
ActionDispatch::Flash
|
<1%
|
ActionDispatch::Flash
- Average Self
-
0.16ms
- Average calls
- 1x
- Total Self
- 0.16ms
- Total Children
- 5,236ms
- Total runtime
- 5,236ms
|
|
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.12ms
- Average calls
- 1x
- Total Self
- 0.12ms
- Total Children
- 5,237ms
- Total runtime
- 5,237ms
ActionDispatch::RemoteIp
|
|
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.12ms
- Average calls
- 1x
- Total Self
- 0.12ms
- Total Children
- 5,236ms
- Total runtime
- 5,236ms
ActionDispatch::ContentSecurityPolicy::Middleware
|
|
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.12ms
- Average calls
- 1x
- Total Self
- 0.12ms
- Total Children
- 5,238ms
- Total runtime
- 5,238ms
ActionDispatch::Executor
|
|
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
-
0.12ms
- Average calls
- 1x
- Total Self
- 0.12ms
- Total Children
- 5,239ms
- Total runtime
- 5,239ms
Appsignal::Rack::EventMiddleware
|
|
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.12ms
- Average calls
- 1x
- Total Self
- 0.12ms
- Total Children
- 5,235ms
- Total runtime
- 5,235ms
Rack::TempfileReaper
|
|
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
-
0.12ms
- Average calls
- 1x
- Total Self
- 0.12ms
- Total Children
- 5,235ms
- Total runtime
- 5,236ms
Rack::ConditionalGet
|
|
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.08ms
- Average calls
- 1x
- Total Self
- 0.08ms
- Total Children
- 5,238ms
- Total runtime
- 5,238ms
Rack::MethodOverride
|
|
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.08ms
- Average calls
- 1x
- Total Self
- 0.08ms
- Total Children
- 5,236ms
- Total runtime
- 5,236ms
Appsignal::Rack::RailsInstrumentation
|
|
sql
app/views/pages/_footer.haml:10
|
<1%
|
app/views/pages/_footer.haml:10
- Average Self
-
1ms
- Average calls
- 0.08x
- Total Self
- 0.08ms
- Total Children
- 0ms
- Total runtime
- 0.08ms
SELECT "landing_themes".* FROM "landing_themes" INNER JOIN "landing_joint_themes" ON "landing_themes"."id" = "landing_joint_themes"."landing_theme_id" WHERE "landing_joint_themes"."landing_id" = ? AND "landing_themes"."archived_at" IS NULL ORDER BY "landing_joint_themes"."position" ASC, "position" ASC
|
|
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
-
0.08ms
- Average calls
- 1x
- Total Self
- 0.08ms
- Total Children
- 5,239ms
- Total runtime
- 5,239ms
Rack::Sendfile
|
|
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.08ms
- Average calls
- 1x
- Total Self
- 0.08ms
- Total Children
- 5,237ms
- Total runtime
- 5,237ms
Rails::Rack::SilenceRequest
|
|
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.08ms
- Average calls
- 1x
- Total Self
- 0.08ms
- Total Children
- 5,236ms
- Total runtime
- 5,237ms
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.08ms
- Average calls
- 1x
- Total Self
- 0.08ms
- Total Children
- 5,237ms
- Total runtime
- 5,237ms
ActionDispatch::ShowExceptions
|
|
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
-
0.08ms
- Average calls
- 1x
- Total Self
- 0.08ms
- Total Children
- 5,236ms
- Total runtime
- 5,236ms
ActionDispatch::Callbacks
|
|
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.08ms
- Average calls
- 1x
- Total Self
- 0.08ms
- Total Children
- 5,239ms
- Total runtime
- 5,239ms
Rails::Engine#call
|
|
view
app/views/pages/_navbar.haml
|
<1%
|
app/views/pages/_navbar.haml
- Average Self
-
1ms
- Average calls
- 0.08x
- Total Self
- 0.08ms
- Total Children
- 0ms
- Total runtime
- 0.08ms
|
|
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
-
0.04ms
- Average calls
- 1x
- Total Self
- 0.04ms
- Total Children
- 5,235ms
- Total runtime
- 5,235ms
Warden::Manager
|
|
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.04ms
- Average calls
- 1x
- Total Self
- 0.04ms
- Total Children
- 5,236ms
- Total runtime
- 5,236ms
Rack::Head
|
|
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
-
0.04ms
- Average calls
- 1x
- Total Self
- 0.04ms
- Total Children
- 5,238ms
- Total runtime
- 5,238ms
Rack::Runtime
|
|
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
-
0.04ms
- Average calls
- 1x
- Total Self
- 0.04ms
- Total Children
- 5,238ms
- Total runtime
- 5,238ms
ActiveSupport::Cache::Strategy::LocalCache::Middleware
|
|
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
-
0.04ms
- Average calls
- 1x
- Total Self
- 0.04ms
- Total Children
- 5,238ms
- Total runtime
- 5,238ms
ActionDispatch::RequestId
|
|
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
-
0.04ms
- Average calls
- 1x
- Total Self
- 0.04ms
- Total Children
- 5,237ms
- Total runtime
- 5,237ms
IpAnonymizer::MaskIp
|
|
view
app/views/application/navbar/_public.html.haml
|
<1%
|
app/views/application/navbar/_public.html.haml
- Average Self
-
0ms
- Average calls
- 0.08x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
view
app/views/shared/_matomo.html.erb
|
<1%
|
app/views/shared/_matomo.html.erb
- Average Self
-
0ms
- Average calls
- 0.08x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
view
app/views/shared/_tarteaucitron.html.erb
|
<1%
|
app/views/shared/_tarteaucitron.html.erb
- Average Self
-
0ms
- Average calls
- 0.08x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
view
app/views/shared/errors/500.html.haml
|
<1%
|
app/views/shared/errors/500.html.haml
- Average Self
-
0ms
- Average calls
- 0.08x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
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
-
0ms
- Average calls
- 1x
- Total Self
- 0ms
- Total Children
- 5,239ms
- Total runtime
- 5,239ms
ActionDispatch::SSL
|
|
view
app/views/pages/_tarteaucitron.html.erb
|
<1%
|
app/views/pages/_tarteaucitron.html.erb
- Average Self
-
0ms
- Average calls
- 0.08x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
view
app/views/shared/_favicon.html.erb
|
<1%
|
app/views/shared/_favicon.html.erb
- Average Self
-
0ms
- Average calls
- 0.08x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
view
app/views/shared/_skiplinks.html.haml
|
<1%
|
app/views/shared/_skiplinks.html.haml
- Average Self
-
0ms
- Average calls
- 0.08x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
view
app/views/shared/_flashes.html.haml
|
<1%
|
app/views/shared/_flashes.html.haml
- Average Self
-
0ms
- Average calls
- 0.08x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
view
app/views/shared/_user_impersonate.html.haml
|
<1%
|
app/views/shared/_user_impersonate.html.haml
- Average Self
-
0ms
- Average calls
- 0.08x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
view
app/views/shared/_environment_ribbon.html.haml
|
<1%
|
app/views/shared/_environment_ribbon.html.haml
- Average Self
-
0ms
- Average calls
- 0.08x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|