|
sql
app/controllers/conseiller/solicitations_controller.rb:151
|
77%
|
app/controllers/conseiller/solicitations_controller.rb:151
- Average Self
-
580ms
- Average calls
- 0.98x
- Total Self
- 567ms
- Total Children
- 0ms
- Total runtime
- 567ms
SELECT DISTINCT facilities.id, facilities.*, companies.name AS company_name, COALESCE(contacts.email, ?) AS contact_email FROM "facilities" INNER JOIN "companies" ON "companies"."id" = "facilities"."company_id" INNER JOIN "contacts" ON "contacts"."company_id" = "companies"."id" INNER JOIN "diagnoses" ON "diagnoses"."facility_id" = "facilities"."id" WHERE "diagnoses"."step" = ? AND (contacts.email IN (?) OR facilities.siret IN (?))
|
|
code
app/controllers/conseiller/solicitations_controller.rb:9
|
3%
|
app/controllers/conseiller/solicitations_controller.rb:9
- Average Self
-
24ms
- Average calls
- 1x
- Total Self
- 24ms
- Total Children
- 701ms
- Total runtime
- 726ms
Conseiller::SolicitationsController#index
|
|
sql
app/controllers/conseiller/solicitations_controller.rb:164
|
3%
|
app/controllers/conseiller/solicitations_controller.rb:164
- Average Self
-
2.1ms
- Average calls
- 10x
- Total Self
- 22ms
- Total Children
- 0ms
- Total runtime
- 22ms
SELECT "solicitations".* FROM "solicitations" WHERE "solicitations"."status" = ? AND "solicitations"."code_region" IS NULL ORDER BY "solicitations"."completed_at" ASC LIMIT ? OFFSET ?
SELECT "badge_badgeables".* FROM "badge_badgeables" WHERE "badge_badgeables"."badgeable_type" = ? AND "badge_badgeables"."badgeable_id" = ?
SELECT "badges".* FROM "badges" WHERE "badges"."id" = ?
SELECT "diagnoses".* FROM "diagnoses" WHERE "diagnoses"."solicitation_id" = ?
SELECT "feedbacks".* FROM "feedbacks" WHERE "feedbacks"."feedbackable_type" = ? AND "feedbacks"."feedbackable_id" = ?
SELECT "landing_subjects".* FROM "landing_subjects" WHERE "landing_subjects"."id" = ?
SELECT "subject_answers".* FROM "subject_answers" WHERE "subject_answers"."type" = ? AND "subject_answers"."subject_questionable_type" = ? AND "subject_answers"."subject_questionable_id" = ?
SELECT "subjects".* FROM "subjects" WHERE "subjects"."id" = ?
SELECT "subject_questions".* FROM "subject_questions" WHERE "subject_questions"."id" IN (?)
|
|
sql
app/models/concerns/precompute_flags.rb:53
|
2%
|
app/models/concerns/precompute_flags.rb:53
- Average Self
-
13ms
- Average calls
- 0.98x
- Total Self
- 13ms
- Total Children
- 0ms
- Total runtime
- 13ms
SELECT "solicitations"."id", "solicitations"."siret", "solicitations"."email" FROM "solicitations" WHERE ("solicitations"."siret" IN (?) OR "solicitations"."email" IN (?)) AND "solicitations"."status" = ?
|
|
view
app/views/conseiller/solicitations/_solicitation.haml
|
2%
|
app/views/conseiller/solicitations/_solicitation.haml
- Average Self
-
1.2ms
- Average calls
- 11x
- Total Self
- 13ms
- Total Children
- 29ms
- Total runtime
- 42ms
|
|
sql
app/controllers/conseiller/solicitations_controller.rb:172
|
2%
|
app/controllers/conseiller/solicitations_controller.rb:172
- Average Self
-
13ms
- Average calls
- 0.98x
- Total Self
- 13ms
- Total Children
- 0ms
- Total runtime
- 13ms
SELECT "facilities"."siret" FROM "facilities" INNER JOIN "companies" ON "companies"."id" = "facilities"."company_id" INNER JOIN "contacts" ON "contacts"."company_id" = "companies"."id" WHERE "contacts"."email" IN (?)
|
|
sql
app/controllers/conseiller/solicitations_controller.rb:132
|
1%
|
app/controllers/conseiller/solicitations_controller.rb:132
- Average Self
-
8.4ms
- Average calls
- 1x
- Total Self
- 8.4ms
- Total Children
- 0ms
- Total runtime
- 8.4ms
SELECT COUNT(*) FROM "solicitations" WHERE "solicitations"."status" = ? AND "solicitations"."code_region" IS NULL
|
|
gc
ruby/gc.c
|
<1%
|
ruby/gc.c
- Average Self
-
9.8ms
- Average calls
- 0.67x
- Total Self
- 6.6ms
- Total Children
- 0ms
- Total runtime
- 6.6ms
GC.start
|
|
view
app/views/conseiller/solicitations/index.html.haml
|
<1%
|
app/views/conseiller/solicitations/index.html.haml
- Average Self
-
4.3ms
- Average calls
- 1x
- Total Self
- 4.3ms
- Total Children
- 49ms
- Total runtime
- 53ms
|
|
view
app/views/conseiller/solicitations/_solicitation_badges.html.haml
|
<1%
|
app/views/conseiller/solicitations/_solicitation_badges.html.haml
- Average Self
-
2.1ms
- Average calls
- 1.7x
- Total Self
- 3.7ms
- Total Children
- 0.33ms
- Total runtime
- 4ms
|
|
view
app/views/conseiller/solicitations/_solicitation_actions.html.haml
|
<1%
|
app/views/conseiller/solicitations/_solicitation_actions.html.haml
- Average Self
-
2ms
- Average calls
- 1.7x
- Total Self
- 3.5ms
- Total Children
- 1.3ms
- Total runtime
- 4.7ms
|
|
cache
app/views/conseiller/solicitations/index.html.haml:35
|
<1%
|
app/views/conseiller/solicitations/index.html.haml:35
- Average Self
-
2.4ms
- Average calls
- 1.2x
- Total Self
- 3ms
- Total Children
- 4ms
- Total runtime
- 7ms
read_multi
write_multi
|
|
sql
app/controllers/conseiller/solicitations_controller.rb:123
|
<1%
|
app/controllers/conseiller/solicitations_controller.rb:123
- Average Self
-
2.9ms
- Average calls
- 1x
- Total Self
- 2.9ms
- Total Children
- 0ms
- Total runtime
- 2.9ms
SELECT "landing_subjects"."slug" FROM "landing_subjects"
|
|
view
app/views/kaminari/_paginator.html.haml
|
<1%
|
app/views/kaminari/_paginator.html.haml
- Average Self
-
1.3ms
- Average calls
- 2x
- Total Self
- 2.6ms
- Total Children
- 1.7ms
- Total runtime
- 4.3ms
|
|
redis
app/views/conseiller/solicitations/index.html.haml:35
|
<1%
|
app/views/conseiller/solicitations/index.html.haml:35
- Average Self
-
2ms
- Average calls
- 1.2x
- Total Self
- 2.5ms
- Total Children
- 0ms
- Total runtime
- 2.5ms
mget
|
|
sql
app/models/concerns/precompute_flags.rb:63
|
<1%
|
app/models/concerns/precompute_flags.rb:63
- Average Self
-
2.5ms
- Average calls
- 0.98x
- Total Self
- 2.4ms
- Total Children
- 0ms
- Total runtime
- 2.4ms
SELECT "solicitations"."id", "solicitations"."siret", "solicitations"."email", "solicitations"."landing_subject_id" FROM "solicitations" WHERE ("solicitations"."siret" IN (?) OR "solicitations"."email" IN (?)) AND "solicitations"."status" = ? AND "solicitations"."landing_subject_id" IN (?) AND "solicitations"."created_at" BETWEEN ? AND ?
|
|
sql
app/models/solicitation.rb:524
|
<1%
|
app/models/solicitation.rb:524
- Average Self
-
1.4ms
- Average calls
- 1.7x
- Total Self
- 2.4ms
- Total Children
- 0ms
- Total runtime
- 2.4ms
SELECT "companies".* FROM "companies" INNER JOIN "facilities" ON "companies"."id" = "facilities"."company_id" INNER JOIN "diagnoses" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "diagnoses"."solicitation_id" = ? LIMIT ?
|
|
view
app/views/feedbacks/_form.html.haml
|
<1%
|
app/views/feedbacks/_form.html.haml
- Average Self
-
1.3ms
- Average calls
- 1.7x
- Total Self
- 2.3ms
- Total Children
- 0.09ms
- Total runtime
- 2.4ms
|
|
sql
app/helpers/solicitation_helper.rb:41
|
<1%
|
app/helpers/solicitation_helper.rb:41
- Average Self
-
1.5ms
- Average calls
- 1.5x
- Total Self
- 2.2ms
- Total Children
- 0ms
- Total runtime
- 2.2ms
SELECT "needs".* FROM "needs" WHERE "needs"."diagnosis_id" = ?
|
|
sql
app/models/facility.rb:84
|
<1%
|
app/models/facility.rb:84
- Average Self
-
1.3ms
- Average calls
- 1.5x
- Total Self
- 1.9ms
- Total Children
- 0ms
- Total runtime
- 1.9ms
SELECT "companies".* FROM "companies" WHERE "companies"."id" = ? LIMIT ?
|
|
view
app/views/application/_head.html.haml
|
<1%
|
app/views/application/_head.html.haml
- Average Self
-
1.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 1.8ms
- Total runtime
- 3.3ms
|
|
sql
app/models/concerns/precompute_flags.rb:35
|
<1%
|
app/models/concerns/precompute_flags.rb:35
- Average Self
-
1.3ms
- Average calls
- 0.98x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT "contacts"."email", "facilities"."siret" FROM "facilities" INNER JOIN "companies" ON "companies"."id" = "facilities"."company_id" INNER JOIN "contacts" ON "contacts"."company_id" = "companies"."id" WHERE "contacts"."email" IN (?)
|
|
view
app/views/application/navbar/_admin.html.haml
|
<1%
|
app/views/application/navbar/_admin.html.haml
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
|
|
sql
app/views/conseiller/solicitations/index.html.haml:35
|
<1%
|
app/views/conseiller/solicitations/index.html.haml:35
- Average Self
-
0.11ms
- Average calls
- 11x
- Total Self
- 1.2ms
- Total Children
- 0ms
- Total runtime
- 1.2ms
SELECT COUNT(*) AS "size", MAX("badges"."updated_at") AS timestamp FROM "badges"
|
|
view
app/views/application/_navbar.html.haml
|
<1%
|
app/views/application/_navbar.html.haml
- Average Self
-
1.1ms
- Average calls
- 1x
- Total Self
- 1.1ms
- Total Children
- 1.3ms
- Total runtime
- 2.5ms
|
|
queue
queue
|
<1%
|
queue
- Average Self
-
1.1ms
- Average calls
- 1x
- Total Self
- 1.1ms
- Total Children
- 0ms
- Total runtime
- 1.1ms
|
|
sql
app/models/user.rb:326
|
<1%
|
app/models/user.rb:326
- Average Self
-
0.23ms
- Average calls
- 4.7x
- Total Self
- 1.1ms
- Total Children
- 0ms
- Total runtime
- 1.1ms
SELECT ? AS one FROM "user_rights" WHERE "user_rights"."user_id" = ? AND "user_rights"."category" = ? LIMIT ?
|
|
sql
app/models/solicitation.rb:705
|
<1%
|
app/models/solicitation.rb:705
- Average Self
-
4.1ms
- Average calls
- 0.23x
- Total Self
- 0.95ms
- Total Children
- 0ms
- Total runtime
- 0.95ms
SELECT "spams".* FROM "spams" WHERE "spams"."email" = ? 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
-
0.91ms
- Average calls
- 1x
- Total Self
- 0.91ms
- Total Children
- 0ms
- Total runtime
- 0.91ms
SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC 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
-
0.91ms
- Average calls
- 1x
- Total Self
- 0.91ms
- Total Children
- 726ms
- Total runtime
- 727ms
Rack::Attack
|
|
sql
app/models/solicitation.rb:602
|
<1%
|
app/models/solicitation.rb:602
- Average Self
-
0.48ms
- Average calls
- 1.7x
- Total Self
- 0.84ms
- Total Children
- 0ms
- Total runtime
- 0.84ms
SELECT "subjects".* FROM "subjects" INNER JOIN "landing_subjects" ON "subjects"."id" = "landing_subjects"."subject_id" WHERE "landing_subjects"."id" = ? LIMIT ?
|
|
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.84ms
- Average calls
- 1x
- Total Self
- 0.84ms
- Total Children
- 727ms
- Total runtime
- 728ms
Rack::ETag
|
|
sql
app/models/concerns/precompute_flags.rb:69
|
<1%
|
app/models/concerns/precompute_flags.rb:69
- Average Self
-
0.79ms
- Average calls
- 0.98x
- Total Self
- 0.77ms
- Total Children
- 0ms
- Total runtime
- 0.77ms
SELECT "solicitations"."id", "solicitations"."siret", "solicitations"."email" FROM "solicitations" WHERE ("solicitations"."siret" IN (?) OR "solicitations"."email" IN (?)) AND "solicitations"."status" = ?
|
|
view
app/views/application/_footer.html.haml
|
<1%
|
app/views/application/_footer.html.haml
- Average Self
-
0.77ms
- Average calls
- 1x
- Total Self
- 0.77ms
- Total Children
- 0ms
- Total runtime
- 0.77ms
|
|
view
app/views/kaminari/_page.html.haml
|
<1%
|
app/views/kaminari/_page.html.haml
- Average Self
-
0.14ms
- Average calls
- 5.4x
- Total Self
- 0.74ms
- Total Children
- 0ms
- Total runtime
- 0.74ms
|
|
sql
app/helpers/solicitation_helper.rb:93
|
<1%
|
app/helpers/solicitation_helper.rb:93
- Average Self
-
0.45ms
- Average calls
- 1.5x
- Total Self
- 0.67ms
- Total Children
- 0ms
- Total runtime
- 0.67ms
SELECT "subjects".* FROM "subjects" WHERE "subjects"."id" = ? LIMIT ?
|
|
sql
app/controllers/conseiller/solicitations_controller.rb:122
|
<1%
|
app/controllers/conseiller/solicitations_controller.rb:122
- Average Self
-
0.58ms
- Average calls
- 1x
- Total Self
- 0.58ms
- Total Children
- 0ms
- Total runtime
- 0.58ms
SELECT "badges"."title" FROM "badges"
|
|
view
app/views/conseiller/solicitations/_menu.html.haml
|
<1%
|
app/views/conseiller/solicitations/_menu.html.haml
- Average Self
-
0.56ms
- Average calls
- 1x
- Total Self
- 0.56ms
- Total Children
- 0ms
- Total runtime
- 0.56ms
|
|
sql
app/models/subject_answer.rb:36
|
<1%
|
app/models/subject_answer.rb:36
- Average Self
-
0.76ms
- Average calls
- 0.67x
- Total Self
- 0.51ms
- Total Children
- 0ms
- Total runtime
- 0.51ms
SELECT "subject_questions".* FROM "subject_questions" WHERE "subject_questions"."id" = ? LIMIT ?
|
|
sql
app/views/conseiller/solicitations/index.html.haml:17
|
<1%
|
app/views/conseiller/solicitations/index.html.haml:17
- Average Self
-
0.51ms
- Average calls
- 1x
- Total Self
- 0.51ms
- Total Children
- 0ms
- Total runtime
- 0.51ms
SELECT "cooperations"."name", "cooperations"."id" FROM "cooperations"
|
|
sql
app/views/conseiller/solicitations/_solicitation.haml:56
|
<1%
|
app/views/conseiller/solicitations/_solicitation.haml:56
- Average Self
-
1.5ms
- Average calls
- 0.3x
- Total Self
- 0.47ms
- Total Children
- 0ms
- Total runtime
- 0.47ms
SELECT "subject_answers".* FROM "subject_answers" INNER JOIN "subject_questions" ON "subject_questions"."id" = "subject_answers"."subject_question_id" WHERE "subject_answers"."type" = ? AND "subject_answers"."subject_questionable_id" = ? AND "subject_answers"."subject_questionable_type" = ? ORDER BY "subject_questions"."position" ASC
|
|
sql
app/controllers/conseiller/solicitations_controller.rb:124
|
<1%
|
app/controllers/conseiller/solicitations_controller.rb:124
- Average Self
-
0.44ms
- Average calls
- 1x
- Total Self
- 0.44ms
- Total Children
- 0ms
- Total runtime
- 0.44ms
SELECT "landings"."slug" FROM "landings"
|
|
redis
app/helpers/badges_helper.rb:4
|
<1%
|
app/helpers/badges_helper.rb:4
- Average Self
-
0.44ms
- Average calls
- 1x
- Total Self
- 0.44ms
- Total Children
- 0ms
- Total runtime
- 0.44ms
get
|
|
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.42ms
- Average calls
- 1x
- Total Self
- 0.42ms
- Total Children
- 729ms
- Total runtime
- 729ms
Rails::Rack::Logger
|
|
view
app/views/layouts/application.html.haml
|
<1%
|
app/views/layouts/application.html.haml
- Average Self
-
0.37ms
- Average calls
- 1x
- Total Self
- 0.37ms
- Total Children
- 8.4ms
- Total runtime
- 8.8ms
|
|
view
app/views/feedbacks/_feedback.haml
|
<1%
|
app/views/feedbacks/_feedback.haml
- Average Self
-
2ms
- Average calls
- 0.19x
- Total Self
- 0.37ms
- Total Children
- 0.02ms
- Total runtime
- 0.4ms
|
|
cache
app/helpers/badges_helper.rb:4
|
<1%
|
app/helpers/badges_helper.rb:4
- Average Self
-
0.37ms
- Average calls
- 1x
- Total Self
- 0.37ms
- Total Children
- 0.58ms
- Total runtime
- 0.95ms
read
|
|
sql
app/views/conseiller/solicitations/_solicitation_badges.html.haml:7
|
<1%
|
app/views/conseiller/solicitations/_solicitation_badges.html.haml:7
- Average Self
-
0.19ms
- Average calls
- 1.7x
- Total Self
- 0.33ms
- Total Children
- 0ms
- Total runtime
- 0.33ms
SELECT "badges".* FROM "badges" WHERE "badges"."category" = ? ORDER BY "badges"."title" ASC
|
|
view
app/views/conseiller/solicitations/_header.html.haml
|
<1%
|
app/views/conseiller/solicitations/_header.html.haml
- Average Self
-
0.28ms
- Average calls
- 1x
- Total Self
- 0.28ms
- Total Children
- 0.07ms
- Total runtime
- 0.35ms
|
|
view
app/views/application/_questionnaire.html.haml
|
<1%
|
app/views/application/_questionnaire.html.haml
- Average Self
-
0.26ms
- Average calls
- 1x
- Total Self
- 0.26ms
- Total Children
- 0ms
- Total runtime
- 0.26ms
|
|
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.26ms
- Average calls
- 1x
- Total Self
- 0.26ms
- Total Children
- 730ms
- Total runtime
- 730ms
Rack::Timeout
|
|
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
- 728ms
- Total runtime
- 728ms
ActionDispatch::Session::CookieStore
|
|
view
app/views/conseiller/solicitations/_retry_diagnosis.html.haml
|
<1%
|
app/views/conseiller/solicitations/_retry_diagnosis.html.haml
- Average Self
-
0.69ms
- Average calls
- 0.37x
- Total Self
- 0.26ms
- Total Children
- 0ms
- Total runtime
- 0.26ms
|
|
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.21ms
- Average calls
- 1x
- Total Self
- 0.21ms
- Total Children
- 730ms
- Total runtime
- 730ms
ActionDispatch::Executor
|
|
rack
ActionDispatch::Flash
|
<1%
|
ActionDispatch::Flash
- Average Self
-
0.19ms
- Average calls
- 1x
- Total Self
- 0.19ms
- Total Children
- 728ms
- Total runtime
- 728ms
|
|
sql
app/services/partner_origin.rb:12
|
<1%
|
app/services/partner_origin.rb:12
- Average Self
-
0.14ms
- Average calls
- 1.3x
- Total Self
- 0.19ms
- Total Children
- 0ms
- Total runtime
- 0.19ms
SELECT "cooperations".* FROM "cooperations" WHERE "cooperations"."id" = ? LIMIT ?
|
|
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.16ms
- Average calls
- 1x
- Total Self
- 0.16ms
- Total Children
- 730ms
- Total runtime
- 731ms
Rails::Engine#call
|
|
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
- 728ms
- Total runtime
- 729ms
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.16ms
- Average calls
- 1x
- Total Self
- 0.16ms
- Total Children
- 728ms
- Total runtime
- 728ms
ActionDispatch::ContentSecurityPolicy::Middleware
|
|
view
app/views/shared/_flashes.html.haml
|
<1%
|
app/views/shared/_flashes.html.haml
- Average Self
-
0.14ms
- Average calls
- 1x
- Total Self
- 0.14ms
- Total Children
- 0ms
- Total runtime
- 0.14ms
|
|
sql
app/services/partner_origin.rb:72
|
<1%
|
app/services/partner_origin.rb:72
- Average Self
-
0.32ms
- Average calls
- 0.44x
- Total Self
- 0.14ms
- Total Children
- 0ms
- Total runtime
- 0.14ms
SELECT "landings".* FROM "landings" WHERE "landings"."id" = ? LIMIT ?
|
|
view
app/views/shared/_tarteaucitron.html.erb
|
<1%
|
app/views/shared/_tarteaucitron.html.erb
- Average Self
-
0.14ms
- Average calls
- 1x
- Total Self
- 0.14ms
- Total Children
- 0ms
- Total runtime
- 0.14ms
|
|
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.14ms
- Average calls
- 1x
- Total Self
- 0.14ms
- Total Children
- 730ms
- Total runtime
- 730ms
ActionDispatch::Static
|
|
view
app/views/kaminari/_next_page.html.haml
|
<1%
|
app/views/kaminari/_next_page.html.haml
- Average Self
-
0.1ms
- Average calls
- 1.1x
- Total Self
- 0.12ms
- Total Children
- 0ms
- Total runtime
- 0.12ms
|
|
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.12ms
- Average calls
- 1x
- Total Self
- 0.12ms
- Total Children
- 729ms
- Total runtime
- 729ms
ActionDispatch::DebugExceptions
|
|
view
app/views/kaminari/_last_page.html.haml
|
<1%
|
app/views/kaminari/_last_page.html.haml
- Average Self
-
0.08ms
- Average calls
- 1.1x
- Total Self
- 0.09ms
- Total Children
- 0ms
- Total runtime
- 0.09ms
|
|
view
app/views/kaminari/_prev_page.html.haml
|
<1%
|
app/views/kaminari/_prev_page.html.haml
- Average Self
-
0.08ms
- Average calls
- 1.1x
- Total Self
- 0.09ms
- Total Children
- 0ms
- Total runtime
- 0.09ms
|
|
view
app/views/kaminari/_first_page.html.haml
|
<1%
|
app/views/kaminari/_first_page.html.haml
- Average Self
-
0.08ms
- Average calls
- 1.1x
- Total Self
- 0.09ms
- Total Children
- 0ms
- Total runtime
- 0.09ms
|
|
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.09ms
- Average calls
- 1x
- Total Self
- 0.09ms
- Total Children
- 730ms
- Total runtime
- 730ms
Rack::Runtime
|
|
view
app/views/shared/_skiplinks.html.haml
|
<1%
|
app/views/shared/_skiplinks.html.haml
- Average Self
-
0.07ms
- Average calls
- 1x
- Total Self
- 0.07ms
- Total Children
- 0ms
- Total runtime
- 0.07ms
|
|
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
- 730ms
- Total runtime
- 730ms
Appsignal::Rack::EventMiddleware
|
|
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
- 729ms
- Total runtime
- 730ms
ActionDispatch::RemoteIp
|
|
view
app/views/shared/_breadcrumb.html.haml
|
<1%
|
app/views/shared/_breadcrumb.html.haml
- Average Self
-
0.07ms
- Average calls
- 1x
- Total Self
- 0.07ms
- Total Children
- 0ms
- Total runtime
- 0.07ms
|
|
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.07ms
- Average calls
- 1x
- Total Self
- 0.07ms
- Total Children
- 729ms
- Total runtime
- 729ms
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.07ms
- Average calls
- 1x
- Total Self
- 0.07ms
- Total Children
- 729ms
- Total runtime
- 729ms
ActionDispatch::Callbacks
|
|
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.07ms
- Average calls
- 1x
- Total Self
- 0.07ms
- Total Children
- 727ms
- Total runtime
- 727ms
Warden::Manager
|
|
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.07ms
- Average calls
- 1x
- Total Self
- 0.07ms
- Total Children
- 729ms
- Total runtime
- 729ms
IpAnonymizer::MaskIp
|
|
view
app/views/kaminari/_gap.html.haml
|
<1%
|
app/views/kaminari/_gap.html.haml
- Average Self
-
0.05ms
- Average calls
- 0.98x
- Total Self
- 0.05ms
- Total Children
- 0ms
- Total runtime
- 0.05ms
|
|
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.05ms
- Average calls
- 1x
- Total Self
- 0.05ms
- Total Children
- 728ms
- Total runtime
- 728ms
Rack::ConditionalGet
|
|
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.05ms
- Average calls
- 1x
- Total Self
- 0.05ms
- Total Children
- 730ms
- Total runtime
- 730ms
ActiveSupport::Cache::Strategy::LocalCache::Middleware
|
|
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.05ms
- Average calls
- 1x
- Total Self
- 0.05ms
- Total Children
- 730ms
- Total runtime
- 730ms
ActionDispatch::SSL
|
|
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
- 730ms
- Total runtime
- 730ms
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.05ms
- Average calls
- 1x
- Total Self
- 0.05ms
- Total Children
- 729ms
- Total runtime
- 729ms
Appsignal::Rack::RailsInstrumentation
|
|
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.05ms
- Average calls
- 1x
- Total Self
- 0.05ms
- Total Children
- 727ms
- Total runtime
- 727ms
Rack::TempfileReaper
|
|
view
app/views/application/_person_modal.html.haml
|
<1%
|
app/views/application/_person_modal.html.haml
- Average Self
-
0.13ms
- Average calls
- 0.19x
- Total Self
- 0.02ms
- Total Children
- 0ms
- Total runtime
- 0.02ms
|
|
sql
app/helpers/page_infos_helper.rb:4
|
<1%
|
app/helpers/page_infos_helper.rb:4
- Average Self
-
0.04ms
- Average calls
- 0.58x
- Total Self
- 0.02ms
- Total Children
- 0ms
- Total runtime
- 0.02ms
SELECT COUNT(*) FROM "solicitations" WHERE "solicitations"."status" = ? AND "solicitations"."code_region" = ?
|
|
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.02ms
- Average calls
- 1x
- Total Self
- 0.02ms
- Total Children
- 729ms
- Total runtime
- 729ms
Rails::Rack::SilenceRequest
|
|
view
app/views/shared/_favicon.html.erb
|
<1%
|
app/views/shared/_favicon.html.erb
- Average Self
-
0.02ms
- Average calls
- 1x
- Total Self
- 0.02ms
- Total Children
- 0ms
- Total runtime
- 0.02ms
|
|
view
app/views/shared/_dsfr_api.html.erb
|
<1%
|
app/views/shared/_dsfr_api.html.erb
- Average Self
-
0.02ms
- Average calls
- 1x
- Total Self
- 0.02ms
- Total Children
- 0ms
- Total runtime
- 0.02ms
|
|
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.02ms
- Average calls
- 1x
- Total Self
- 0.02ms
- Total Children
- 730ms
- Total runtime
- 730ms
Rack::Sendfile
|
|
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.02ms
- Average calls
- 1x
- Total Self
- 0.02ms
- Total Children
- 730ms
- Total runtime
- 730ms
ActionDispatch::RequestId
|
|
view
app/views/shared/_matomo.html.erb
|
<1%
|
app/views/shared/_matomo.html.erb
- Average Self
-
0ms
- Average calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
sql
app/helpers/badges_helper.rb:4
|
<1%
|
app/helpers/badges_helper.rb:4
- Average Self
-
0ms
- Average calls
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT COUNT(*) AS "size", MAX("badges"."updated_at") AS timestamp FROM "badges"
|
|
view
app/views/application/_tarteaucitron.html.erb
|
<1%
|
app/views/application/_tarteaucitron.html.erb
- Average Self
-
0ms
- Average calls
- 1x
- 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
- 1x
- 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
- 1x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
view
app/views/application/_person.haml
|
<1%
|
app/views/application/_person.haml
- Average Self
-
0ms
- Average calls
- 0.19x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
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
- Average calls
- 1x
- Total Self
- 0ms
- Total Children
- 728ms
- Total runtime
- 728ms
Rack::Head
|