POST https://banqio.jordan-devweb.fr/_components/Transaction:TransactionComponent/delete

Query Metrics

11 Database Queries
11 Different statements
18.79 ms Query time
0 Invalid entities
100 Managed entities

Queries

Group similar statements

# Time Info
1 0.95 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.created_at AS created_at_7, t0.last_login AS last_login_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 1.20 ms
SELECT t0.id AS id_1, t0.transaction_date AS transaction_date_2, t0.label AS label_3, t0.amount AS amount_4, t0.notes AS notes_5, t0.external_reference AS external_reference_6, t0.reconciled_at AS reconciled_at_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.reason AS reason_10, t0.type AS type_11, t0.user_id AS user_id_12, t0.transfer_id AS transfer_id_13, t0.account_id AS account_id_14, t0.category_id AS category_id_15, t0.project_id AS project_id_16, t0.recurring_transaction_id AS recurring_transaction_id_17, t18.id AS id_19, t18.due_date AS due_date_20, t18.capital_amount AS capital_amount_21, t18.interest_amount AS interest_amount_22, t18.insurance_amount AS insurance_amount_23, t18.remaining_capital AS remaining_capital_24, t18.is_paid AS is_paid_25, t18.paid_at AS paid_at_26, t18.total_amount AS total_amount_27, t18.installment_number AS installment_number_28, t18.loan_id AS loan_id_29, t18.transaction_id AS transaction_id_30 FROM transaction t0 LEFT JOIN loan_installment t18 ON t18.transaction_id = t0.id WHERE t0.id = ?
Parameters:
[
  11647
]
3 0.99 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.bank_name AS bank_name_3, t0.type AS type_4, t0.balance AS balance_5, t0.color AS color_6, t0.is_active AS is_active_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.subtype AS subtype_10, t0.display_order AS display_order_11, t0.is_hidden AS is_hidden_12, t0.opened_at AS opened_at_13, t0.user_id AS user_id_14 FROM account t0 WHERE t0.id = ?
Parameters:
[
  9
]
4 1.12 ms
SELECT t0.id AS id_1, t0.external_id AS external_id_2, t0.date AS date_3, t0.amount AS amount_4, t0.type AS type_5, t0.label AS label_6, t0.memo AS memo_7, t0.reference AS reference_8, t0.match_type AS match_type_9, t0.import_batch_id AS import_batch_id_10, t0.matched_transaction_id AS matched_transaction_id_11, t0.account_id AS account_id_12 FROM imported_transaction t0 WHERE t0.matched_transaction_id = ?
Parameters:
[
  11647
]
5 0.41 ms
"START TRANSACTION"
Parameters:
[]
6 0.91 ms
DELETE FROM imported_transaction WHERE id = ?
Parameters:
[
  2942
]
7 0.78 ms
DELETE FROM transaction WHERE id = ?
Parameters:
[
  11647
]
8 8.64 ms
"COMMIT"
Parameters:
[]
9 0.99 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.color AS color_4, t0.is_system AS is_system_5, t0.created_at AS created_at_6, t0.family AS family_7, t0.user_id AS user_id_8 FROM category t0 WHERE t0.id = ?
Parameters:
[
  26
]
10 1.62 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.icon AS icon_2, c0_.color AS color_3, c0_.is_system AS is_system_4, c0_.created_at AS created_at_5, c0_.family AS family_6, c0_.user_id AS user_id_7 FROM category c0_ WHERE c0_.user_id = ? OR c0_.user_id IS NULL ORDER BY c0_.family ASC, c0_.id ASC
Parameters:
[
  1
]
11 1.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.budget_limit AS budget_limit_3, t0.created_at AS created_at_4, t0.color AS color_5, t0.is_closed AS is_closed_6, t0.user_id AS user_id_7 FROM project t0 WHERE t0.user_id = ? AND t0.is_closed = ? ORDER BY t0.name ASC
Parameters:
[
  1
  0
]

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\Category 94
App\Entity\Project 2
App\Entity\User 1
App\Entity\Account 1
App\Entity\RecurringTransaction 1
App\Entity\ImportBatch 1
App\Entity\Transaction 0
App\Entity\ImportedTransaction 0

Entities Mapping