|
view
app/views/conseiller/diagnoses/steps/matches.html.haml
|
39%
|
app/views/conseiller/diagnoses/steps/matches.html.haml
- Average Self
-
127ms
- Calls
- 1x
- Total Self
- 127ms
- Total Children
- 116ms
- Total runtime
- 243ms
|
|
sql
app/models/expert.rb:256
|
16%
|
app/models/expert.rb:256
- Average Self
-
51ms
- Calls
- 1x
- Total Self
- 51ms
- Total Children
- 0ms
- Total runtime
- 51ms
SELECT "experts"."id" FROM "experts" LEFT OUTER JOIN "antennes" ON "antennes"."id" = "experts"."antenne_id" LEFT OUTER JOIN "territorial_zones" ON "territorial_zones"."zoneable_type" = ? AND "territorial_zones"."zoneable_id" = "antennes"."id" WHERE "experts"."id" NOT IN (?) AND ("territorial_zones"."zone_type" = ? AND "territorial_zones"."code" = ? OR "territorial_zones"."zone_type" = ? AND "territorial_zones"."code" = ? OR "territorial_zones"."zone_type" = ? AND "territorial_zones"."code" = ? OR "territorial_zones"."zone_type" = ? AND "territorial_zones"."code" = ? OR "antennes"."territorial_level" = ?)
|
|
code
app/controllers/conseiller/diagnoses/steps_controller.rb:67
|
9%
|
app/controllers/conseiller/diagnoses/steps_controller.rb:67
- Average Self
-
31ms
- Calls
- 1x
- Total Self
- 31ms
- Total Children
- 265ms
- Total runtime
- 296ms
Conseiller::Diagnoses::StepsController#add_match
|
|
gc
ruby/gc.c
|
8%
|
ruby/gc.c
- Average Self
-
27ms
- Calls
- 1x
- Total Self
- 27ms
- Total Children
- 0ms
- Total runtime
- 27ms
GC.start
|
|
sql
app/controllers/conseiller/diagnoses/steps_controller.rb:71
|
6%
|
app/controllers/conseiller/diagnoses/steps_controller.rb:71
- Average Self
-
2.3ms
- Calls
- 8x
- Total Self
- 18ms
- Total Children
- 0ms
- Total runtime
- 18ms
BEGIN
SELECT ? AS one FROM "matches" WHERE "matches"."expert_id" = ? AND "matches"."need_id" = ? LIMIT ?
INSERT INTO "matches" ("need_id", "created_at", "updated_at", "taken_care_of_at", "closed_at", "expert_id", "subject_id", "status", "archived_at", "sent_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) RETURNING "id"
UPDATE "needs" SET "matches_count" = COALESCE("needs"."matches_count", ?) + ?, "updated_at" = ? WHERE "needs"."id" = ?
SELECT "diagnoses".* FROM "diagnoses" WHERE "diagnoses"."id" = ? LIMIT ?
SELECT "solicitations".* FROM "solicitations" WHERE "solicitations"."id" = ? LIMIT ?
UPDATE "solicitations" SET "updated_at" = ? WHERE "solicitations"."id" = ?
COMMIT
|
|
sql
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:36
|
3%
|
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:36
- Average Self
-
10ms
- Calls
- 1x
- Total Self
- 10ms
- Total Children
- 0ms
- Total runtime
- 10ms
SELECT "experts_subjects".* FROM "experts_subjects" INNER JOIN "experts" ON "experts"."deleted_at" IS NULL AND "experts"."id" = "experts_subjects"."expert_id" INNER JOIN "institutions_subjects" ON "institutions_subjects"."id" = "experts_subjects"."institution_subject_id" INNER JOIN "institutions" ON "institutions"."id" = "institutions_subjects"."institution_id" WHERE "experts_subjects"."expert_id" IN (?) OR "experts"."id" IN (?))) AND "institutions_subjects"."subject_id" = ? AND "institutions_subjects"."institution_id" IN (?) AND "institutions_subjects"."institution_id" NOT IN (?)
|
|
sql
app/models/expert_subject.rb:99
|
2%
|
app/models/expert_subject.rb:99
- Average Self
-
0.67ms
- Calls
- 9x
- Total Self
- 6ms
- Total Children
- 0ms
- Total runtime
- 6ms
SELECT "match_filters".* FROM "match_filters" INNER JOIN "experts" ON "match_filters"."filtrable_element_id" = "experts"."id" WHERE "experts"."id" = ? AND "match_filters"."filtrable_element_type" = ?
SELECT "match_filters".* FROM "match_filters" INNER JOIN "antennes" ON "match_filters"."filtrable_element_id" = "antennes"."id" INNER JOIN "experts" ON "antennes"."id" = "experts"."antenne_id" WHERE "experts"."id" = ? AND "match_filters"."filtrable_element_type" = ?
SELECT "match_filters".* FROM "match_filters" INNER JOIN "institutions" ON "match_filters"."filtrable_element_id" = "institutions"."id" INNER JOIN "antennes" ON "institutions"."id" = "antennes"."institution_id" INNER JOIN "experts" ON "antennes"."id" = "experts"."antenne_id" WHERE "experts"."id" = ? AND "match_filters"."filtrable_element_type" = ?
|
|
view
app/views/conseiller/diagnoses/steps/_expert_content.html.haml
|
2%
|
app/views/conseiller/diagnoses/steps/_expert_content.html.haml
- Average Self
-
2ms
- Calls
- 3x
- Total Self
- 6ms
- Total Children
- 8ms
- Total runtime
- 14ms
|
|
sql
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:31
|
1%
|
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:31
- Average Self
-
0.8ms
- Calls
- 5x
- Total Self
- 4ms
- Total Children
- 0ms
- Total runtime
- 4ms
SELECT ? AS one FROM "subject_answer_groupings" INNER JOIN "subject_answers" ON "subject_answers"."subject_answer_grouping_id" = "subject_answer_groupings"."id" AND "subject_answers"."type" = ? INNER JOIN "subject_questions" "subject_question" ON "subject_question"."id" = "subject_answers"."subject_question_id" INNER JOIN "subjects" ON "subjects"."id" = "subject_question"."subject_id" WHERE "subject_answer_groupings"."institution_id" = ? AND "subject_question"."subject_id" = ? LIMIT ?
SELECT DISTINCT "subject_answer_groupings".* FROM "subject_answer_groupings" INNER JOIN "subject_answers" ON "subject_answers"."subject_answer_grouping_id" = "subject_answer_groupings"."id" AND "subject_answers"."type" = ? INNER JOIN "subject_questions" "subject_question" ON "subject_question"."id" = "subject_answers"."subject_question_id" INNER JOIN "subjects" ON "subjects"."id" = "subject_question"."subject_id" WHERE "subject_answer_groupings"."institution_id" = ? AND "subject_question"."subject_id" = ?
|
|
view
app/views/conseiller/diagnoses/steps/_expert_subject_checkboxes.html.haml
|
1%
|
app/views/conseiller/diagnoses/steps/_expert_subject_checkboxes.html.haml
- Average Self
-
4ms
- Calls
- 1x
- Total Self
- 4ms
- Total Children
- 18ms
- Total runtime
- 22ms
|
|
sql
app/models/expert.rb:247
|
<1%
|
app/models/expert.rb:247
- Average Self
-
3ms
- Calls
- 1x
- Total Self
- 3ms
- Total Children
- 0ms
- Total runtime
- 3ms
SELECT "experts"."id" FROM "experts" INNER JOIN "territorial_zones" ON "territorial_zones"."zoneable_type" = ? AND "territorial_zones"."zoneable_id" = "experts"."id" WHERE "experts"."deleted_at" IS NULL
|
|
sql
app/views/conseiller/diagnoses/steps/_expert_content.html.haml:15
|
<1%
|
app/views/conseiller/diagnoses/steps/_expert_content.html.haml:15
- Average Self
-
0.5ms
- Calls
- 6x
- Total Self
- 3ms
- Total Children
- 0ms
- Total runtime
- 3ms
SELECT "institutions_subjects".* FROM "institutions_subjects" WHERE "institutions_subjects"."id" = ? LIMIT ?
|
|
sql
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:30
|
<1%
|
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:30
- Average Self
-
0.5ms
- Calls
- 6x
- Total Self
- 3ms
- Total Children
- 0ms
- Total runtime
- 3ms
SELECT "experts".* FROM "experts" WHERE "experts"."id" = ? LIMIT ?
SELECT "institutions".* FROM "institutions" INNER JOIN "antennes" ON "institutions"."id" = "antennes"."institution_id" WHERE "antennes"."id" = ? LIMIT ?
|
|
sql
app/views/conseiller/diagnoses/steps/_expert_subject_checkboxes.html.haml:7
|
<1%
|
app/views/conseiller/diagnoses/steps/_expert_subject_checkboxes.html.haml:7
- Average Self
-
0.5ms
- Calls
- 4x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
SELECT "subjects".* FROM "subjects" INNER JOIN "institutions_subjects" ON "subjects"."id" = "institutions_subjects"."subject_id" WHERE "institutions_subjects"."id" = ? LIMIT ?
SELECT "matches".* FROM "matches" WHERE "matches"."need_id" = ? AND "matches"."expert_id" = ? AND "matches"."subject_id" = ? ORDER BY "matches"."id" ASC LIMIT ?
|
|
view
app/views/conseiller/diagnoses/_company_details.haml
|
<1%
|
app/views/conseiller/diagnoses/_company_details.haml
- Average Self
-
2ms
- Calls
- 1x
- Total Self
- 2ms
- Total Children
- 1ms
- Total runtime
- 3ms
|
|
sql
app/views/conseiller/diagnoses/steps/_expert_content.html.haml:7
|
<1%
|
app/views/conseiller/diagnoses/steps/_expert_content.html.haml:7
- Average Self
-
0.67ms
- Calls
- 3x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
SELECT "users".* FROM "users" INNER JOIN "experts_users" ON "users"."id" = "experts_users"."user_id" WHERE "experts_users"."expert_id" = ? AND "users"."deleted_at" IS NULL
|
|
sql
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:62
|
<1%
|
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:62
- Average Self
-
0.5ms
- Calls
- 2x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT "subject_answers".* FROM "subject_answers" WHERE "subject_answers"."type" = ? AND "subject_answers"."subject_answer_grouping_id" = ?
|
|
rack
ActionDispatch::Flash
|
<1%
|
ActionDispatch::Flash
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 297ms
- Total runtime
- 298ms
|
|
sql
app/models/expert.rb:244
|
<1%
|
app/models/expert.rb:244
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT "experts"."id" FROM "experts" LEFT OUTER JOIN "territorial_zones" ON "territorial_zones"."zoneable_type" = ? AND "territorial_zones"."zoneable_id" = "experts"."id" WHERE ("territorial_zones"."zone_type" = ? AND "territorial_zones"."code" = ? OR "territorial_zones"."zone_type" = ? AND "territorial_zones"."code" = ? OR "territorial_zones"."zone_type" = ? AND "territorial_zones"."code" = ? OR "territorial_zones"."zone_type" = ? AND "territorial_zones"."code" = ?)
|
|
sql
app/views/conseiller/diagnoses/steps/_expert_content.html.haml:4
|
<1%
|
app/views/conseiller/diagnoses/steps/_expert_content.html.haml:4
- Average Self
-
0.33ms
- Calls
- 3x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT "antennes".* FROM "antennes" WHERE "antennes"."id" = ? LIMIT ?
|
|
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
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 296ms
- Total runtime
- 297ms
Rack::Attack
|
|
sql
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:64
|
<1%
|
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:64
- Average Self
-
0.5ms
- Calls
- 2x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT "subject_answers".* FROM "subject_answers" WHERE "subject_answers"."type" = ? AND "subject_answers"."subject_questionable_id" = ? AND "subject_answers"."subject_questionable_type" = ? AND "subject_answers"."subject_question_id" = ? LIMIT ?
|
|
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
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 299ms
- Total runtime
- 300ms
ActionDispatch::SSL
|
|
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
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 298ms
- Total runtime
- 299ms
Rails::Rack::Logger
|
|
view
app/views/conseiller/diagnoses/steps/_header.haml
|
<1%
|
app/views/conseiller/diagnoses/steps/_header.haml
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 3ms
- Total runtime
- 4ms
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 298ms
- Total runtime
- 298ms
ActionDispatch::Session::CookieStore
|
|
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
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 299ms
- Total runtime
- 299ms
IpAnonymizer::MaskIp
|
|
sql
app/models/user.rb:326
|
<1%
|
app/models/user.rb:326
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT ? AS one FROM "user_rights" WHERE "user_rights"."user_id" = ? AND "user_rights"."category" = ? LIMIT ?
|
|
sql
app/models/need.rb:462
|
<1%
|
app/models/need.rb:462
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "matches".* FROM "matches" WHERE "matches"."need_id" = ?
|
|
sql
app/models/need.rb:466
|
<1%
|
app/models/need.rb:466
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
UPDATE "diagnoses" SET "updated_at" = ? WHERE "diagnoses"."id" = ?
|
|
sql
app/models/facility.rb:84
|
<1%
|
app/models/facility.rb:84
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "companies".* FROM "companies" WHERE "companies"."id" = ? LIMIT ?
|
|
sql
app/models/facility.rb:104
|
<1%
|
app/models/facility.rb:104
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "institutions".* FROM "institutions" INNER JOIN "categories_institutions" ON "categories_institutions"."institution_id" = "institutions"."id" INNER JOIN "categories" ON "categories"."id" = "categories_institutions"."category_id" WHERE "institutions"."id" = ? AND "institutions"."deleted_at" IS NULL AND "categories"."label" = ? LIMIT ?
|
|
sql
app/controllers/conseiller/diagnoses/steps_controller.rb:68
|
<1%
|
app/controllers/conseiller/diagnoses/steps_controller.rb:68
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "needs".* FROM "needs" WHERE "needs"."id" = ? LIMIT ?
|
|
sql
app/controllers/conseiller/diagnoses/steps_controller.rb:69
|
<1%
|
app/controllers/conseiller/diagnoses/steps_controller.rb:69
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "experts".* FROM "experts" WHERE "experts"."id" = ? LIMIT ?
|
|
sql
app/controllers/conseiller/diagnoses/steps_controller.rb:70
|
<1%
|
app/controllers/conseiller/diagnoses/steps_controller.rb:70
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "subjects".* FROM "subjects" WHERE "subjects"."id" = ? LIMIT ?
|
|
sql
app/controllers/conseiller/diagnoses/steps_controller.rb:80
|
<1%
|
app/controllers/conseiller/diagnoses/steps_controller.rb:80
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "diagnoses".* FROM "diagnoses" WHERE "diagnoses"."id" = ? LIMIT ?
|
|
sql
app/views/conseiller/diagnoses/_company_details.haml:1
|
<1%
|
app/views/conseiller/diagnoses/_company_details.haml:1
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "facilities".* FROM "facilities" WHERE "facilities"."id" = ? LIMIT ?
|
|
sql
app/views/conseiller/diagnoses/_company_details.haml:2
|
<1%
|
app/views/conseiller/diagnoses/_company_details.haml:2
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "solicitations".* FROM "solicitations" WHERE "solicitations"."id" = ? LIMIT ?
|
|
sql
app/views/conseiller/diagnoses/_company_details.haml:4
|
<1%
|
app/views/conseiller/diagnoses/_company_details.haml:4
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "companies".* FROM "companies" WHERE "companies"."id" = ? LIMIT ?
|
|
sql
app/views/conseiller/diagnoses/steps/matches.html.haml:26
|
<1%
|
app/views/conseiller/diagnoses/steps/matches.html.haml:26
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "needs".* FROM "needs" LEFT OUTER JOIN "subjects" ON "subjects"."id" = "needs"."subject_id" LEFT OUTER JOIN "themes" ON "themes"."id" = "subjects"."theme_id" WHERE "needs"."diagnosis_id" = ? AND "subjects"."archived_at" IS NULL ORDER BY "themes"."interview_sort_order" ASC, "themes"."id" ASC, "subjects"."interview_sort_order" ASC, "subjects"."id" ASC
|
|
sql
app/views/conseiller/diagnoses/steps/matches.html.haml:29
|
<1%
|
app/views/conseiller/diagnoses/steps/matches.html.haml:29
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "subjects".* FROM "subjects" WHERE "subjects"."id" = ? LIMIT ?
|
|
sql
app/views/conseiller/diagnoses/steps/matches.html.haml:46
|
<1%
|
app/views/conseiller/diagnoses/steps/matches.html.haml:46
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "needs".* FROM "needs" WHERE "needs"."diagnosis_id" = ? ORDER BY "needs"."id" ASC LIMIT ?
|
|
sql
app/views/conseiller/diagnoses/steps/matches.html.haml:62
|
<1%
|
app/views/conseiller/diagnoses/steps/matches.html.haml:62
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "contacts".* FROM "contacts" WHERE "contacts"."id" = ? LIMIT ?
|
|
sql
app/views/conseiller/diagnoses/steps/matches.html.haml:65
|
<1%
|
app/views/conseiller/diagnoses/steps/matches.html.haml:65
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "needs".* FROM "needs" WHERE "needs"."diagnosis_id" = ? ORDER BY "needs"."id" ASC LIMIT ?
|
|
sql
app/views/conseiller/diagnoses/steps/matches.html.haml:66
|
<1%
|
app/views/conseiller/diagnoses/steps/matches.html.haml:66
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "needs".* FROM "needs" WHERE "needs"."diagnosis_id" = ? ORDER BY "needs"."id" ASC LIMIT ?
|
|
sql
app/views/conseiller/diagnoses/steps/_expert_subject_checkboxes.html.haml:17
|
<1%
|
app/views/conseiller/diagnoses/steps/_expert_subject_checkboxes.html.haml:17
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "matches".* FROM "matches" WHERE "matches"."need_id" = ? AND "matches"."expert_id" NOT IN (?)
|
|
sql
app/views/conseiller/diagnoses/steps/_expert_subject_checkboxes.html.haml:18
|
<1%
|
app/views/conseiller/diagnoses/steps/_expert_subject_checkboxes.html.haml:18
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "experts".* FROM "experts" WHERE "experts"."id" = ? LIMIT ?
|
|
sql
app/views/conseiller/diagnoses/steps/_expert_content.html.haml:14
|
<1%
|
app/views/conseiller/diagnoses/steps/_expert_content.html.haml:14
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "experts_subjects".* FROM "experts_subjects" WHERE "experts_subjects"."expert_id" = ?
|
|
sql
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:76
|
<1%
|
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:76
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT ? AS one FROM "subjects" INNER JOIN "match_filters_subjects" ON "subjects"."id" = "match_filters_subjects"."subject_id" WHERE "match_filters_subjects"."match_filter_id" = ? LIMIT ?
|
|
sql
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:157
|
<1%
|
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:157
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "facilities".* FROM "facilities" INNER JOIN "diagnoses" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "diagnoses"."id" = ? LIMIT ?
|
|
sql
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:161
|
<1%
|
app/services/diagnosis_creation/find_relevant_expert_subjects.rb:161
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "companies".* FROM "companies" INNER JOIN "facilities" ON "companies"."id" = "facilities"."company_id" INNER JOIN "diagnoses" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "diagnoses"."id" = ? LIMIT ?
|
|
sql
vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/lib/active_support/notifications/fanout.rb:158
|
<1%
|
vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/lib/active_support/notifications/fanout.rb:158
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?
|
|
view
app/views/conseiller/diagnoses/steps/_steps.haml
|
<1%
|
app/views/conseiller/diagnoses/steps/_steps.haml
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
view
app/views/needs/_star_btn.html.haml
|
<1%
|
app/views/needs/_star_btn.html.haml
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 300ms
- Total runtime
- 300ms
Rails::Engine#call
|
|
queue
queue
|
<1%
|
queue
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
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
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 297ms
- Total runtime
- 297ms
Warden::Manager
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 299ms
- Total runtime
- 299ms
Rack::Timeout
|
|
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
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 298ms
- Total runtime
- 298ms
ActionDispatch::Callbacks
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 299ms
- Total runtime
- 299ms
ActionDispatch::Executor
|
|
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
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 299ms
- Total runtime
- 299ms
ActiveSupport::Cache::Strategy::LocalCache::Middleware
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 298ms
- Total runtime
- 298ms
ActionDispatch::ShowExceptions
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 298ms
- Total runtime
- 298ms
ActionDispatch::DebugExceptions
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 299ms
- Total runtime
- 299ms
ActionDispatch::Static
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 297ms
- Total runtime
- 297ms
ActionDispatch::ContentSecurityPolicy::Middleware
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 298ms
- Total runtime
- 298ms
ActionDispatch::Cookies
|
|
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
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 299ms
- Total runtime
- 299ms
ActionDispatch::RequestId
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 299ms
- Total runtime
- 299ms
ActionDispatch::RemoteIp
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 299ms
- Total runtime
- 299ms
Rails::Rack::SilenceRequest
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 297ms
- Total runtime
- 297ms
Rack::ETag
|
|
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
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 297ms
- Total runtime
- 297ms
Rack::ConditionalGet
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 297ms
- Total runtime
- 297ms
Rack::TempfileReaper
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 297ms
- Total runtime
- 297ms
Rack::Head
|
|
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
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 299ms
- Total runtime
- 299ms
Rack::Sendfile
|
|
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
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 299ms
- Total runtime
- 299ms
Rack::Runtime
|
|
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 299ms
- Total runtime
- 299ms
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
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 298ms
- Total runtime
- 298ms
Appsignal::Rack::RailsInstrumentation
|
|
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
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 300ms
- Total runtime
- 300ms
Appsignal::Rack::EventMiddleware
|