Query Metrics
18
Database Queries
14
Different statements
32.58 ms
Query time
0
Invalid entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
6.34 ms (19.47%) |
3 |
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:
[
"3c758468f89116f0416af992b27fdc83"
]
|
|
3.28 ms (10.08%) |
1 |
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"
]
|
|
3.08 ms (9.46%) |
1 |
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
]
|
|
2.82 ms (8.65%) |
2 |
"COMMIT"
Parameters:
[] |
|
1.53 ms (4.69%) |
1 |
SELECT NEXTVAL('api_logs_id_seq')
Parameters:
[] |
|
1.50 ms (4.61%) |
1 |
INSERT INTO api_logs (id, timestamp, username, action, details, request_data, response_data, ip_address, user_agent, tenant_db_config_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 15018 "2026-01-16 17:27:34" "[email protected]" "GET /api/recipients/changes (200)" "API call completed in 30.83ms with status 200" "{"query":{"since":"2026-01-16T17:17:04+00:00","limit":"1000"}}" null "192.168.3.178" "Symfony HttpClient/Curl" 1 ] |
|
1.23 ms (3.79%) |
1 |
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
]
|
|
0.96 ms (2.96%) |
1 |
UPDATE tenant_api_key SET last_used_at = ? WHERE id = ?
Parameters:
[ "2026-01-16 17:27:34" 1 ] |
|
0.53 ms (1.62%) |
2 |
"START TRANSACTION"
Parameters:
[] |
tenant connection
| Time▼ | Count | Info |
|---|---|---|
|
7.62 ms (23.38%) |
1 |
SELECT r0_.id AS id_0, r0_.uuid AS uuid_1, r0_.name AS name_2, r0_.email AS email_3, r0_.password AS password_4, r0_.meta AS meta_5, r0_.enable AS enable_6, r0_.telephone AS telephone_7, r0_.enrollment_token AS enrollment_token_8, r0_.unsubscribe_token AS unsubscribe_token_9, r0_.confirmation_postcode AS confirmation_postcode_10, r0_.confirmation_type AS confirmation_type_11, r0_.one_time_code AS one_time_code_12, r0_.deleted_at AS deleted_at_13, r0_.address AS address_14, r0_.version AS version_15, r0_.source AS source_16, r0_.last_synced_at AS last_synced_at_17, r0_.updated_at AS updated_at_18, r0_.source_id AS source_id_19 FROM recipient r0_ WHERE r0_.source = ? AND r0_.updated_at > ? ORDER BY r0_.updated_at ASC LIMIT 1000
Parameters:
[ "cloud" "2026-01-16 17:17:04" ] |
|
1.38 ms (4.22%) |
1 |
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:
[] |
|
1.27 ms (3.89%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.78 ms (2.40%) |
1 |
UPDATE customer_sync_status SET updated_at = ? WHERE id = ?
Parameters:
[ "2026-01-16 17:27:34" 1 ] |
|
0.25 ms (0.76%) |
1 |
"START TRANSACTION"
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.
Entities Mapping
tenant entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Tenant\Recipient | 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. |