|
code
app/jobs/email_notification_job.rb:6
|
96%
|
app/jobs/email_notification_job.rb:6
- Average Self
-
171ms
- Average calls
- 1x
- Total Self
- 171ms
- Total Children
- 5.3ms
- Total runtime
- 177ms
EmailNotificationJob#perform
|
|
sql
app/jobs/email_notification_job.rb:12
|
<1%
|
app/jobs/email_notification_job.rb:12
- Average Self
-
1.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 0ms
- Total runtime
- 1.6ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/jobs/email_notification_job.rb:7
|
<1%
|
app/jobs/email_notification_job.rb:7
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `notifications`.* FROM `notifications` WHERE `notifications`.`id` = ? ORDER BY `notifications`.`posted_at` DESC LIMIT ?
|
|
sql
app/models/notification.rb:31
|
<1%
|
app/models/notification.rb:31
- Average Self
-
1.6ms
- Average calls
- 0.78x
- Total Self
- 1.2ms
- Total Children
- 0ms
- Total runtime
- 1.2ms
SET NAMES utf8mb4, @@SESSION.sql_mode = CONCAT(CONCAT(@@sql_mode, ?), ?), @@SESSION.sql_auto_is_null = ?, @@SESSION.wait_timeout = ?
|
|
view
app/views/notification_mailer/new_message.html.erb
|
<1%
|
app/views/notification_mailer/new_message.html.erb
- Average Self
-
0.78ms
- Average calls
- 1x
- Total Self
- 0.78ms
- Total Children
- 0ms
- Total runtime
- 0.78ms
|
|
view
app/views/notification_mailer/new_message.text.erb
|
<1%
|
app/views/notification_mailer/new_message.text.erb
- Average Self
-
0.44ms
- Average calls
- 1x
- Total Self
- 0.44ms
- Total Children
- 0ms
- Total runtime
- 0.44ms
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/activesupport-6.0.3.6/lib/active_support/callbacks.rb:121
|
<1%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/activesupport-6.0.3.6/lib/active_support/callbacks.rb:121
- Average Self
-
0.22ms
- Average calls
- 1x
- Total Self
- 0.22ms
- Total Children
- 177ms
- Total runtime
- 177ms
EmailNotificationJob
|