GET https://test-no-ci.pilko.shareandmove.com/

Query Metrics

1 Database Queries
1 Different statements
1.83 ms Query time
1 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 1.83 ms
SELECT t0.id AS id_1, t0.default_price AS default_price_2, t0.complementary_price AS complementary_price_3, t0.active AS active_4 FROM software_configuration t0 WHERE t0.active = ? LIMIT 1
Parameters:
[
  1
]

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\SoftwareConfiguration 1

Entities Mapping

Class Mapping errors
App\Entity\SoftwareConfiguration
  • The field 'App\Entity\SoftwareConfiguration#defaultPrice' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\SoftwareConfiguration#complementaryPrice' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.