GET https://test.app.zdeal.cm/api/currencies.json

Query Metrics

1 Database Queries
1 Different statements
1.27 ms Query time
2 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.27 ms
(100.00%)
1
SELECT c0_.id AS id_0, c0_.code AS code_1, c0_.symbol AS symbol_2 FROM currency c0_ ORDER BY c0_.id ASC LIMIT 30
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\Currency 3

Entities Mapping

Class Mapping errors
App\Entity\Currency No errors.
App\Entity\ExchangeRates
  • The mappings App\Entity\ExchangeRates#target and App\Entity\Currency#exchangeRates are inconsistent with each other.
App\Entity\User
  • The association App\Entity\User#transactions refers to the owning side field App\Entity\Transaction#user which does not exist.