GET https://ecommerce.galitein.com/user/view-product

Query Metrics

3 Database Queries
3 Different statements
1.79 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.41 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0
Parameters:
[]
2 1.00 ms
SELECT t0.id AS id_1, t0.product_name AS product_name_2, t0.product_detail AS product_detail_3, t0.product_price AS product_price_4, t0.product_image AS product_image_5, t0.created_at AS created_at_6, t0.category_id AS category_id_7 FROM product t0
Parameters:
[]
3 0.37 ms
SELECT p0_.id AS id_0, p0_.product_name AS product_name_1, p0_.product_detail AS product_detail_2, p0_.product_price AS product_price_3, p0_.product_image AS product_image_4, p0_.created_at AS created_at_5, p0_.category_id AS category_id_6 FROM product p0_ WHERE p0_.created_at BETWEEN ? AND ?
Parameters:
[
  "2025-12-22 00:00:00"
  "2025-12-28 23:59:59"
]

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\Category No errors.
App\Entity\Product No errors.