https://staging.bwire.io/admin/sites/350d631a-5a1a-4f75-848b-2cade65fd437/edit-billing-information Return to referer URL

Query Metrics

6 Database Queries
6 Different statements
63.09 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 12.31 ms
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"
]
2 5.51 ms
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"
]
3 5.53 ms
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
    __toString(): "350d631a-5a1a-4f75-848b-2cade65fd437"
  }
]
4 14.82 ms
"START TRANSACTION"
Parameters:
[]
5 10.69 ms
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"
]
6 14.23 ms
"COMMIT"
Parameters:
[]

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
  • The field App\Domain\Payment\Model\Payment#userPaymentInfo is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Domain\PaymentGateway\Model\UserPaymentInfo#payment does not contain the required 'inversedBy="userPaymentInfo"' attribute.