GET https://2026-clone.release.sb.paritet.sprintf.ru/process/1f107f3d-de07-698e-b83e-99a1e0172c67/extractor?page=170

Query Metrics

0 Database Queries
0 Different statements
0.00 ms Query time
3 Invalid entities
102 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\Price\Entity\ExtractedPriceByContract 99
App\Infrastructure\Entity\ProcessLogEntry 1
App\Infrastructure\Entity\ExtractorLogEntry 1
App\Client\Entity\ClientContract 1

Entities Mapping

Class Mapping errors
App\Infrastructure\Entity\ProcessLogEntry No errors.
App\Infrastructure\Entity\ExtractorLogEntry No errors.
App\Price\Entity\ExtractedPriceByContract
  • The field 'App\Price\Entity\ExtractedPriceByContract#priceMainValue' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Price\Entity\ExtractedPriceByContract#priceAdditionalValue' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Client\Entity\ClientContract
  • The field 'App\Client\Entity\ClientContract#creditLimit' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Offer\Entity\Offer
  • The field 'App\Offer\Entity\Offer#productWeight' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field App\Offer\Entity\Offer#priceByContract is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Price\Entity\PriceByContract#offer does not contain the required 'inversedBy: "priceByContract"' attribute.
  • The field App\Offer\Entity\Offer#priceByShop is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Price\Entity\PriceByShop#offer does not contain the required 'inversedBy: "priceByShop"' attribute.