https://vlad-mehanik.ru/product/search_items?from_crm=1&query=8973299110

Query Metrics

2 Database Queries
2 Different statements
107.75 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
107.31 ms
(99.59%)
1
SELECT p0_.article_search AS article_search_0, p0_.article_original AS article_original_1, p0_.description AS description_2, p0_.id AS id_3, p0_.brand_id AS brand_id_4 FROM products__products p0_ INNER JOIN brands__brands b1_ ON p0_.brand_id = b1_.id WHERE p0_.article_search LIKE '%8973299110%' LIMIT 100
Parameters:
[]
0.44 ms
(0.41%)
1
SELECT count(p0_.id) AS sclr_0 FROM products__products p0_ WHERE p0_.article_search = '8973299110'
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.

Entities Mapping

Class Mapping errors
App\Entity\User
  • The field App\Entity\User#roles is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\UserRole#user does not contain the required 'inversedBy="roles"' attribute.
  • The field App\Entity\User#manager is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Manager#user does not contain the required 'inversedBy="manager"' attribute.
App\Entity\Product
  • The field App\Entity\Product#supplierItems is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SupplierItem#product does not contain the required 'inversedBy="supplierItems"' attribute.
  • The field App\Entity\Product#images is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ProductImage#product does not contain the required 'inversedBy="images"' attribute.
  • The field App\Entity\Product#storage is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Storage#product does not contain the required 'inversedBy="storage"' attribute.
App\Entity\Brand
  • The field App\Entity\Brand#aliases is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\BrandAlias#brand does not contain the required 'inversedBy="aliases"' attribute.