|
code
app/jobs/send_publications_emails_job.rb:6
|
61%
|
app/jobs/send_publications_emails_job.rb:6
- Average Self
-
22ms
- Calls
- 1x
- Total Self
- 22ms
- Total Children
- 7ms
- Total runtime
- 29ms
SendPublicationsEmailsJob#perform
|
|
sql
app/jobs/send_publications_emails_job.rb:15
|
11%
|
app/jobs/send_publications_emails_job.rb:15
- Average Self
-
4ms
- Calls
- 1x
- Total Self
- 4ms
- Total Children
- 0ms
- Total runtime
- 4ms
SELECT `notifications`.* FROM `notifications` INNER JOIN `users` ON `users`.`id` = `notifications`.`user_id` WHERE `notifications`.`notification_type` = ? AND `notifications`.`notifiable_type` = ? AND (JSON_SEARCH(users.email_notifiable_list, ?, ?)) AND `notifications`.`read_at` IS NULL AND `notifications`.`email_notification_sent_at` IS NULL AND `notifications`.`posted_at` BETWEEN ? AND ? ORDER BY `notifications`.`posted_at` DESC
|
|
sql
app/models/notification.rb:31
|
6%
|
app/models/notification.rb:31
- Average Self
-
2ms
- Calls
- 1x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
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
|
3%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/activesupport-6.0.3.6/lib/active_support/callbacks.rb:121
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 29ms
- Total runtime
- 30ms
SendPublicationsEmailsJob
|
|
redis
app/jobs/send_publications_emails_job.rb:27
|
3%
|
app/jobs/send_publications_emails_job.rb:27
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
multi
|