Query Metrics

0 Database Queries
0 Different statements
0.00 ms Query time
4 Invalid entities

Queries

Group similar statements

test connection

No database queries were performed.

Database Connections

Name Service
default doctrine.dbal.default_connection
test doctrine.dbal.test_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
test doctrine.orm.test_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

default entity manager

Class Mapping errors
App\Entity\Product
  • The field App\Entity\Product#productPriceCompetitors is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ProductPriceCompetitor#product does not contain the required 'inversedBy="productPriceCompetitors"' attribute.
App\Entity\AdminUser No errors.
App\Entity\OzonProduct
  • The field App\Entity\OzonProduct#productSources is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\OzonProductSource#product does not contain the required 'inversedBy="productSources"' attribute.
App\Entity\OzonClient No errors.
App\Entity\OzonCategory
  • The field App\Entity\OzonCategory#attributes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\OzonAttribute#category does not contain the required 'inversedBy="attributes"' attribute.
App\Entity\OzonProductSource No errors.
App\Entity\OzonWarehouseProductStock No errors.
App\Entity\OzonWarehouse No errors.
App\Entity\OzonReservedStock
  • The association App\Entity\OzonReservedStock#client refers to the inverse side field App\Entity\OzonClient#reserves which does not exist.
App\Entity\OzonClientTarget No errors.

test entity manager

No loaded entities.