Redirect 302 redirect from GET @app_cart_add (1161c6)

GET https://www.mipeluco.com/cart

Query Metrics

9 Database Queries
3 Different statements
1.62 ms Query time
1 Invalid entities
32 Managed entities

Queries

Group similar statements

# Time Info
1 0.33 ms
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.brand_id AS brand_id_16 FROM product t0 WHERE t0.id = ?
Parameters:
[
  18333
]
2 0.17 ms
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.brand_id AS brand_id_16 FROM product t0 WHERE t0.id = ?
Parameters:
[
  17647
]
3 0.16 ms
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.brand_id AS brand_id_16 FROM product t0 WHERE t0.id = ?
Parameters:
[
  25304
]
4 0.16 ms
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.brand_id AS brand_id_16 FROM product t0 WHERE t0.id = ?
Parameters:
[
  14703
]
5 0.14 ms
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.brand_id AS brand_id_16 FROM product t0 WHERE t0.id = ?
Parameters:
[
  15318
]
6 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.image AS image_4, t0.active AS active_5, t0.parent_id AS parent_id_6 FROM category t0 WHERE t0.parent_id IS NULL
Parameters:
[]
7 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.image AS image_4, t0.active AS active_5, t0.parent_id AS parent_id_6 FROM category t0 WHERE t0.parent_id IS NULL
Parameters:
[]
8 0.22 ms
SELECT t0.id AS id_1, t0.cod AS cod_2, t0.reference AS reference_3, t0.name AS name_4, t0.description AS description_5, t0.slug AS slug_6, t0.stock AS stock_7, t0.pvp AS pvp_8, t0.discount AS discount_9, t0.net_price AS net_price_10, t0.extra AS extra_11, t0.images AS images_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.views AS views_15, t0.brand_id AS brand_id_16 FROM product t0 WHERE t0.id IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  16095
  18958
  24510
  18028
  25428
  22440
  14141
  11313
]
9 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.image AS image_4, t0.active AS active_5, t0.parent_id AS parent_id_6 FROM category t0 WHERE t0.parent_id IS NULL
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Product 13
App\Entity\Brand 12
App\Entity\Category 7

Entities Mapping

Class Mapping errors
App\Entity\Product
  • The association App\Entity\Product#brand refers to the inverse side field App\Entity\Brand#products which does not exist.
App\Entity\Brand No errors.
App\Entity\Category No errors.