PUT https://budget.higumadev.fr/api/transactions/4142708b-dcb5-4990-82c0-d6760cd79432

Query Metrics

8 Database Queries
8 Different statements
4.99 ms Query time
1 Invalid entities
5 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.48 ms
(49.76%)
1
"COMMIT"
Parameters:
[]
0.69 ms
(13.86%)
1
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
]
0.59 ms
(11.81%)
1
SELECT t0.id AS id_1, t0.amount AS amount_2, t0.type AS type_3, t0.description AS description_4, t0.date AS date_5, t0.status AS status_6, t0.label AS label_7, t0.uuid AS uuid_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.bank_account_id AS bank_account_id_11, t0.category_id AS category_id_12, t0.sub_category_id AS sub_category_id_13 FROM transaction t0 WHERE t0.uuid = ? LIMIT 1
Parameters:
[
  b"ABp‹ÜµI‚ÀÖv\f×”2"
]
0.36 ms
(7.30%)
1
UPDATE transaction SET amount = ?, type = ?, date = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "700"
  "income"
  "2026-04-29 00:00:00"
  "2026-04-21 21:11:35"
  73
]
0.28 ms
(5.58%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.bank_name AS bank_name_3, t0.type AS type_4, t0.status AS status_5, t0.bank_balance AS bank_balance_6, t0.app_balance AS app_balance_7, t0.provisional_balance AS provisional_balance_8, t0.invitation_token AS invitation_token_9, t0.sort_order AS sort_order_10, t0.uuid AS uuid_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.owner_id AS owner_id_14, t0.partner_id AS partner_id_15 FROM bank_account t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.25 ms
(5.01%)
1
UPDATE bank_account SET bank_balance = ?, app_balance = ?, provisional_balance = ?, updated_at = ? WHERE id = ?
Parameters:
[
  229.88
  229.88
  929.88
  "2026-04-21 21:11:35"
  2
]
0.24 ms
(4.85%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.uuid AS uuid_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.user_id AS user_id_7 FROM category t0 WHERE t0.uuid = ? LIMIT 1
Parameters:
[
  b"\v\x17Œ2"iLˆ·ƒ»Ÿê1\x19"
]
0.09 ms
(1.83%)
1
"START TRANSACTION"
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 2
App\Entity\Transaction 1
App\Entity\BankAccount 1
App\Entity\Category 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Category No errors.
App\Entity\Transaction 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\SubCategory No errors.