Query Metrics
6
Database Queries
6
Different statements
63.09 ms
Query time
1
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
14.82 ms (23.50%) |
1 |
"START TRANSACTION"
Parameters:
[] |
|
14.23 ms (22.56%) |
1 |
"COMMIT"
Parameters:
[] |
|
12.31 ms (19.50%) |
1 |
SELECT a0_.id AS id_0, a0_.email AS email_1, a0_.password AS password_2, a0_.role AS role_3, a0_.active AS active_4, a0_.created_at AS created_at_5, a0_.updated_at AS updated_at_6 FROM administrators a0_ WHERE a0_.email = ?
Parameters:
[
"admin@admin.com"
]
|
|
10.69 ms (16.95%) |
1 |
UPDATE sites SET updated_at = ?, billing_information_country = ?, billing_information_is_bank_webhook = ? WHERE id = ?
Parameters:
[ "2026-09-09 05:36:02" "FJ" 1 "350d631a-5a1a-4f75-848b-2cade65fd437" ] |
|
5.53 ms (8.76%) |
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.description AS description_2, s0_.password AS password_3, s0_.secret AS secret_4, s0_.active AS active_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7, s0_.billing_information_name AS billing_information_name_8, s0_.billing_information_country AS billing_information_country_9, s0_.billing_information_city AS billing_information_city_10, s0_.billing_information_street AS billing_information_street_11, s0_.billing_information_street_number AS billing_information_street_number_12, s0_.billing_information_postal_code AS billing_information_postal_code_13, s0_.billing_information_iban AS billing_information_iban_14, s0_.billing_information_is_bank_webhook AS billing_information_is_bank_webhook_15, s0_.payment_gateway_config_id AS payment_gateway_config_id_16, s0_.merchant_id AS merchant_id_17 FROM sites s0_ WHERE s0_.id = ?
Parameters:
[ Symfony\Component\Uid\UuidV4 {#1830 : "350d631a-5a1a-4f75-848b-2cade65fd437" } ] |
|
5.51 ms (8.74%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.password AS password_4, t0.secret AS secret_5, t0.active AS active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.billing_information_name AS billing_information_name_9, t0.billing_information_country AS billing_information_country_10, t0.billing_information_city AS billing_information_city_11, t0.billing_information_street AS billing_information_street_12, t0.billing_information_street_number AS billing_information_street_number_13, t0.billing_information_postal_code AS billing_information_postal_code_14, t0.billing_information_iban AS billing_information_iban_15, t0.billing_information_is_bank_webhook AS billing_information_is_bank_webhook_16, t0.payment_gateway_config_id AS payment_gateway_config_id_17, t0.merchant_id AS merchant_id_18 FROM sites t0 WHERE t0.id = ?
Parameters:
[
"350d631a-5a1a-4f75-848b-2cade65fd437"
]
|
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Domain\Administrator\Model\Administrator | No errors. |
| App\Domain\Site\Model\BillingInformation | No errors. |
| App\Domain\Site\Model\Site | No errors. |
| App\Domain\PaymentGateway\Model\PaymentGatewayConfig | No errors. |
| App\Domain\Merchant\Model\Merchant | No errors. |
| App\Domain\Payment\Model\Payment |
|