GET https://www.dev.ecocert.com/

Query Metrics

2 Database Queries
2 Different statements
8.58 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 2.54 ms
SELECT t0.code AS code_1, t0.name AS name_2, t0.flag AS flag_3, t0.region AS region_4 FROM country t0 WHERE t0.code = ?
Parameters:
[
  "US"
]
2 6.05 ms
SELECT t0.id AS id_1, t0.priority AS priority_2, t0.language AS language_3, t0.country AS country_4 FROM country_language t0 WHERE t0.country = ?
Parameters:
[
  "US"
]

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\Country 1
App\Entity\CountryLanguage 1
App\Entity\Language 1

Entities Mapping

Class Mapping errors
App\Entity\Country No errors.
App\Entity\CountryLanguage No errors.
App\Entity\Language No errors.
App\Entity\Content No errors.