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

Query Metrics

7 Database Queries
7 Different statements
54.75 ms Query time
0 Invalid entities
22 Managed entities

Queries

Group similar statements

# Time Info
1 1.15 ms
SELECT t0.id AS id_1, t0.key AS key_2, t0.value AS value_3 FROM config t0
Parameters:
[]
2 1.18 ms
SELECT pg_try_advisory_lock(1)
Parameters:
[]
3 45.84 ms
select m.id from message m where m.sent = false and m.scheduled_at <= now()
Parameters:
[]
4 1.19 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:
[
  "b1b8068e-a6f6-7bf8-4947-16e26c59ad98"
]
5 0.54 ms
select pg_advisory_unlock(1)
Parameters:
[]
6 4.21 ms
select q.id 
            from smartemailing_queue q 
            where processed_at is null
Parameters:
[]
7 0.65 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\Message 1
App\Entity\SmartemailingQueue 1

Entities Mapping

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