GET https://by4kids.pottalcash.com/

Query Metrics

7 Database Queries
7 Different statements
2.41 ms Query time
0 Invalid entities
12 Managed entities

Queries

Group similar statements

# Time Info
1 0.43 ms
SELECT t0.reference AS reference_1, t0.slug AS slug_2, t0.name AS name_3, t0.short_description AS short_description_4, t0.long_description AS long_description_5, t0.status AS status_6, t0.featured AS featured_7, t0.cta_label AS cta_label_8, t0.promo_message AS promo_message_9, t0.meta_title AS meta_title_10, t0.meta_description AS meta_description_11, t0.og_image_url AS og_image_url_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.id AS id_15, t0.price AS price_16, t0.promo_price AS promo_price_17 FROM product t0 WHERE t0.status = ? AND t0.featured = ? LIMIT 1
Parameters:
[
  "active"
  1
]
2 0.35 ms
SELECT t0.product_id AS product_id_1, t0.path AS path_2, t0.alt_text AS alt_text_3, t0.is_main AS is_main_4, t0.display_order AS display_order_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.id AS id_8 FROM product_image t0 WHERE t0.product_id = ?
Parameters:
[
  "03333333-3333-7333-8333-333333333333"
]
3 0.24 ms
SELECT t0.product_id AS product_id_1, t0.label AS label_2, t0.display_order AS display_order_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6 FROM product_size t0 WHERE t0.product_id = ?
Parameters:
[
  "03333333-3333-7333-8333-333333333333"
]
4 0.26 ms
SELECT t0.product_id AS product_id_1, t0.label AS label_2, t0.hex_code AS hex_code_3, t0.display_order AS display_order_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7 FROM product_color t0 WHERE t0.product_id = ?
Parameters:
[
  "03333333-3333-7333-8333-333333333333"
]
5 0.28 ms
SELECT t0.product_id AS product_id_1, t0.label AS label_2, t0.kind AS kind_3, t0.display_order AS display_order_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7 FROM product_badge t0 WHERE t0.product_id = ?
Parameters:
[
  "03333333-3333-7333-8333-333333333333"
]
6 0.40 ms
INSERT INTO landing_visit (id, product_id, visit_date, view_count, created_at) VALUES (?, ?, ?, 1, ?) ON DUPLICATE KEY UPDATE view_count = view_count + 1, updated_at = ?
Parameters:
[
  "01a0071a-cca8-74b7-9c32-eb80e9452409"
  "03333333-3333-7333-8333-333333333333"
  "2026-08-15"
  "2026-08-15 20:26:31"
  "2026-08-15 20:26:31"
]
7 0.46 ms
SELECT s0_.platform AS platform_0, s0_.url AS url_1, s0_.is_enabled AS is_enabled_2, s0_.display_order AS display_order_3, s0_.created_at AS created_at_4, s0_.updated_at AS updated_at_5, s0_.id AS id_6 FROM social_link s0_ WHERE s0_.is_enabled = 1 AND s0_.url IS NOT NULL ORDER BY s0_.display_order ASC
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\Domain\Product\Entity\ProductImage 5
App\Domain\Product\Entity\ProductSize 2
App\Domain\Product\Entity\ProductColor 2
App\Domain\Product\Entity\ProductBadge 2
App\Domain\Product\Entity\Product 1