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

Query Metrics

6 Database Queries
6 Different statements
6.84 ms Query time
0 Invalid entities
100 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.59 ms
(23.31%)
1
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
]
1.20 ms
(17.61%)
1
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
]
1.15 ms
(16.76%)
1
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
]
0.97 ms
(14.26%)
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.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
]
0.96 ms
(14.09%)
1
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
]
0.95 ms
(13.97%)
1
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
]

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\Transaction 1
App\Entity\Account 1
App\Entity\RecurringTransaction 1

Entities Mapping