Redirect 302 redirect from POST @admin_products_edit (4f4b6f)

GET https://admin.elgafineart.com/admin/products/32/edit

Query Metrics

5 Database Queries
5 Different statements
3.22 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.70 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.phone AS phone_8, t0.address AS address_9 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.79 ms
SELECT * FROM products_listing WHERE id = ? LIMIT 1
Parameters:
[
  32
]
3 0.60 ms
SELECT * FROM products_listing WHERE id = ?
Parameters:
[
  32
]
4 0.56 ms
DELETE FROM shopping_cart WHERE user_id = ? AND date_time < ?
Parameters:
[
  1
  "2026-04-23 22:03:05"
]
5 0.57 ms
SELECT
    sc.product_id,
    sc.product_name,
    sc.product_price,
    sc.quantity,
    sc.original_product,
    pl.name AS listing_name,
    pl.shop_pic_1
FROM shopping_cart sc
LEFT JOIN products_listing pl ON pl.id = sc.product_id
WHERE sc.user_id = ?
  AND sc.date_time >= ?
ORDER BY sc.id DESC
Parameters:
[
  1
  "2026-04-23 22:03:05"
]

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\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.