Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_active AS is_active_4, t0.name_hr AS name_hr_5 FROM country t0 WHERE t0.id = ?
Parameters:
[
  "55"
]
2 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_active AS is_active_4, t0.name_hr AS name_hr_5 FROM country t0 WHERE t0.is_active = ? ORDER BY t0.name ASC
Parameters:
[
  1
]
3 1.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_active AS is_active_3, t0.image AS image_4, t0.slug AS slug_5, t0.extract_home AS extract_home_6, t0.extract_menu AS extract_menu_7, t0.cat_order AS cat_order_8, t0.icon AS icon_9, t0.shop AS shop_10, t0.machine AS machine_11, t0.show_caliber AS show_caliber_12, t0.parent_id AS parent_id_13 FROM category t0 WHERE t0.is_active = ? AND t0.machine = ? AND t0.extract_menu = ? ORDER BY t0.cat_order ASC
Parameters:
[
  1
  1
  1
]

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\Country No errors.
App\Entity\Orders No errors.
App\Entity\Category No errors.
App\Entity\Article No errors.
App\Entity\Product No errors.
App\Entity\CategoryTranslation No errors.
App\Entity\ProductTranslation No errors.
App\Entity\CategoryDiscount No errors.