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

Query Metrics

6 Database Queries
6 Different statements
52.80 ms Query time
0 Invalid entities
21 Managed entities

Queries

Group similar statements

# Time Info
1 3.76 ms
SELECT t0.id AS id_1, t0.key AS key_2, t0.value AS value_3 FROM config t0
Parameters:
[]
2 1.06 ms
SELECT pg_try_advisory_lock(1)
Parameters:
[]
3 41.54 ms
select m.id from message m where m.sent = false and m.scheduled_at <= now()
Parameters:
[]
4 0.43 ms
select pg_advisory_unlock(1)
Parameters:
[]
5 4.67 ms
select q.id 
            from smartemailing_queue q 
            where processed_at is null
Parameters:
[]
6 1.34 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:
[
  "14746713-8699-40e4-a1f2-5d0d849862d0"
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Config 20
App\Entity\SmartemailingQueue 1

Entities Mapping

Class Mapping errors
App\Entity\Config No errors.
App\Entity\SmartemailingQueue No errors.