GET https://sezam.space/cron/fe96586f-4fb6-c2cf-3812-cbc28f43c8e7

Query Metrics

8 Database Queries
8 Different statements
42.97 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.79 ms
SELECT pg_try_advisory_lock(1)
Parameters:
[]
2 30.16 ms
select m.id from message m where m.sent = false and m.scheduled_at <= now()
Parameters:
[]
3 1.65 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.target AS target_3, t0.subject AS subject_4, t0.twig AS twig_5, t0.data AS data_6, t0.sent AS sent_7, t0.scheduled_at AS scheduled_at_8, t0.send_at AS send_at_9, t0.from_email AS from_email_10, t0.from_name AS from_name_11, t0.reply_to AS reply_to_12 FROM message t0 WHERE t0.id = ?
Parameters:
[
  "a581c37c-9eec-b568-9128-31f0e7eb5fb9"
]
4 2.12 ms
"START TRANSACTION"
Parameters:
[]
5 1.22 ms
UPDATE message SET sent = ?, send_at = ? WHERE id = ?
Parameters:
[
  1
  "2025-05-14 19:50:00"
  "a581c37c-9eec-b568-9128-31f0e7eb5fb9"
]
6 1.41 ms
"COMMIT"
Parameters:
[]
7 1.15 ms
select pg_advisory_unlock(1)
Parameters:
[]
8 3.48 ms
select q.id 
            from smartemailing_queue q 
            where processed_at is null
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

Class Mapping errors
App\Entity\Message No errors.