GET https://indecoder.ru/brand/glamlite

Query Metrics

6 Database Queries
6 Different statements
127.50 ms Query time
0 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 0.42 ms
SELECT t0.id AS id_1, t0.brand_name AS brand_name_2, t0.slug AS slug_3, t0.brand_desctiption AS brand_desctiption_4 FROM brands t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "glamlite"
]
2 0.47 ms
SELECT field_name, content FROM translations
             WHERE entity_type = ? AND entity_id = ? AND locale = ?
Parameters:
[
  "brand"
  8305
  "ru"
]
3 0.23 ms
SELECT COUNT(*) FROM translations
             WHERE entity_type = ? AND entity_id = ? AND locale = ?
Parameters:
[
  "brand"
  8305
  "ru"
]
4 63.12 ms
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM products p0_ INNER JOIN brands b1_ ON p0_.brand_id = b1_.id WHERE b1_.id = ?
Parameters:
[
  8305
]
5 62.49 ms
SELECT DISTINCT p0_.id AS id_0, p0_.product_name AS product_name_1 FROM products p0_ INNER JOIN brands b1_ ON p0_.brand_id = b1_.id WHERE b1_.id = ? ORDER BY p0_.product_name ASC LIMIT 48
Parameters:
[
  8305
]
6 0.77 ms
SELECT p0_.id AS id_0, p0_.product_name AS product_name_1, p0_.slug AS slug_2, p0_.product_description AS product_description_3, p0_.product_image AS product_image_4, b1_.id AS id_5, b1_.brand_name AS brand_name_6, b1_.slug AS slug_7, b1_.brand_desctiption AS brand_desctiption_8, p0_.brand_id AS brand_id_9 FROM products p0_ INNER JOIN brands b1_ ON p0_.brand_id = b1_.id WHERE b1_.id = ? AND p0_.id IN (?, ?, ?, ?, ?, ?, ?) ORDER BY p0_.product_name ASC
Parameters:
[
  8305
  77635
  86110
  51454
  22898
  144295
  42250
  144296
]

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 7
App\Entity\Brand 1

Entities Mapping

Class Mapping errors
App\Entity\Brand No errors.
App\Entity\Product No errors.
App\Entity\IngredientList No errors.