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

Query Metrics

6 Database Queries
5 Different statements
49.96 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.52 ms
SELECT pg_try_advisory_lock(1)
Parameters:
[]
2 38.16 ms
select m.id from message m where m.sent = false and m.scheduled_at <= now()
Parameters:
[]
3 4.41 ms
select pg_advisory_unlock(1)
Parameters:
[]
4 3.88 ms
select q.id 
            from smartemailing_queue q 
            where processed_at is null
Parameters:
[]
5 1.19 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.surname AS surname_4, t0.birthday AS birthday_5, t0.company AS company_6, t0.list_id AS list_id_7, t0.processed_at AS processed_at_8, t0.response AS response_9 FROM smartemailing_queue t0 WHERE t0.id = ?
Parameters:
[
  "d3c59fe4-38ed-4e57-b4ea-78c907523ca6"
]
6 0.80 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.surname AS surname_4, t0.birthday AS birthday_5, t0.company AS company_6, t0.list_id AS list_id_7, t0.processed_at AS processed_at_8, t0.response AS response_9 FROM smartemailing_queue t0 WHERE t0.id = ?
Parameters:
[
  "f1f0a811-0b46-4832-8c5b-e63f2a65554d"
]

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\SmartemailingQueue No errors.