GET https://api.dentalsoft.test.cabinet-orodent.org/api/payment-methods

Query Metrics

3 Database Queries
3 Different statements
2.40 ms Query time
0 Invalid entities
5 Managed entities

Queries

Group similar statements

# Time Info
1 1.28 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4 FROM `user` t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "Admin"
]
2 0.55 ms
SELECT n0_.id AS id_0, n0_.message AS message_1, n0_.type AS type_2, n0_.date_envoi AS date_envoi_3, n0_.etat_vu AS etat_vu_4, n0_.link AS link_5, n0_.priority AS priority_6, n0_.user_id AS user_id_7, n0_.emitter_id AS emitter_id_8 FROM notification n0_ WHERE n0_.user_id = ? AND n0_.etat_vu = ? AND n0_.link IS NOT NULL ORDER BY n0_.date_envoi DESC LIMIT 50
Parameters:
[
  15
  "non_vu"
]
3 0.57 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.type AS type_3, t0.actif AS actif_4, t0.notes AS notes_5 FROM mode_de_paiement t0
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\ModeDePaiement 4
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Notification No errors.
App\Entity\ModeDePaiement No errors.
App\Entity\Transaction No errors.