|
queue
queue
|
20%
|
queue
- Average Self
-
399ms
- Average calls
- 1x
- Total Self
- 399ms
- Total Children
- 0ms
- Total runtime
- 399ms
|
|
sql
app/helpers/seo/data_preparation.rb:31
|
19%
|
app/helpers/seo/data_preparation.rb:31
- Average Self
-
23,559ms
- Average calls
- 0.02x
- Total Self
- 371ms
- Total Children
- 0ms
- Total runtime
- 371ms
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
|
|
sql
app/services/stats/acquisitions/by_new_companies.rb:25
|
15%
|
app/services/stats/acquisitions/by_new_companies.rb:25
- Average Self
-
14,672ms
- Average calls
- 0.02x
- Total Self
- 288ms
- Total Children
- 0ms
- Total runtime
- 288ms
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" INNER JOIN "matches" ON "needs"."id" = "matches"."need_id" INNER JOIN "experts" ON "matches"."expert_id" = "experts"."id" INNER JOIN "antennes" ON "experts"."antenne_id" = "antennes"."id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."status" = ? AND "antennes"."institution_id" = ? AND "antennes"."deleted_at" IS NULL AND "matches"."sent_at" IS NOT NULL 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/by_new_companies.rb:28
|
8%
|
app/services/stats/acquisitions/by_new_companies.rb:28
- Average Self
-
12,784ms
- Average calls
- 0.01x
- Total Self
- 150ms
- Total Children
- 0ms
- Total runtime
- 150ms
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/services/stats/needs/concerns/response_time.rb:18
|
7%
|
app/services/stats/needs/concerns/response_time.rb:18
- Average Self
-
448ms
- Average calls
- 0.33x
- Total Self
- 148ms
- Total Children
- 0ms
- Total runtime
- 148ms
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" = ? 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:177
|
5%
|
app/services/stats/base_stats.rb:177
- Average Self
-
361ms
- Average calls
- 0.27x
- Total Self
- 96ms
- Total Children
- 0ms
- Total runtime
- 96ms
SELECT COUNT(DISTINCT "companies"."id") AS "count_companies_id", DATE_TRUNC(?, diagnoses.created_at) AS "date_trunc_month_diagnoses_created_at", "companies"."code_effectif" AS "companies_code_effectif" FROM "companies" LEFT OUTER JOIN "facilities" ON "facilities"."company_id" = "companies"."id" LEFT OUTER JOIN "diagnoses" ON "diagnoses"."facility_id" = "facilities"."id" WHERE "diagnoses"."step" = ? AND "diagnoses"."created_at" BETWEEN ? AND ? GROUP BY DATE_TRUNC(?, diagnoses.created_at), "companies"."code_effectif"
|
|
sql
app/services/stats/acquisitions/base.rb:22
|
4%
|
app/services/stats/acquisitions/base.rb:22
- Average Self
-
93ms
- Average calls
- 0.78x
- Total Self
- 72ms
- Total Children
- 0ms
- Total runtime
- 72ms
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 "matches" ON "needs"."id" = "matches"."need_id" INNER JOIN "experts" ON "matches"."expert_id" = "experts"."id" INNER JOIN "antennes" ON "experts"."antenne_id" = "antennes"."id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "antennes"."institution_id" = ? AND "antennes"."deleted_at" IS NULL AND "matches"."sent_at" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND ((solicitations.form_info::json->>? ILIKE ?) OR (solicitations.form_info::json->>? ILIKE ?))
|
|
sql
app/services/stats/base_stats.rb:87
|
2%
|
app/services/stats/base_stats.rb:87
- Average Self
-
695ms
- Average calls
- 0.07x
- Total Self
- 46ms
- Total Children
- 0ms
- Total runtime
- 46ms
SELECT COUNT(DISTINCT "needs"."id") 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 "facilities" ON "facilities"."id" = "diagnoses_needs_join"."facility_id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND (LEFT(facilities.insee_code, ?) IN (?))
|
|
sql
app/services/stats/base_stats.rb:83
|
2%
|
app/services/stats/base_stats.rb:83
- Average Self
-
167ms
- Average calls
- 0.2x
- Total Self
- 33ms
- Total Children
- 0ms
- Total runtime
- 33ms
SELECT "subject"."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" "subject" ON "subject"."id" = "needs"."subject_id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? GROUP BY "subject"."label", "subject"."interview_sort_order" ORDER BY subject.interview_sort_order
|
|
sql
app/services/stats/matches/taking_care_time.rb:22
|
1%
|
app/services/stats/matches/taking_care_time.rb:22
- Average Self
-
58ms
- Average calls
- 0.5x
- Total Self
- 29ms
- Total Children
- 0ms
- Total runtime
- 29ms
SELECT COUNT(*) FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND "matches"."status" IN (?) AND "matches"."created_at" BETWEEN ? AND ? AND "matches"."status" IN (?) AND (ABS(DATE_PART(?, matches.taken_care_of_at - matches.sent_at)) < ?)
|
|
sql
app/services/stats/acquisitions/base.rb:26
|
1%
|
app/services/stats/acquisitions/base.rb:26
- Average Self
-
37ms
- Average calls
- 0.78x
- Total Self
- 29ms
- Total Children
- 0ms
- Total runtime
- 29ms
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 "matches" ON "needs"."id" = "matches"."need_id" INNER JOIN "experts" ON "matches"."expert_id" = "experts"."id" INNER JOIN "antennes" ON "experts"."antenne_id" = "antennes"."id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "antennes"."institution_id" = ? AND "antennes"."deleted_at" IS NULL AND "matches"."sent_at" IS NOT NULL AND "needs"."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
|
1%
|
app/services/stats/acquisitions/base.rb:23
- Average Self
-
37ms
- Average calls
- 0.78x
- Total Self
- 28ms
- Total Children
- 0ms
- Total runtime
- 28ms
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 "matches" ON "needs"."id" = "matches"."need_id" INNER JOIN "experts" ON "matches"."expert_id" = "experts"."id" INNER JOIN "antennes" ON "experts"."antenne_id" = "antennes"."id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "antennes"."institution_id" = ? AND "antennes"."deleted_at" IS NULL AND "matches"."sent_at" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND ((solicitations.form_info::json->>? ILIKE ?) OR (solicitations.form_info::json->>? ILIKE ?))
|
|
sql
app/services/stats/matches/taking_care_time.rb:23
|
<1%
|
app/services/stats/matches/taking_care_time.rb:23
- Average Self
-
37ms
- Average calls
- 0.5x
- Total Self
- 18ms
- Total Children
- 0ms
- Total runtime
- 18ms
SELECT COUNT(*) FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND "matches"."status" IN (?) AND "matches"."created_at" BETWEEN ? AND ? AND "matches"."status" IN (?) AND NOT ((ABS(DATE_PART(?, matches.taken_care_of_at - matches.sent_at)) < ?))
|
|
sql
app/services/stats/acquisitions/base.rb:24
|
<1%
|
app/services/stats/acquisitions/base.rb:24
- Average Self
-
21ms
- Average calls
- 0.78x
- Total Self
- 17ms
- Total Children
- 0ms
- Total runtime
- 17ms
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 "matches" ON "needs"."id" = "matches"."need_id" INNER JOIN "experts" ON "matches"."expert_id" = "experts"."id" INNER JOIN "antennes" ON "experts"."antenne_id" = "antennes"."id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "antennes"."institution_id" = ? AND "antennes"."deleted_at" IS NULL AND "matches"."sent_at" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "landings"."integration" = ?
|
|
sql
app/services/stats/matches/positioning.rb:16
|
<1%
|
app/services/stats/matches/positioning.rb:16
- Average Self
-
58ms
- Average calls
- 0.25x
- Total Self
- 14ms
- Total Children
- 0ms
- Total runtime
- 14ms
SELECT COUNT(DISTINCT "matches"."id") FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" != ?
|
|
sql
app/services/stats/acquisitions/base.rb:32
|
<1%
|
app/services/stats/acquisitions/base.rb:32
- Average Self
-
36ms
- Average calls
- 0.39x
- Total Self
- 14ms
- Total Children
- 0ms
- Total runtime
- 14ms
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 "matches" ON "needs"."id" = "matches"."need_id" INNER JOIN "experts" ON "matches"."expert_id" = "experts"."id" INNER JOIN "antennes" ON "experts"."antenne_id" = "antennes"."id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "antennes"."institution_id" = ? AND "antennes"."deleted_at" IS NULL AND "matches"."sent_at" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ?
|
|
sql
app/services/stats/needs/concerns/response_time.rb:17
|
<1%
|
app/services/stats/needs/concerns/response_time.rb:17
- Average Self
-
42ms
- Average calls
- 0.33x
- Total Self
- 14ms
- Total Children
- 0ms
- Total runtime
- 14ms
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" = ? AND "needs"."created_at" BETWEEN ? AND ? AND "needs"."status" IN (?) AND "matches"."status" IN (?) AND (ABS(DATE_PART(?, matches.taken_care_of_at - matches.sent_at)) < ?)
|
|
sql
app/services/stats/matches/not_positioning.rb:18
|
<1%
|
app/services/stats/matches/not_positioning.rb:18
- Average Self
-
53ms
- Average calls
- 0.25x
- Total Self
- 13ms
- Total Children
- 0ms
- Total runtime
- 13ms
SELECT COUNT(DISTINCT "matches"."id") FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" != ?
|
|
sql
app/services/stats/acquisitions/base.rb:27
|
<1%
|
app/services/stats/acquisitions/base.rb:27
- Average Self
-
17ms
- Average calls
- 0.78x
- Total Self
- 13ms
- Total Children
- 0ms
- Total runtime
- 13ms
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 "matches" ON "needs"."id" = "matches"."need_id" INNER JOIN "experts" ON "matches"."expert_id" = "experts"."id" INNER JOIN "antennes" ON "experts"."antenne_id" = "antennes"."id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "antennes"."institution_id" = ? AND "antennes"."deleted_at" IS NULL AND "matches"."sent_at" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND "landings"."integration" = ?
|
|
view
app/views/stats/_load_stats.html.haml
|
<1%
|
app/views/stats/_load_stats.html.haml
- Average Self
-
12ms
- Average calls
- 1x
- Total Self
- 12ms
- Total Children
- 1,172ms
- Total runtime
- 1,185ms
|
|
sql
app/services/stats/matches/done_no_help.rb:20
|
<1%
|
app/services/stats/matches/done_no_help.rb:20
- Average Self
-
45ms
- Average calls
- 0.25x
- Total Self
- 11ms
- Total Children
- 0ms
- Total runtime
- 11ms
SELECT COUNT(DISTINCT "matches"."id") FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" != ?
|
|
sql
app/services/stats/matches/done.rb:19
|
<1%
|
app/services/stats/matches/done.rb:19
- Average Self
-
45ms
- Average calls
- 0.25x
- Total Self
- 11ms
- Total Children
- 0ms
- Total runtime
- 11ms
SELECT COUNT(DISTINCT "matches"."id") FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" = ?
|
|
sql
app/services/stats/matches/done_not_reachable.rb:20
|
<1%
|
app/services/stats/matches/done_not_reachable.rb:20
- Average Self
-
44ms
- Average calls
- 0.25x
- Total Self
- 11ms
- Total Children
- 0ms
- Total runtime
- 11ms
SELECT COUNT(DISTINCT "matches"."id") FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" != ?
|
|
sql
app/services/stats/needs/transmitted.rb:17
|
<1%
|
app/services/stats/needs/transmitted.rb:17
- Average Self
-
43ms
- Average calls
- 0.25x
- Total Self
- 10ms
- Total Children
- 0ms
- Total runtime
- 10ms
SELECT COUNT(DISTINCT "needs"."id") 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 "facilities" ON "facilities"."id" = "diagnoses_needs_join"."facility_id" WHERE "needs"."status" != ? AND "diagnoses"."solicitation_id" IS NOT NULL AND "needs"."created_at" BETWEEN ? AND ? AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ?
|
|
sql
app/services/stats/matches/not_for_me.rb:20
|
<1%
|
app/services/stats/matches/not_for_me.rb:20
- Average Self
-
43ms
- Average calls
- 0.25x
- Total Self
- 10ms
- Total Children
- 0ms
- Total runtime
- 10ms
SELECT COUNT(DISTINCT "matches"."id") FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" != ?
|
|
sql
app/services/stats/matches/taking_care.rb:20
|
<1%
|
app/services/stats/matches/taking_care.rb:20
- Average Self
-
42ms
- Average calls
- 0.25x
- Total Self
- 10ms
- Total Children
- 0ms
- Total runtime
- 10ms
SELECT COUNT(DISTINCT "matches"."id") FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" != ?
|
|
sql
app/services/stats/matches/done.rb:20
|
<1%
|
app/services/stats/matches/done.rb:20
- Average Self
-
38ms
- Average calls
- 0.25x
- Total Self
- 9.7ms
- Total Children
- 0ms
- Total runtime
- 9.7ms
SELECT COUNT(DISTINCT "matches"."id") FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" != ?
|
|
sql
app/services/stats/matches/not_for_me.rb:19
|
<1%
|
app/services/stats/matches/not_for_me.rb:19
- Average Self
-
32ms
- Average calls
- 0.25x
- Total Self
- 8.3ms
- Total Children
- 0ms
- Total runtime
- 8.3ms
SELECT COUNT(DISTINCT "matches"."id") FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" = ?
|
|
sql
app/services/stats/matches/done_no_help.rb:19
|
<1%
|
app/services/stats/matches/done_no_help.rb:19
- Average Self
-
29ms
- Average calls
- 0.25x
- Total Self
- 7.5ms
- Total Children
- 0ms
- Total runtime
- 7.5ms
SELECT COUNT(DISTINCT "matches"."id") FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" = ?
|
|
sql
app/services/stats/matches/not_positioning.rb:19
|
<1%
|
app/services/stats/matches/not_positioning.rb:19
- Average Self
-
28ms
- Average calls
- 0.25x
- Total Self
- 7.2ms
- Total Children
- 0ms
- Total runtime
- 7.2ms
SELECT COUNT(DISTINCT "matches"."id") FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" = ?
|
|
sql
app/services/stats/matches/positioning.rb:17
|
<1%
|
app/services/stats/matches/positioning.rb:17
- Average Self
-
27ms
- Average calls
- 0.25x
- Total Self
- 7ms
- Total Children
- 0ms
- Total runtime
- 7ms
SELECT COUNT(DISTINCT "matches"."id") FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" = ?
|
|
sql
app/services/stats/matches/done_not_reachable.rb:19
|
<1%
|
app/services/stats/matches/done_not_reachable.rb:19
- Average Self
-
27ms
- Average calls
- 0.25x
- Total Self
- 6.9ms
- Total Children
- 0ms
- Total runtime
- 6.9ms
SELECT COUNT(DISTINCT "matches"."id") FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" = ?
|
|
gc
ruby/gc.c
|
<1%
|
ruby/gc.c
- Average Self
-
9.7ms
- Average calls
- 0.71x
- Total Self
- 6.9ms
- Total Children
- 0ms
- Total runtime
- 6.9ms
GC.start
|
|
sql
app/services/stats/solicitations/diagnoses.rb:18
|
<1%
|
app/services/stats/solicitations/diagnoses.rb:18
- Average Self
-
60ms
- Average calls
- 0.11x
- Total Self
- 6.7ms
- Total Children
- 0ms
- Total runtime
- 6.7ms
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/controllers/stats/team_controller.rb:89
|
<1%
|
app/controllers/stats/team_controller.rb:89
- Average Self
-
4.9ms
- Average calls
- 1x
- Total Self
- 4.9ms
- Total Children
- 0ms
- Total runtime
- 4.9ms
SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?
|
|
sql
app/services/stats/matches/taking_care.rb:19
|
<1%
|
app/services/stats/matches/taking_care.rb:19
- Average Self
-
17ms
- Average calls
- 0.25x
- Total Self
- 4.5ms
- Total Children
- 0ms
- Total runtime
- 4.5ms
SELECT COUNT(DISTINCT "matches"."id") FROM "matches" INNER JOIN "needs" ON "needs"."id" = "matches"."need_id" INNER JOIN "diagnoses" ON "diagnoses"."id" = "needs"."diagnosis_id" INNER JOIN "facilities" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "matches"."sent_at" IS NOT NULL AND "matches"."need_id" IN (?) AND (LEFT(facilities.insee_code, ?) IN (?)) AND "needs"."created_at" BETWEEN ? AND ? AND "matches"."status" = ?
|
|
code
app/controllers/stats/team_controller.rb:69
|
<1%
|
app/controllers/stats/team_controller.rb:69
- Average Self
-
3.4ms
- Average calls
- 1x
- Total Self
- 3.4ms
- Total Children
- 1,197ms
- Total runtime
- 1,201ms
Stats::TeamController#load_data
|
|
sql
app/services/stats/needs/exchange_with_expert.rb:19
|
<1%
|
app/services/stats/needs/exchange_with_expert.rb:19
- Average Self
-
25ms
- Average calls
- 0.11x
- Total Self
- 2.8ms
- Total Children
- 0ms
- Total runtime
- 2.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
-
6.6ms
- Average calls
- 0.33x
- Total Self
- 2.2ms
- Total Children
- 0ms
- Total runtime
- 2.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" BETWEEN ? AND ? AND "needs"."status" = ?
|
|
sql
app/services/stats/needs/done.rb:16
|
<1%
|
app/services/stats/needs/done.rb:16
- Average Self
-
6.3ms
- Average calls
- 0.33x
- Total Self
- 2.1ms
- Total Children
- 0ms
- Total runtime
- 2.1ms
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
-
18ms
- Average calls
- 0.11x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
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/models/user.rb:326
|
<1%
|
app/models/user.rb:326
- Average Self
-
2ms
- Average calls
- 1x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
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
-
17ms
- Average calls
- 0.11x
- Total Self
- 1.9ms
- Total Children
- 0ms
- Total runtime
- 1.9ms
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 (?)
|
|
redis
app/controllers/stats/team_controller.rb:80
|
<1%
|
app/controllers/stats/team_controller.rb:80
- Average Self
-
0.85ms
- Average calls
- 1.8x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
get
|
|
sql
app/models/landing.rb:86
|
<1%
|
app/models/landing.rb:86
- Average Self
-
1.4ms
- Average calls
- 1x
- Total Self
- 1.4ms
- Total Children
- 0ms
- Total runtime
- 1.4ms
SELECT "landings".* FROM "landings" WHERE "landings"."slug" = ? LIMIT ?
|
|
sql
app/services/stats/solicitations/diagnoses.rb:30
|
<1%
|
app/services/stats/solicitations/diagnoses.rb:30
- Average Self
-
84ms
- Average calls
- 0.02x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
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" = ?
|
|
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.1ms
- Average calls
- 1x
- Total Self
- 1.1ms
- Total Children
- 1,572ms
- Total runtime
- 1,573ms
Rack::Attack
|
|
redis
app/controllers/shared_controller.rb:73
|
<1%
|
app/controllers/shared_controller.rb:73
- Average Self
-
1.1ms
- Average calls
- 1x
- Total Self
- 1.1ms
- Total Children
- 0ms
- Total runtime
- 1.1ms
get
|
|
sql
app/services/stats/solicitations/completed.rb:20
|
<1%
|
app/services/stats/solicitations/completed.rb:20
- Average Self
-
9.7ms
- Average calls
- 0.11x
- Total Self
- 1.1ms
- Total Children
- 0ms
- Total runtime
- 1.1ms
SELECT COUNT(*) FROM "solicitations" WHERE "solicitations"."status" IN (?) AND "solicitations"."completed_at" BETWEEN ? AND ? AND "solicitations"."completed_at" BETWEEN ? AND ?
|
|
sql
app/models/theme.rb:71
|
<1%
|
app/models/theme.rb:71
- Average Self
-
0.88ms
- Average calls
- 0.89x
- Total Self
- 0.79ms
- Total Children
- 0ms
- Total runtime
- 0.79ms
SELECT ? AS one FROM "cooperations" INNER JOIN "cooperation_themes" ON "cooperations"."id" = "cooperation_themes"."cooperation_id" WHERE "cooperation_themes"."theme_id" = ? LIMIT ?
|
|
sql
app/services/stats/needs/exchange_with_expert.rb:36
|
<1%
|
app/services/stats/needs/exchange_with_expert.rb:36
- Average Self
-
41ms
- Average calls
- 0.02x
- Total Self
- 0.66ms
- Total Children
- 0ms
- Total runtime
- 0.66ms
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 (?)
|
|
cache
app/controllers/shared_controller.rb:73
|
<1%
|
app/controllers/shared_controller.rb:73
- Average Self
-
0.64ms
- Average calls
- 1x
- Total Self
- 0.65ms
- Total Children
- 1.1ms
- Total runtime
- 1.7ms
read
|
|
sql
app/models/theme.rb:75
|
<1%
|
app/models/theme.rb:75
- Average Self
-
0.7ms
- Average calls
- 0.89x
- Total Self
- 0.63ms
- Total Children
- 0ms
- Total runtime
- 0.63ms
SELECT "themes".* FROM "themes" WHERE "themes"."label" = ? LIMIT ?
|
|
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.6ms
- Average calls
- 1x
- Total Self
- 0.6ms
- Total Children
- 1,576ms
- Total runtime
- 1,576ms
ActionDispatch::Static
|
|
sql
app/services/stats/needs/done.rb:28
|
<1%
|
app/services/stats/needs/done.rb:28
- Average Self
-
36ms
- Average calls
- 0.02x
- Total Self
- 0.57ms
- Total Children
- 0ms
- Total runtime
- 0.57ms
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.51ms
- Average calls
- 1x
- Total Self
- 0.51ms
- Total Children
- 1,575ms
- Total runtime
- 1,575ms
Rack::Timeout
|
|
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.45ms
- Average calls
- 1x
- Total Self
- 0.45ms
- Total Children
- 1,574ms
- Total runtime
- 1,575ms
Rails::Rack::Logger
|
|
cache
app/controllers/stats/team_controller.rb:80
|
<1%
|
app/controllers/stats/team_controller.rb:80
- Average Self
-
0.17ms
- Average calls
- 1.8x
- Total Self
- 0.3ms
- Total Children
- 1.5ms
- Total runtime
- 1.8ms
read
|
|
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.26ms
- Average calls
- 1x
- Total Self
- 0.26ms
- Total Children
- 1,574ms
- Total runtime
- 1,574ms
ActionDispatch::Session::CookieStore
|
|
sql
app/services/stats/base_stats.rb:128
|
<1%
|
app/services/stats/base_stats.rb:128
- Average Self
-
1.1ms
- Average calls
- 0.22x
- Total Self
- 0.25ms
- Total Children
- 0ms
- Total runtime
- 0.25ms
SELECT "institutions".* FROM "institutions" WHERE "institutions"."id" = ? LIMIT ?
|
|
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
- 1,574ms
- Total runtime
- 1,574ms
ActionDispatch::Cookies
|
|
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.15ms
- Average calls
- 1x
- Total Self
- 0.15ms
- Total Children
- 1,573ms
- Total runtime
- 1,573ms
ActionDispatch::ContentSecurityPolicy::Middleware
|
|
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.14ms
- Average calls
- 1x
- Total Self
- 0.14ms
- Total Children
- 1,573ms
- Total runtime
- 1,573ms
Rack::ETag
|
|
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
- 1,576ms
- Total runtime
- 1,576ms
ActionDispatch::Executor
|
|
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.1ms
- Average calls
- 1x
- Total Self
- 0.1ms
- Total Children
- 1,573ms
- Total runtime
- 1,573ms
Warden::Manager
|
|
rack
ActionDispatch::Flash
|
<1%
|
ActionDispatch::Flash
- Average Self
-
0.1ms
- Average calls
- 1x
- Total Self
- 0.1ms
- Total Children
- 1,573ms
- Total runtime
- 1,574ms
|
|
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.09ms
- Average calls
- 1x
- Total Self
- 0.09ms
- Total Children
- 1,573ms
- Total runtime
- 1,573ms
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
- 1,577ms
- Total runtime
- 1,577ms
Rails::Engine#call
|
|
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
- 1,574ms
- Total runtime
- 1,574ms
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
- 1,574ms
- Total runtime
- 1,574ms
ActionDispatch::Callbacks
|
|
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
- 1,574ms
- Total runtime
- 1,574ms
Appsignal::Rack::RailsInstrumentation
|
|
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.08ms
- Average calls
- 1x
- Total Self
- 0.08ms
- Total Children
- 1,573ms
- Total runtime
- 1,573ms
Rack::Head
|
|
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.08ms
- Average calls
- 1x
- Total Self
- 0.08ms
- Total Children
- 1,573ms
- Total runtime
- 1,573ms
Rack::ConditionalGet
|
|
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.07ms
- Average calls
- 1x
- Total Self
- 0.07ms
- Total Children
- 1,576ms
- Total runtime
- 1,577ms
Appsignal::Rack::EventMiddleware
|
|
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.07ms
- Average calls
- 1x
- Total Self
- 0.07ms
- Total Children
- 1,575ms
- Total runtime
- 1,575ms
Rails::Rack::SilenceRequest
|
|
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.07ms
- Average calls
- 1x
- Total Self
- 0.07ms
- Total Children
- 1,575ms
- Total runtime
- 1,575ms
ActionDispatch::RemoteIp
|
|
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.06ms
- Average calls
- 1x
- Total Self
- 0.06ms
- Total Children
- 1,574ms
- Total runtime
- 1,574ms
ActionDispatch::DebugExceptions
|
|
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.06ms
- Average calls
- 1x
- Total Self
- 0.06ms
- Total Children
- 1,575ms
- Total runtime
- 1,575ms
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.05ms
- Average calls
- 1x
- Total Self
- 0.05ms
- Total Children
- 1,575ms
- Total runtime
- 1,575ms
IpAnonymizer::MaskIp
|
|
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.05ms
- Average calls
- 1x
- Total Self
- 0.05ms
- Total Children
- 1,575ms
- Total runtime
- 1,576ms
Rack::MethodOverride
|
|
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.05ms
- Average calls
- 1x
- Total Self
- 0.05ms
- Total Children
- 1,576ms
- Total runtime
- 1,576ms
Rack::Runtime
|
|
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.04ms
- Average calls
- 1x
- Total Self
- 0.04ms
- Total Children
- 1,576ms
- Total runtime
- 1,576ms
ActionDispatch::SSL
|
|
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
- 1,576ms
- Total runtime
- 1,576ms
ActiveSupport::Cache::Strategy::LocalCache::Middleware
|
|
view
app/views/pages/_footer.haml
|
<1%
|
app/views/pages/_footer.haml
- Average Self
-
2.5ms
- Average calls
- 0.02x
- Total Self
- 0.04ms
- Total Children
- 0.02ms
- Total runtime
- 0.06ms
|
|
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.04ms
- Average calls
- 1x
- Total Self
- 0.04ms
- Total Children
- 1,576ms
- Total runtime
- 1,576ms
Rack::Sendfile
|
|
sql
app/views/pages/_footer.haml:10
|
<1%
|
app/views/pages/_footer.haml:10
- Average Self
-
1ms
- Average calls
- 0.02x
- Total Self
- 0.02ms
- Total Children
- 0ms
- Total runtime
- 0.02ms
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
|
|
view
app/views/pages/_navbar.haml
|
<1%
|
app/views/pages/_navbar.haml
- Average Self
-
0.75ms
- Average calls
- 0.02x
- Total Self
- 0.01ms
- Total Children
- <0.01ms
- Total runtime
- 0.02ms
|
|
view
app/views/application/navbar/_public.html.haml
|
<1%
|
app/views/application/navbar/_public.html.haml
- Average Self
-
0.25ms
- Average calls
- 0.02x
- Total Self
- <0.01ms
- Total Children
- 0ms
- Total runtime
- <0.01ms
|
|
view
app/views/shared/_environment_ribbon.html.haml
|
<1%
|
app/views/shared/_environment_ribbon.html.haml
- Average Self
-
0ms
- Average calls
- 0.02x
- 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.02x
- 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.02x
- 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.02x
- 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.02x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
view
app/views/pages/_tarteaucitron.html.erb
|
<1%
|
app/views/pages/_tarteaucitron.html.erb
- Average Self
-
0ms
- Average calls
- 0.02x
- 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.02x
- 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.02x
- 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.02x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|