Query Metrics
43
Database Queries
21
Different statements
97.88 ms
Query time
0
Invalid entities
9
Managed entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 5.03 ms |
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.created_at AS created_at_3, t0.last_used_at AS last_used_at_4, t0.tenant_user_id AS tenant_user_id_5, t0.tenant_db_config_id AS tenant_db_config_id_6 FROM tenant_api_key t0 WHERE t0.api_key = ? LIMIT 1
Parameters:
[
"7698a68238a20b789118ec4251d5a3b0"
]
|
| 2 | 0.25 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.86 ms |
UPDATE tenant_api_key SET last_used_at = ? WHERE id = ?
Parameters:
[ "2026-07-15 22:56:21" 6 ] |
| 4 | 1.27 ms |
"COMMIT"
Parameters:
[] |
| 5 | 1.10 ms |
SELECT t0.id AS id_1, t0.driver_type AS driver_type_2, t0.db_name AS db_name_3, t0.db_user_name AS db_user_name_4, t0.db_password AS db_password_5, t0.db_host AS db_host_6, t0.db_port AS db_port_7, t0.database_status AS database_status_8 FROM tenant_db_config t0 WHERE t0.id = ?
Parameters:
[
4
]
|
| 6 | 0.43 ms |
SELECT t0.id AS id_1, t0.driver_type AS driver_type_2, t0.db_name AS db_name_3, t0.db_user_name AS db_user_name_4, t0.db_password AS db_password_5, t0.db_host AS db_host_6, t0.db_port AS db_port_7, t0.database_status AS database_status_8 FROM tenant_db_config t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"4"
]
|
| 7 | 0.40 ms |
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.created_at AS created_at_3, t0.last_used_at AS last_used_at_4, t0.tenant_user_id AS tenant_user_id_5, t0.tenant_db_config_id AS tenant_db_config_id_6 FROM tenant_api_key t0 WHERE t0.api_key = ? LIMIT 1
Parameters:
[
"7698a68238a20b789118ec4251d5a3b0"
]
|
| 8 | 0.39 ms |
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.created_at AS created_at_3, t0.last_used_at AS last_used_at_4, t0.tenant_user_id AS tenant_user_id_5, t0.tenant_db_config_id AS tenant_db_config_id_6 FROM tenant_api_key t0 WHERE t0.api_key = ? LIMIT 1
Parameters:
[
"7698a68238a20b789118ec4251d5a3b0"
]
|
| 9 | 2.88 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t5.id AS id_6, t5.secret AS secret_7, t5.backup_codes AS backup_codes_8, t5.enabled AS enabled_9, t5.created_at AS created_at_10, t5.enabled_at AS enabled_at_11, t5.last_used_at AS last_used_at_12, t5.tenant_user_id AS tenant_user_id_13 FROM tenant_user t0 LEFT JOIN tenant_user_authenticator t5 ON t5.tenant_user_id = t0.id WHERE t0.id = ?
Parameters:
[
1
]
|
| 10 | 0.77 ms |
SELECT NEXTVAL('api_logs_id_seq')
Parameters:
[] |
| 11 | 0.22 ms |
"START TRANSACTION"
Parameters:
[] |
| 12 | 1.41 ms |
INSERT INTO api_logs (id, timestamp, username, action, details, request_data, response_data, ip_address, user_agent, tenant_db_config_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 86171 "2026-07-15 22:56:21" "[email protected]" "POST /api/recipients/sync/batch (200)" "API call completed in 152.1ms with status 200" "{"body":{"changes":[{"operation":"create","data":{"email":"[email protected]","recip name":"DupEmail Test Inbox 1","postcode":"TC2 2TC","address1":"4 TEST LANE","address2":"TESTCITY","address3":"TC2 2TC","source_id":"108"},"_queue_id":834,"_sync_mode":null},{"operation":"create","data":{"email":"[email protected]","recip name":"DupEmail Test Inbox 1","postcode":"TC2 2TC","address1":"4 TEST LANE","address2":"TESTCITY","address3":"TC2 2TC","source_id":"158"},"_queue_id":835,"_sync_mode":null},{"operation":"update","data":{"email":"[email protected]","recip name":"Whitelist Absent Test Inbox","telephone":"07700000024","postcode":"BS1 5TR","address1":"21 ABBEY WALK","address2":"BRISTOL","address3":"BS1 5TR","source_id":"96"},"_queue_id":832,"_sync_mode":null},{"operation":"update","data":{"email":"[email protected]","recip name":"Vanished Ref Test Inbox","telephone":"07700000023","postcode":"DE1 3GT","address1":"9 MILL CLOSE","address2":"DERBY","address3":"DE1 3GT","source_id":"95"},"_queue_id":833,"_sync_mode":null}]}}" "{"success":true}" "172.64.192.108" "Symfony HttpClient/Curl" 4 ] |
| 13 | 1.24 ms |
"COMMIT"
Parameters:
[] |
tenant connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.25 ms |
"START TRANSACTION"
Parameters:
[] |
| 2 | 5.48 ms |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.email AS email_4, t0.password AS password_5, t0.meta AS meta_6, t0.enable AS enable_7, t0.telephone AS telephone_8, t0.enrollment_token AS enrollment_token_9, t0.unsubscribe_token AS unsubscribe_token_10, t0.confirmation_postcode AS confirmation_postcode_11, t0.confirmation_type AS confirmation_type_12, t0.one_time_code AS one_time_code_13, t0.deleted_at AS deleted_at_14, t0.address AS address_15, t0.version AS version_16, t0.source AS source_17, t0.last_synced_at AS last_synced_at_18, t0.updated_at AS updated_at_19, t0.source_id AS source_id_20 FROM recipient t0 WHERE t0.source_id = ? LIMIT 1
Parameters:
[
"108"
]
|
| 3 | 0.68 ms |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.email AS email_4, t0.password AS password_5, t0.meta AS meta_6, t0.enable AS enable_7, t0.telephone AS telephone_8, t0.enrollment_token AS enrollment_token_9, t0.unsubscribe_token AS unsubscribe_token_10, t0.confirmation_postcode AS confirmation_postcode_11, t0.confirmation_type AS confirmation_type_12, t0.one_time_code AS one_time_code_13, t0.deleted_at AS deleted_at_14, t0.address AS address_15, t0.version AS version_16, t0.source AS source_17, t0.last_synced_at AS last_synced_at_18, t0.updated_at AS updated_at_19, t0.source_id AS source_id_20 FROM recipient t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"[email protected]"
]
|
| 4 | 46.80 ms |
SELECT NEXTVAL('recipient_id_seq')
Parameters:
[] |
| 5 | 0.24 ms |
SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 6 | 18.10 ms |
INSERT INTO recipient (id, uuid, name, email, password, meta, enable, telephone, enrollment_token, unsubscribe_token, confirmation_postcode, confirmation_type, one_time_code, deleted_at, address, version, source, last_synced_at, updated_at, source_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 20547 "754635b7-4699-4600-b122-713557c64bfe" "DupEmail Test Inbox 1" "[email protected]" null null 1 null null null "TC2 2TC" null null null "4 TEST LANE|TESTCITY|TC2 2TC" 1 "customer" "2026-07-15 22:56:21" "2026-07-15 22:56:21" "108" ] |
| 7 | 0.22 ms |
RELEASE SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 8 | 0.50 ms |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.email AS email_4, t0.password AS password_5, t0.meta AS meta_6, t0.enable AS enable_7, t0.telephone AS telephone_8, t0.enrollment_token AS enrollment_token_9, t0.unsubscribe_token AS unsubscribe_token_10, t0.confirmation_postcode AS confirmation_postcode_11, t0.confirmation_type AS confirmation_type_12, t0.one_time_code AS one_time_code_13, t0.deleted_at AS deleted_at_14, t0.address AS address_15, t0.version AS version_16, t0.source AS source_17, t0.last_synced_at AS last_synced_at_18, t0.updated_at AS updated_at_19, t0.source_id AS source_id_20 FROM recipient t0 WHERE t0.source_id = ? LIMIT 1
Parameters:
[
"158"
]
|
| 9 | 0.38 ms |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.email AS email_4, t0.password AS password_5, t0.meta AS meta_6, t0.enable AS enable_7, t0.telephone AS telephone_8, t0.enrollment_token AS enrollment_token_9, t0.unsubscribe_token AS unsubscribe_token_10, t0.confirmation_postcode AS confirmation_postcode_11, t0.confirmation_type AS confirmation_type_12, t0.one_time_code AS one_time_code_13, t0.deleted_at AS deleted_at_14, t0.address AS address_15, t0.version AS version_16, t0.source AS source_17, t0.last_synced_at AS last_synced_at_18, t0.updated_at AS updated_at_19, t0.source_id AS source_id_20 FROM recipient t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"[email protected]"
]
|
| 10 | 0.23 ms |
SELECT NEXTVAL('recipient_id_seq')
Parameters:
[] |
| 11 | 0.20 ms |
SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 12 | 0.44 ms |
INSERT INTO recipient (id, uuid, name, email, password, meta, enable, telephone, enrollment_token, unsubscribe_token, confirmation_postcode, confirmation_type, one_time_code, deleted_at, address, version, source, last_synced_at, updated_at, source_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 20548 "f53db007-0a00-4c5a-b555-3a3f202aa80f" "DupEmail Test Inbox 1" "[email protected]" null null 1 null null null "TC2 2TC" null null null "4 TEST LANE|TESTCITY|TC2 2TC" 1 "customer" "2026-07-15 22:56:21" "2026-07-15 22:56:21" "158" ] |
| 13 | 0.23 ms |
RELEASE SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 14 | 0.46 ms |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.email AS email_4, t0.password AS password_5, t0.meta AS meta_6, t0.enable AS enable_7, t0.telephone AS telephone_8, t0.enrollment_token AS enrollment_token_9, t0.unsubscribe_token AS unsubscribe_token_10, t0.confirmation_postcode AS confirmation_postcode_11, t0.confirmation_type AS confirmation_type_12, t0.one_time_code AS one_time_code_13, t0.deleted_at AS deleted_at_14, t0.address AS address_15, t0.version AS version_16, t0.source AS source_17, t0.last_synced_at AS last_synced_at_18, t0.updated_at AS updated_at_19, t0.source_id AS source_id_20 FROM recipient t0 WHERE t0.source_id = ? LIMIT 1
Parameters:
[
"96"
]
|
| 15 | 0.19 ms |
SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 16 | 0.86 ms |
UPDATE recipient SET deleted_at = ?, version = ?, last_synced_at = ?, updated_at = ? WHERE id = ?
Parameters:
[ null 3 "2026-07-15 22:56:21" "2026-07-15 22:56:21" 20482 ] |
| 17 | 0.19 ms |
RELEASE SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 18 | 0.90 ms |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.email AS email_4, t0.password AS password_5, t0.meta AS meta_6, t0.enable AS enable_7, t0.telephone AS telephone_8, t0.enrollment_token AS enrollment_token_9, t0.unsubscribe_token AS unsubscribe_token_10, t0.confirmation_postcode AS confirmation_postcode_11, t0.confirmation_type AS confirmation_type_12, t0.one_time_code AS one_time_code_13, t0.deleted_at AS deleted_at_14, t0.address AS address_15, t0.version AS version_16, t0.source AS source_17, t0.last_synced_at AS last_synced_at_18, t0.updated_at AS updated_at_19, t0.source_id AS source_id_20 FROM recipient t0 WHERE t0.source_id = ? LIMIT 1
Parameters:
[
"95"
]
|
| 19 | 0.21 ms |
SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 20 | 0.36 ms |
UPDATE recipient SET deleted_at = ?, version = ?, last_synced_at = ?, updated_at = ? WHERE id = ?
Parameters:
[ null 2 "2026-07-15 22:56:21" "2026-07-15 22:56:21" 20481 ] |
| 21 | 0.18 ms |
RELEASE SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 22 | 1.32 ms |
SELECT t0.id AS id_1, t0.last_sync_at AS last_sync_at_2, t0.last_poll_at AS last_poll_at_3, t0.pending_changes AS pending_changes_4, t0.sync_lag_seconds AS sync_lag_seconds_5, t0.health_status AS health_status_6, t0.total_recipients AS total_recipients_7, t0.synced_today AS synced_today_8, t0.conflicts_today AS conflicts_today_9, t0.last_error AS last_error_10, t0.updated_at AS updated_at_11 FROM customer_sync_status t0 LIMIT 1
Parameters:
[] |
| 23 | 0.21 ms |
SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 24 | 0.42 ms |
UPDATE customer_sync_status SET last_sync_at = ?, updated_at = ? WHERE id = ?
Parameters:
[ "2026-07-15 22:56:21" "2026-07-15 22:56:21" 1 ] |
| 25 | 0.18 ms |
RELEASE SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 26 | 0.29 ms |
SELECT t0.id AS id_1, t0.last_sync_at AS last_sync_at_2, t0.last_poll_at AS last_poll_at_3, t0.pending_changes AS pending_changes_4, t0.sync_lag_seconds AS sync_lag_seconds_5, t0.health_status AS health_status_6, t0.total_recipients AS total_recipients_7, t0.synced_today AS synced_today_8, t0.conflicts_today AS conflicts_today_9, t0.last_error AS last_error_10, t0.updated_at AS updated_at_11 FROM customer_sync_status t0 LIMIT 1
Parameters:
[] |
| 27 | 0.19 ms |
SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 28 | 0.32 ms |
UPDATE customer_sync_status SET last_sync_at = ?, synced_today = ?, updated_at = ? WHERE id = ?
Parameters:
[ "2026-07-15 22:56:21" 433 "2026-07-15 22:56:21" 1 ] |
| 29 | 0.18 ms |
RELEASE SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 30 | 1.39 ms |
"COMMIT"
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| tenant | doctrine.dbal.tenant_connection |
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| tenant | doctrine.orm.tenant_entity_manager |
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
tenant entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Tenant\Recipient | 4 |
| App\Entity\Tenant\CustomerSyncStatus | 1 |
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Main\TenantApiKey | 1 |
| App\Entity\Main\TenantUser | 1 |
| App\Entity\Main\TenantDbConfig | 1 |
| App\Entity\Main\ApiLog | 1 |
Entities Mapping
tenant entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Tenant\Recipient | No errors. |
| App\Entity\Tenant\Document | No errors. |
| App\Entity\Tenant\AccessLog | No errors. |
| App\Entity\Tenant\RecipientReference | No errors. |
| App\Entity\Tenant\CustomerSyncStatus | No errors. |
default entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Main\TenantApiKey | No errors. |
| App\Entity\Main\TenantUser | No errors. |
| App\Entity\Main\TenantDbConfig | No errors. |
| App\Entity\Main\TenantHostname | No errors. |
| App\Entity\Main\TenantUserAuthenticator | No errors. |
| App\Entity\Main\ApiLog | No errors. |