|
sql
app/services/solicitations_relaunch_service.rb:7
|
93%
|
app/services/solicitations_relaunch_service.rb:7
- Average Self
-
7,591ms
- Calls
- 1x
- Total Self
- 7,591ms
- Total Children
- 0ms
- Total runtime
- 7,591ms
SELECT "solicitations".* FROM "solicitations" WHERE "solicitations"."status" IN (?) AND "solicitations"."created_at" BETWEEN ? AND ? ORDER BY "solicitations"."id" ASC LIMIT ?
|
|
sql
app/services/solicitations_relaunch_service.rb:8
|
3%
|
app/services/solicitations_relaunch_service.rb:8
- Average Self
-
3.7ms
- Calls
- 72x
- Total Self
- 269ms
- Total Children
- 0ms
- Total runtime
- 269ms
SELECT ? AS one FROM "solicitations" WHERE "solicitations"."status" IN (?) AND "solicitations"."email" = ? AND "solicitations"."created_at" >= ? LIMIT ?
SELECT ? AS one FROM "solicitations" WHERE "solicitations"."status" IN (?) AND ("solicitations"."siret" = ? OR "solicitations"."email" = ?) AND "solicitations"."created_at" >= ? LIMIT ?
|
|
code
app/jobs/company_emails/solicitations_relaunch_job.rb:4
|
2%
|
app/jobs/company_emails/solicitations_relaunch_job.rb:4
- Average Self
-
181ms
- Calls
- 1x
- Total Self
- 181ms
- Total Children
- 7,950ms
- Total runtime
- 8,131ms
CompanyEmails::SolicitationsRelaunchJob#perform
|
|
sql
app/models/solicitation.rb:541
|
<1%
|
app/models/solicitation.rb:541
- Average Self
-
5.3ms
- Calls
- 14x
- Total Self
- 74ms
- Total Children
- 0ms
- Total runtime
- 74ms
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" = ?
|
|
sql
app/models/solicitation.rb:536
|
<1%
|
app/models/solicitation.rb:536
- Average Self
-
1.1ms
- Calls
- 14x
- Total Self
- 15ms
- Total Children
- 0ms
- Total runtime
- 15ms
SELECT "facilities".* FROM "facilities" INNER JOIN "diagnoses" ON "facilities"."id" = "diagnoses"."facility_id" WHERE "diagnoses"."solicitation_id" = ? LIMIT ?
|
|
code
vendor/bundle/ruby/4.0.0/gems/sidekiq-8.1.6/lib/active_job/queue_adapters/sidekiq_adapter.rb:13
|
<1%
|
vendor/bundle/ruby/4.0.0/gems/sidekiq-8.1.6/lib/active_job/queue_adapters/sidekiq_adapter.rb:13
- Average Self
-
7ms
- Calls
- 1x
- Total Self
- 7ms
- Total Children
- 8,131ms
- Total runtime
- 8,138ms
CompanyEmails::SolicitationsRelaunchJob#perform
|
|
code
vendor/bundle/ruby/4.0.0/gems/sidekiq-8.1.6/lib/sidekiq/middleware/chain.rb:182
|
<1%
|
vendor/bundle/ruby/4.0.0/gems/sidekiq-8.1.6/lib/sidekiq/middleware/chain.rb:182
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 8,138ms
- Total runtime
- 8,138ms
|
|
code
vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/lib/active_support/callbacks.rb:130
|
<1%
|
vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/lib/active_support/callbacks.rb:130
- Average Self
-
0ms
- Calls
- 1x
- Total Self
- 0ms
- Total Children
- 8,131ms
- Total runtime
- 8,131ms
CompanyEmails::SolicitationsRelaunchJob
|