GET https://budget.higumadev.fr/api/bank-accounts/3cd8ba96-7e98-4e75-a395-0957bae7dbb3/balances

Query Metrics

2 Database Queries
2 Different statements
0.86 ms Query time
1 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.40 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.username AS username_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.uuid AS uuid_8, t0.roles AS roles_9, t0.password AS password_10, t0.profile_picture AS profile_picture_11 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.45 ms
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.bank_name AS bank_name_2, b0_.type AS type_3, b0_.status AS status_4, b0_.bank_balance AS bank_balance_5, b0_.app_balance AS app_balance_6, b0_.provisional_balance AS provisional_balance_7, b0_.invitation_token AS invitation_token_8, b0_.sort_order AS sort_order_9, b0_.uuid AS uuid_10, b0_.created_at AS created_at_11, b0_.updated_at AS updated_at_12, b0_.owner_id AS owner_id_13, b0_.partner_id AS partner_id_14 FROM bank_account b0_ WHERE b0_.uuid = ?
Parameters:
[
  b"<غ–~˜Nu£•\tWºçÛ³"
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1
App\Entity\BankAccount 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Category No errors.
App\Entity\BankAccount
  • The field 'App\Entity\BankAccount#bankBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\BankAccount#appBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\BankAccount#provisionalBalance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Transaction No errors.