Redirect 303 redirect from GET @app_cart (bca7b7)

GET https://isas-saphiex.com/en/products

Query Metrics

3 Database Queries
3 Different statements
4.49 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 3.14 ms
SELECT p0_.id AS id_0, p0_.uuid AS uuid_1, p0_.enabled AS enabled_2, p0_.code AS code_3, p0_.reference AS reference_4, p0_.name AS name_5, p0_.slug AS slug_6, p0_.promo AS promo_7, p0_.description AS description_8, p0_.photo AS photo_9, p0_.path AS path_10, p1_.id AS id_11, p1_.uuid AS uuid_12, p1_.enabled AS enabled_13, p1_.name AS name_14, p1_.slug AS slug_15, p2_.id AS id_16, p2_.uuid AS uuid_17, p2_.code AS code_18, p2_.enabled AS enabled_19, p2_.name AS name_20, p2_.slug AS slug_21, p0_.category_id AS category_id_22, p0_.partner_id AS partner_id_23, p2_.partner_id AS partner_id_24 FROM product p0_ INNER JOIN product_partner p1_ ON p0_.partner_id = p1_.id INNER JOIN product_category p2_ ON p0_.category_id = p2_.id LIMIT 50
Parameters:
[]
2 0.83 ms
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.enabled AS enabled_3, t0.name AS name_4, t0.slug AS slug_5 FROM product_partner t0 WHERE t0.enabled = ?
Parameters:
[
  1
]
3 0.53 ms
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.code AS code_3, t0.enabled AS enabled_4, t0.name AS name_5, t0.slug AS slug_6, t0.partner_id AS partner_id_7 FROM product_category t0 WHERE t0.enabled = ?
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.

Entities Mapping

Class Mapping errors
App\Entity\Shop\Product
  • The field App\Entity\Shop\Product#details is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Shop\OrdersDetail#product does not contain the required 'inversedBy="details"' attribute.
App\Entity\Shop\ProductPartner
  • The mappings App\Entity\Shop\ProductPartner#categories and App\Entity\Shop\ProductCategory#partner are inconsistent with each other.
App\Entity\Shop\ProductCategory
  • The association App\Entity\Shop\ProductCategory#partners refers to the owning side field App\Entity\Shop\ProductPartner#category which does not exist.
  • The association App\Entity\Shop\ProductCategory#partner refers to the inverse side field App\Entity\Shop\ProductPartner#partners which does not exist.