Query Metrics

5 Database Queries
5 Different statements
2.95 ms Query time
0 Invalid entities
49 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.97 ms
(32.73%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.agency_code AS agency_code_3, t0.no_account AS no_account_4, t0.rib_key AS rib_key_5, t0.iban AS iban_6, t0.bic AS bic_7, t0.manager AS manager_8, t0.balance AS balance_9, t0.num_account AS num_account_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.uuid AS uuid_13, t0.bank_id AS bank_id_14, t0.societe_id AS societe_id_15, t0.tiers_id AS tiers_id_16, t0.journal_id AS journal_id_17 FROM account_bank t0 WHERE t0.tiers_id IS NULL AND t0.id = ? LIMIT 1
Parameters:
[
  "undefined"
]
0.79 ms
(26.84%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.phone_number AS phone_number_6, t0.enabled AS enabled_7, t0.email AS email_8, t0.is_admin AS is_admin_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.uuid AS uuid_12, t0.cash_id AS cash_id_13 FROM user t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.46 ms
(15.64%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_default AS is_default_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.uuid AS uuid_7 FROM role t0 INNER JOIN user_role ON t0.id = user_role.role_id WHERE user_role.user_id = ?
Parameters:
[
  2
]
0.37 ms
(12.55%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.uuid AS uuid_6 FROM permission t0 INNER JOIN role_permission ON t0.id = role_permission.permission_id WHERE role_permission.role_id = ?
Parameters:
[
  1
]
0.36 ms
(12.25%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.uuid AS uuid_6 FROM permission t0 INNER JOIN user_permission ON t0.id = user_permission.permission_id WHERE user_permission.user_id = ?
Parameters:
[
  2
]

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\Admin\Permission 47
App\Entity\User 1
App\Entity\Admin\Role 1