Query Metrics

0 Database Queries
0 Different statements
0.00 ms Query time
2 Invalid entities
110 Managed entities

Queries

No executed queries.

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\Offer\Entity\ExtractedOffer 100
App\Offer\Entity\Product 6
App\Measurement\Entity\MeasurementUnit 2
App\Infrastructure\Entity\ProcessLogEntry 1
App\Infrastructure\Entity\ExtractorLogEntry 1

Entities Mapping

Class Mapping errors
App\Infrastructure\Entity\ProcessLogEntry No errors.
App\Infrastructure\Entity\ExtractorLogEntry No errors.
App\Offer\Entity\ExtractedOffer No errors.
App\Offer\Entity\Product
  • The field App\Offer\Entity\Product#projectCategories is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\ProductCategory\Entity\ProductProjectCategory#product does not contain the required 'inversedBy: "projectCategories"' attribute.
App\Measurement\Entity\MeasurementUnit
  • The field 'App\Measurement\Entity\MeasurementUnit#coefficient' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.