GET https://cyrdec.net/mobile/mouvement

Query Metrics

13 Database Queries
3 Different statements
10.05 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.77 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.type AS type_3, t0.solde AS solde_4, t0.etat AS etat_5 FROM bank_compte t0
Parameters:
[]
2 0.66 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.libelle AS libelle_3, t0.selection AS selection_4, t0.budget AS budget_5, t0.parent_id AS parent_id_6 FROM bank_mouvement_categorie t0 WHERE t0.parent_id IS NULL AND t0.selection = ? ORDER BY t0.libelle ASC
Parameters:
[
  1
]
3 0.62 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.libelle AS libelle_3, t0.selection AS selection_4, t0.budget AS budget_5, t0.parent_id AS parent_id_6 FROM bank_mouvement_categorie t0 WHERE t0.parent_id = ? ORDER BY t0.libelle ASC
Parameters:
[
  1
]
4 0.68 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.libelle AS libelle_3, t0.selection AS selection_4, t0.budget AS budget_5, t0.parent_id AS parent_id_6 FROM bank_mouvement_categorie t0 WHERE t0.parent_id = ? ORDER BY t0.libelle ASC
Parameters:
[
  3
]
5 0.65 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.libelle AS libelle_3, t0.selection AS selection_4, t0.budget AS budget_5, t0.parent_id AS parent_id_6 FROM bank_mouvement_categorie t0 WHERE t0.parent_id = ? ORDER BY t0.libelle ASC
Parameters:
[
  5
]
6 0.55 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.libelle AS libelle_3, t0.selection AS selection_4, t0.budget AS budget_5, t0.parent_id AS parent_id_6 FROM bank_mouvement_categorie t0 WHERE t0.parent_id = ? ORDER BY t0.libelle ASC
Parameters:
[
  6
]
7 1.14 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.libelle AS libelle_3, t0.selection AS selection_4, t0.budget AS budget_5, t0.parent_id AS parent_id_6 FROM bank_mouvement_categorie t0 WHERE t0.parent_id = ? ORDER BY t0.libelle ASC
Parameters:
[
  7
]
8 0.82 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.libelle AS libelle_3, t0.selection AS selection_4, t0.budget AS budget_5, t0.parent_id AS parent_id_6 FROM bank_mouvement_categorie t0 WHERE t0.parent_id = ? ORDER BY t0.libelle ASC
Parameters:
[
  8
]
9 0.84 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.libelle AS libelle_3, t0.selection AS selection_4, t0.budget AS budget_5, t0.parent_id AS parent_id_6 FROM bank_mouvement_categorie t0 WHERE t0.parent_id = ? ORDER BY t0.libelle ASC
Parameters:
[
  9
]
10 0.87 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.libelle AS libelle_3, t0.selection AS selection_4, t0.budget AS budget_5, t0.parent_id AS parent_id_6 FROM bank_mouvement_categorie t0 WHERE t0.parent_id = ? ORDER BY t0.libelle ASC
Parameters:
[
  10
]
11 0.82 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.libelle AS libelle_3, t0.selection AS selection_4, t0.budget AS budget_5, t0.parent_id AS parent_id_6 FROM bank_mouvement_categorie t0 WHERE t0.parent_id = ? ORDER BY t0.libelle ASC
Parameters:
[
  11
]
12 0.83 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.libelle AS libelle_3, t0.selection AS selection_4, t0.budget AS budget_5, t0.parent_id AS parent_id_6 FROM bank_mouvement_categorie t0 WHERE t0.parent_id = ? ORDER BY t0.libelle ASC
Parameters:
[
  76
]
13 0.79 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.libelle AS libelle_3, t0.selection AS selection_4, t0.budget AS budget_5, t0.parent_id AS parent_id_6 FROM bank_mouvement_categorie t0 WHERE t0.parent_id = ? ORDER BY t0.libelle ASC
Parameters:
[
  78
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Site\Menu No errors.
App\Entity\AdminFinance\Bank\BankMouvement No errors.
App\Entity\AdminFinance\Bank\BankCompte
  • The field App\Entity\AdminFinance\Bank\BankCompte#mouvementDebit is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\AdminFinance\Bank\BankMouvement#compteDebit does not contain the required 'inversedBy="mouvementDebit"' attribute.
  • The field App\Entity\AdminFinance\Bank\BankCompte#mouvementCredit is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\AdminFinance\Bank\BankMouvement#compteCredit does not contain the required 'inversedBy="mouvementCredit"' attribute.
  • The mappings App\Entity\AdminFinance\Bank\BankCompte#prelevements and App\Entity\AdminFinance\Bank\BankPrelevement#compteDebit are inconsistent with each other.
App\Entity\AdminFinance\Bank\BankMouvementCategorie No errors.
App\Entity\AdminFinance\Bank\BankPrelevement
  • The association App\Entity\AdminFinance\Bank\BankPrelevement#compteDebit refers to the inverse side field App\Entity\AdminFinance\Bank\BankCompte#prelevement which does not exist.
App\Entity\AdminFinance\Vehicule\VehiculeMouvement No errors.