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

Query Metrics

1 Database Queries
1 Different statements
3.37 ms Query time
2 Invalid entities
12 Managed entities

Queries

Group similar statements

# Time Info
1 3.37 ms
SELECT e0_.id AS id_0, e0_.rate AS rate_1, c1_.id AS id_2, c1_.code AS code_3, c1_.symbol AS symbol_4, c2_.id AS id_5, c2_.code AS code_6, c2_.symbol AS symbol_7, e0_.source_id AS source_id_8, e0_.target_id AS target_id_9 FROM exchange_rates e0_ LEFT JOIN currency c1_ ON e0_.source_id = c1_.id LEFT JOIN currency c2_ ON e0_.target_id = c2_.id ORDER BY e0_.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\ExchangeRates 9
App\Entity\Currency 3

Entities Mapping

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