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

Grouped Statements

Show all queries

Time Count Info
30.16 ms
(70.19%)
1
select m.id from message m where m.sent = false and m.scheduled_at <= now()
Parameters:
[]
3.48 ms
(8.09%)
1
select q.id 
            from smartemailing_queue q 
            where processed_at is null
Parameters:
[]
2.12 ms
(4.93%)
1
"START TRANSACTION"
Parameters:
[]
1.79 ms
(4.16%)
1
SELECT pg_try_advisory_lock(1)
Parameters:
[]
1.65 ms
(3.84%)
1
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"
]
1.41 ms
(3.27%)
1
"COMMIT"
Parameters:
[]
1.22 ms
(2.83%)
1
UPDATE message SET sent = ?, send_at = ? WHERE id = ?
Parameters:
[
  1
  "2025-05-14 19:50:00"
  "a581c37c-9eec-b568-9128-31f0e7eb5fb9"
]
1.15 ms
(2.68%)
1
select pg_advisory_unlock(1)
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.