GET https://api-console.kissmada.com/catalog-categories/49

Query Metrics

182 Database Queries
5 Different statements
40.00 ms Query time
6 Invalid entities
1074 Managed entities

Grouped Statements

Show all queries

Time Count Info
38.55 ms
(96.39%)
178
SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.title AS title_3, t0.id_category AS id_category_4 FROM categories_langs t0 WHERE t0.id_category = ?
Parameters:
[
  1
]
0.40 ms
(1.01%)
1
SELECT t0.id_category AS id_category_1, t0.parent_id AS parent_id_2, t0.image_url AS image_url_3 FROM categories t0 WHERE t0.id_category = ?
Parameters:
[
  49
]
0.40 ms
(1.00%)
1
SELECT t0.id_category AS id_category_1, t0.parent_id AS parent_id_2, t0.image_url AS image_url_3 FROM categories t0
Parameters:
[]
0.39 ms
(0.97%)
1
SELECT t0.id_product AS id_product_1, t0.product_type AS product_type_2, t0.main_category_id AS main_category_id_3, t0.brand AS brand_4, t0.image_url AS image_url_5, t0.is_discontinued AS is_discontinued_6, t0.id_model AS id_model_7 FROM products t0 INNER JOIN products_categories ON t0.id_product = products_categories.id_product WHERE products_categories.id_category = ?
Parameters:
[
  49
]
0.25 ms
(0.63%)
1
SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.name AS name_3, t0.model AS model_4, t0.description AS description_5, t0.id_product AS id_product_6 FROM products_langs t0 WHERE t0.id_product = ?
Parameters:
[
  262
]

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\CategoryLang 890
App\Entity\Category 178
App\Entity\ProductLang 5
App\Entity\Product 1

Entities Mapping

Class Mapping errors
App\Entity\Category No errors.
App\Entity\CategoryLang No errors.
App\Entity\Product
  • The mappings App\Entity\Product#sizeTables and App\Entity\SizeTable#product are inconsistent with each other.
App\Entity\Model No errors.
App\Entity\ProductLang No errors.
App\Entity\ProductTechnique No errors.
App\Entity\ProductColor
  • The association App\Entity\ProductColor#storeProductColors refers to the owning side field App\Entity\Store\StoreProductColor#product which does not exist.
App\Entity\ProductSize
  • The association App\Entity\ProductSize#measurementValues refers to the owning side field App\Entity\MeasurementValue#product which does not exist.
  • The association App\Entity\ProductSize#storeProductSizes refers to the owning side field App\Entity\Store\StoreProductSize#product which does not exist.
App\Entity\SizeTable
  • The association App\Entity\SizeTable#product refers to the inverse side field App\Entity\Product#productSizeTables which does not exist.
  • The mappings App\Entity\SizeTable#measurements and App\Entity\Measurement#sizeTable are inconsistent with each other.
App\Entity\ShippingCountry
  • The mappings App\Entity\ShippingCountry#country and App\Entity\Country#shippingCountries are inconsistent with each other.
App\Entity\Variant
  • The mappings App\Entity\Variant#productColor and App\Entity\ProductColor#productVariants are inconsistent with each other.
  • The mappings App\Entity\Variant#productSize and App\Entity\ProductSize#productVariants are inconsistent with each other.