|
code
app/jobs/email_notification_job.rb:6
|
95%
|
app/jobs/email_notification_job.rb:6
- Average Self
-
91ms
- Average calls
- 1x
- Total Self
- 91ms
- Total Children
- 3.7ms
- Total runtime
- 95ms
EmailNotificationJob#perform
|
|
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/jobs/email_notification_job.rb:12
|
1%
|
app/jobs/email_notification_job.rb:12
- Average Self
-
1.1ms
- Average calls
- 1x
- Total Self
- 1.1ms
- Total Children
- 0ms
- Total runtime
- 1.1ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
view
app/views/notification_mailer/new_message.text.erb
|
<1%
|
app/views/notification_mailer/new_message.text.erb
- Average Self
-
0.57ms
- Average calls
- 1x
- Total Self
- 0.57ms
- Total Children
- 0ms
- Total runtime
- 0.57ms
|
|
view
app/views/notification_mailer/new_message.html.erb
|
<1%
|
app/views/notification_mailer/new_message.html.erb
- Average Self
-
0.43ms
- Average calls
- 1x
- Total Self
- 0.43ms
- Total Children
- 0ms
- Total runtime
- 0.43ms
|
|
sql
app/models/notification.rb:31
|
<1%
|
app/models/notification.rb:31
- Average Self
-
1ms
- Average calls
- 0.29x
- Total Self
- 0.29ms
- Total Children
- 0ms
- Total runtime
- 0.29ms
SET NAMES utf8mb4, @@SESSION.sql_mode = CONCAT(CONCAT(@@sql_mode, ?), ?), @@SESSION.sql_auto_is_null = ?, @@SESSION.wait_timeout = ?
|
|
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.14ms
- Average calls
- 1x
- Total Self
- 0.14ms
- Total Children
- 95ms
- Total runtime
- 95ms
EmailNotificationJob
|