GET https://server.dmqode.be/

Query Metrics

2 Database Queries
2 Different statements
16.23 ms Query time
1 Invalid entities
5348 Managed entities

Queries

Group similar statements

# Time Info
1 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3 FROM translation_domains t0
Parameters:
[]
2 15.71 ms
SELECT t0.id AS id_1, t0.translation_key AS translation_key_2, t0.fr_value AS fr_value_3, t0.en_value AS en_value_4, t0.de_value AS de_value_5, t0.nl_value AS nl_value_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.domain_id AS domain_id_9, t0.created_by_id AS created_by_id_10, t0.updated_by_id AS updated_by_id_11 FROM translations 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\Translation\Translation 5327
App\Entity\Translation\TranslationDomain 20
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\Translation\TranslationDomain No errors.
App\Entity\Translation\Translation No errors.
App\Entity\User
  • The field 'App\Entity\User#latitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\User#longitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Translation\TranslationHistory No errors.