Query Metrics
45
Database Queries
21
Different statements
41.01 ms
Query time
0
Invalid entities
12
Managed entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 4.69 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:
[
"042653b78b2283743b494ee24ec49e7b"
]
|
| 2 | 0.27 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.91 ms |
UPDATE tenant_api_key SET last_used_at = ? WHERE id = ?
Parameters:
[ "2026-03-16 16:16:11" 1 ] |
| 4 | 1.66 ms |
"COMMIT"
Parameters:
[] |
| 5 | 3.08 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:
[
"1"
]
|
| 6 | 1.12 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:
[
1
]
|
| 7 | 0.49 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:
[
"042653b78b2283743b494ee24ec49e7b"
]
|
| 8 | 0.47 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:
[
"042653b78b2283743b494ee24ec49e7b"
]
|
| 9 | 2.69 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.74 ms |
SELECT NEXTVAL('api_logs_id_seq')
Parameters:
[] |
| 11 | 0.27 ms |
"START TRANSACTION"
Parameters:
[] |
| 12 | 1.43 ms |
INSERT INTO api_logs (id, timestamp, username, action, details, request_data, response_data, ip_address, user_agent, tenant_db_config_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 3934 "2026-03-16 16:16:11" "[email protected]" "POST /api/recipients/sync/batch (200)" "API call completed in 51.85ms with status 200" "{"body":{"changes":[{"operation":"create","data":{"email":"[email protected]","recip name":"JOEL KALETE 659299","telephone":"01234567890","postcode":"M1 1AA","references":[{"reference":"BENS1_659299","department":"Benefits","enrol_type":"1"},{"reference":"CTAX1_659299","department":"Council Tax","enrol_type":"1","enrol_custom_data":"","enrol_confirm_field":"","enrol_custom_data_label":""}],"address1":"123 MAIN ST","address2":"MANCHESTER","address5":"M1 1AA","source_id":"604"},"_queue_id":2537},{"operation":"create","data":{"email":"[email protected]","recip name":"JANE DOE 659299","telephone":"01234567893","postcode":"M1 1AA","references":[{"reference":"BENS200_659299","department":"Benefits","enrol_type":"1","enrol_custom_data":"","enrol_confirm_field":"","enrol_custom_data_label":""}],"address1":"123 HIGH STREET","address2":"MANCHESTER","address5":"M1 1AA","source_id":"605"},"_queue_id":2535},{"operation":"create","data":{"email":"[email protected]","recip name":"JOHN SMITH 659299","telephone":"01234567895","postcode":"SW1 1AA","references":[{"reference":"HOUS100_659299","department":"Housing","enrol_type":"1","enrol_custom_data":"","enrol_confirm_field":"","enrol_custom_data_label":""}],"address1":"456 OAK AVENUE","address2":"LONDON","address5":"SW1 1AA","source_id":"606"},"_queue_id":2536}]}}" "{"success":true}" "141.101.98.101" "Symfony HttpClient/Curl" 1 ] |
| 13 | 1.60 ms |
"COMMIT"
Parameters:
[] |
tenant connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.30 ms |
"START TRANSACTION"
Parameters:
[] |
| 2 | 5.25 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:
[
"604"
]
|
| 3 | 0.59 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 | 0.71 ms |
SELECT NEXTVAL('recipient_id_seq')
Parameters:
[] |
| 5 | 0.51 ms |
SELECT NEXTVAL('recipient_reference_id_seq')
Parameters:
[] |
| 6 | 0.31 ms |
SELECT NEXTVAL('recipient_reference_id_seq')
Parameters:
[] |
| 7 | 0.30 ms |
SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 8 | 0.74 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:
[ 2606 "55ee2c13-fb5d-47a2-9d19-ed6581f48ad4" "JOEL KALETE 659299" "[email protected]" null null 1 "01234567890" null null "M1 1AA" null null null "123 MAIN ST|MANCHESTER|M1 1AA" 1 "customer" "2026-03-16 16:16:11" "2026-03-16 16:16:11" "604" ] |
| 9 | 1.41 ms |
INSERT INTO recipient_reference (id, key, value, unsubscribed_at, recipient_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ 3456 "Benefits" "BENS1_659299" null 2606 ] |
| 10 | 0.47 ms |
INSERT INTO recipient_reference (id, key, value, unsubscribed_at, recipient_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ 3457 "Council Tax" "CTAX1_659299" null 2606 ] |
| 11 | 0.27 ms |
RELEASE SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 12 | 0.60 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:
[
"605"
]
|
| 13 | 0.55 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]"
]
|
| 14 | 0.35 ms |
SELECT NEXTVAL('recipient_id_seq')
Parameters:
[] |
| 15 | 0.31 ms |
SELECT NEXTVAL('recipient_reference_id_seq')
Parameters:
[] |
| 16 | 0.26 ms |
SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 17 | 0.52 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:
[ 2607 "de58451f-2d02-4351-b166-c5dedbf35d9d" "JANE DOE 659299" "[email protected]" null null 1 "01234567893" null null "M1 1AA" null null null "123 HIGH STREET|MANCHESTER|M1 1AA" 1 "customer" "2026-03-16 16:16:11" "2026-03-16 16:16:11" "605" ] |
| 18 | 0.47 ms |
INSERT INTO recipient_reference (id, key, value, unsubscribed_at, recipient_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ 3458 "Benefits" "BENS200_659299" null 2607 ] |
| 19 | 0.26 ms |
RELEASE SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 20 | 0.52 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:
[
"606"
]
|
| 21 | 0.62 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]"
]
|
| 22 | 0.34 ms |
SELECT NEXTVAL('recipient_id_seq')
Parameters:
[] |
| 23 | 0.30 ms |
SELECT NEXTVAL('recipient_reference_id_seq')
Parameters:
[] |
| 24 | 0.27 ms |
SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 25 | 0.52 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:
[ 2608 "6d6bc0e4-b9c2-45f2-b83f-83d5b0fcdc45" "JOHN SMITH 659299" "[email protected]" null null 1 "01234567895" null null "SW1 1AA" null null null "456 OAK AVENUE|LONDON|SW1 1AA" 1 "customer" "2026-03-16 16:16:11" "2026-03-16 16:16:11" "606" ] |
| 26 | 0.51 ms |
INSERT INTO recipient_reference (id, key, value, unsubscribed_at, recipient_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ 3459 "Housing" "HOUS100_659299" null 2608 ] |
| 27 | 0.27 ms |
RELEASE SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 28 | 1.18 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:
[] |
| 29 | 0.28 ms |
SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 30 | 0.58 ms |
UPDATE customer_sync_status SET last_sync_at = ?, synced_today = ?, updated_at = ? WHERE id = ?
Parameters:
[ "2026-03-16 16:16:11" 3 "2026-03-16 16:16:11" 1 ] |
| 31 | 0.26 ms |
RELEASE SAVEPOINT DOCTRINE_2
Parameters:
[] |
| 32 | 1.74 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\RecipientReference | 4 |
| App\Entity\Tenant\Recipient | 3 |
| 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\RecipientReference | No errors. |
| App\Entity\Tenant\Document | No errors. |
| App\Entity\Tenant\AccessLog | 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. |