Query Metrics

770 Database Queries
14 Different statements
106.53 ms Query time
7 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 1.27 ms
SELECT o0_.id AS id_0, o0_.order_number AS order_number_1, o0_.price AS price_2, o0_.status AS status_3, o0_.shipping_name AS shipping_name_4, o0_.shipping_address AS shipping_address_5, o0_.shipping_postcode AS shipping_postcode_6, o0_.shipping_city AS shipping_city_7, o0_.invoce_name AS invoce_name_8, o0_.invode_address AS invode_address_9, o0_.invoce_postcode AS invoce_postcode_10, o0_.invoce_city AS invoce_city_11, o0_.comment AS comment_12, o0_.is_done AS is_done_13, o0_.user_id AS user_id_14, o0_.pharmacy_id AS pharmacy_id_15, o0_.created_at AS created_at_16, o0_.updated_at AS updated_at_17, o0_.shipping_type_id AS shipping_type_id_18, o0_.payment_method_id AS payment_method_id_19 FROM orders o0_ WHERE o0_.created_at BETWEEN ? AND ?
Parameters:
[
  "2025-02-23 00:00:00"
  "2025-02-23 04:33:35"
]
2 0.79 ms
SELECT t0.id AS id_1, t0.type AS type_2 FROM app_text t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
  "HEADER_KEYWORD"
]
3 0.36 ms
SELECT t0.id AS id_1, t0.type AS type_2 FROM app_text t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
  "HEADER_DESCRIPTION"
]
4 0.15 ms
SELECT t0.id AS id_1, t0.type AS type_2 FROM app_text t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
  "HEADER_KEYWORD"
]
5 0.17 ms
SELECT t0.id AS id_1, t0.type AS type_2 FROM app_text t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
  "HEADER_DESCRIPTION"
]
6 0.36 ms
SELECT t0.id AS id_1, t0.type AS type_2 FROM app_text t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
  "Banner"
]
7 0.38 ms
SELECT t0.id AS id_1, t0.content AS content_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4, t5.id AS id_6, t5.type AS type_7 FROM app_text_translation t0 LEFT JOIN app_text t5 ON t0.translatable_id = t5.id WHERE t0.translatable_id = ?
Parameters:
[
  2
]
8 0.34 ms
SELECT t0.id AS id_1, t0.type AS type_2 FROM app_text t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
  "Header1"
]
9 0.15 ms
SELECT t0.id AS id_1, t0.type AS type_2 FROM app_text t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
  "Header2"
]
10 0.11 ms
SELECT t0.id AS id_1, t0.type AS type_2 FROM app_text t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
  "Header1"
]
11 0.29 ms
SELECT t0.id AS id_1, t0.type AS type_2 FROM app_text t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
  "Header2"
]
12 1.27 ms
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[]
13 0.94 ms
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[]
14 0.28 ms
SELECT DATABASE()
Parameters:
[]
15 0.53 ms
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'pisu_shop' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
Parameters:
[]
16 0.16 ms
SELECT DATABASE()
Parameters:
[]
17 5.44 ms
SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'pisu_shop' /*!50116 AND c.CONSTRAINT_SCHEMA = 'pisu_shop' */ORDER BY k.ORDINAL_POSITION
Parameters:
[]
18 0.65 ms
SELECT DATABASE()
Parameters:
[]
19 0.41 ms
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'pisu_shop' ORDER BY SEQ_IN_INDEX ASC
Parameters:
[]
20 0.52 ms
SELECT t.ENGINE,
       t.AUTO_INCREMENT,
       t.TABLE_COMMENT,
       t.CREATE_OPTIONS,
       t.TABLE_COLLATION,
       ccsa.CHARACTER_SET_NAME
FROM information_schema.TABLES t
    INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa
        ON ccsa.COLLATION_NAME = t.TABLE_COLLATION
WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
Parameters:
[]
21 0.34 ms
SELECT * FROM doctrine_migration_versions
Parameters:
[]
22 0.41 ms
SELECT DATABASE()
Parameters:
[]
23 0.37 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories_translation p1_ ON p0_.id = p1_.translatable_id WHERE p0_.parent_id IS NULL ORDER BY p1_.name ASC
Parameters:
[]
24 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  104
]
25 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  13
]
26 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  6
]
27 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  15
]
28 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  21
]
29 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  49
]
30 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  124
]
31 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  17
]
32 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  29
]
33 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  89
]
34 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  95
]
35 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  38
]
36 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  19
]
37 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  4
]
38 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  98
]
39 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  11
]
40 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  2
]
41 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  31
]
42 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  61
]
43 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  8
]
44 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  40
]
45 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  27
]
46 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  34
]
47 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  93
]
48 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  36
]
49 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  207
]
50 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  73
]
51 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  115
]
52 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  76
]
53 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  111
]
54 0.43 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  104
]
55 0.28 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  13
]
56 0.14 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  6
]
57 0.14 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  15
]
58 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  21
]
59 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  49
]
60 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  124
]
61 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  17
]
62 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  29
]
63 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  89
]
64 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  95
]
65 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  38
]
66 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  19
]
67 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  4
]
68 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  98
]
69 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  11
]
70 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  2
]
71 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  31
]
72 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  61
]
73 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  8
]
74 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  40
]
75 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  27
]
76 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  34
]
77 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  93
]
78 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  36
]
79 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  207
]
80 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  73
]
81 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  115
]
82 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  76
]
83 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  111
]
84 0.12 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  104
]
85 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  103
]
86 0.67 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  109
]
87 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  131
]
88 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  132
]
89 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  150
]
90 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  174
]
91 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  191
]
92 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  193
]
93 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  225
]
94 0.13 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  103
]
95 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  109
]
96 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  131
]
97 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  132
]
98 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  150
]
99 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  174
]
100 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  191
]
101 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  193
]
102 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  225
]
103 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  103
]
104 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  109
]
105 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  131
]
106 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  132
]
107 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  150
]
108 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  174
]
109 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  191
]
110 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  193
]
111 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  225
]
112 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  13
]
113 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  12
]
114 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  42
]
115 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  96
]
116 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  126
]
117 0.66 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  137
]
118 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  159
]
119 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  165
]
120 0.13 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  12
]
121 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  42
]
122 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  96
]
123 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  126
]
124 0.13 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  137
]
125 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  159
]
126 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  165
]
127 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  12
]
128 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  42
]
129 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  96
]
130 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  126
]
131 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  137
]
132 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  159
]
133 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  165
]
134 0.12 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  6
]
135 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  5
]
136 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  54
]
137 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  77
]
138 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  142
]
139 0.13 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  5
]
140 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  54
]
141 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  77
]
142 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  142
]
143 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  5
]
144 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  54
]
145 0.12 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  77
]
146 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  142
]
147 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  15
]
148 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  14
]
149 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  45
]
150 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  204
]
151 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  14
]
152 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  45
]
153 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  204
]
154 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  14
]
155 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  45
]
156 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  204
]
157 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  21
]
158 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  20
]
159 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  173
]
160 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  209
]
161 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  246
]
162 0.13 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  20
]
163 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  173
]
164 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  209
]
165 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  246
]
166 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  20
]
167 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  173
]
168 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  209
]
169 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  246
]
170 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  49
]
171 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  48
]
172 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  57
]
173 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  82
]
174 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  91
]
175 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  133
]
176 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  161
]
177 0.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  167
]
178 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  233
]
179 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  236
]
180 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  240
]
181 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  48
]
182 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  57
]
183 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  82
]
184 0.76 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  91
]
185 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  133
]
186 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  161
]
187 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  167
]
188 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  233
]
189 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  236
]
190 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  240
]
191 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  48
]
192 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  57
]
193 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  82
]
194 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  91
]
195 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  133
]
196 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  161
]
197 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  167
]
198 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  233
]
199 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  236
]
200 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  240
]
201 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  124
]
202 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  123
]
203 0.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  125
]
204 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  140
]
205 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  212
]
206 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  123
]
207 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  125
]
208 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  140
]
209 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  212
]
210 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  123
]
211 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  125
]
212 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  140
]
213 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  212
]
214 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  17
]
215 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  16
]
216 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  51
]
217 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  79
]
218 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  85
]
219 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  116
]
220 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  117
]
221 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  118
]
222 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  120
]
223 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  180
]
224 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  216
]
225 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  221
]
226 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  234
]
227 0.14 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  16
]
228 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  51
]
229 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  79
]
230 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  85
]
231 0.13 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  116
]
232 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  117
]
233 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  118
]
234 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  120
]
235 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  180
]
236 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  216
]
237 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  221
]
238 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  234
]
239 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  16
]
240 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  51
]
241 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  79
]
242 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  85
]
243 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  116
]
244 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  117
]
245 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  118
]
246 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  120
]
247 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  180
]
248 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  216
]
249 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  221
]
250 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  234
]
251 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  29
]
252 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  28
]
253 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  47
]
254 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  62
]
255 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  64
]
256 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  70
]
257 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  148
]
258 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  157
]
259 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  162
]
260 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  183
]
261 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  185
]
262 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  197
]
263 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  208
]
264 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  235
]
265 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  242
]
266 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  28
]
267 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  47
]
268 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  62
]
269 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  64
]
270 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  70
]
271 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  148
]
272 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  157
]
273 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  162
]
274 0.08 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  183
]
275 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  185
]
276 0.08 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  197
]
277 0.08 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  208
]
278 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  235
]
279 0.08 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  242
]
280 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  28
]
281 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  47
]
282 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  62
]
283 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  64
]
284 0.13 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  70
]
285 0.12 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  148
]
286 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  157
]
287 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  162
]
288 0.15 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  183
]
289 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  185
]
290 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  197
]
291 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  208
]
292 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  235
]
293 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  242
]
294 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  89
]
295 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  88
]
296 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  177
]
297 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  88
]
298 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  177
]
299 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  88
]
300 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  177
]
301 0.51 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  95
]
302 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  94
]
303 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  179
]
304 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  232
]
305 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  94
]
306 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  179
]
307 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  232
]
308 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  94
]
309 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  179
]
310 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  232
]
311 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  38
]
312 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  37
]
313 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  46
]
314 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  58
]
315 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  81
]
316 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  102
]
317 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  108
]
318 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  121
]
319 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  127
]
320 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  129
]
321 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  156
]
322 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  158
]
323 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  160
]
324 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  168
]
325 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  176
]
326 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  178
]
327 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  181
]
328 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  219
]
329 0.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  224
]
330 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  237
]
331 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  37
]
332 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  46
]
333 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  58
]
334 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  81
]
335 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  102
]
336 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  108
]
337 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  121
]
338 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  127
]
339 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  129
]
340 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  156
]
341 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  158
]
342 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  160
]
343 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  168
]
344 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  176
]
345 0.58 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  178
]
346 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  181
]
347 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  219
]
348 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  224
]
349 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  237
]
350 0.12 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  37
]
351 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  46
]
352 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  58
]
353 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  81
]
354 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  102
]
355 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  108
]
356 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  121
]
357 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  127
]
358 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  129
]
359 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  156
]
360 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  158
]
361 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  160
]
362 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  168
]
363 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  176
]
364 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  178
]
365 0.13 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  181
]
366 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  219
]
367 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  224
]
368 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  237
]
369 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  19
]
370 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  18
]
371 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  22
]
372 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  24
]
373 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  53
]
374 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  65
]
375 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  80
]
376 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  107
]
377 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  18
]
378 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  22
]
379 0.14 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  24
]
380 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  53
]
381 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  65
]
382 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  80
]
383 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  107
]
384 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  18
]
385 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  22
]
386 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  24
]
387 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  53
]
388 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  65
]
389 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  80
]
390 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  107
]
391 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  4
]
392 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  3
]
393 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  56
]
394 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  87
]
395 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  143
]
396 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  153
]
397 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  172
]
398 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  200
]
399 0.14 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  3
]
400 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  56
]
401 0.19 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  87
]
402 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  143
]
403 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  153
]
404 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  172
]
405 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  200
]
406 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  3
]
407 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  56
]
408 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  87
]
409 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  143
]
410 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  153
]
411 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  172
]
412 0.45 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  200
]
413 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  98
]
414 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  97
]
415 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  101
]
416 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  198
]
417 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  226
]
418 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  247
]
419 0.13 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  97
]
420 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  101
]
421 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  198
]
422 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  226
]
423 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  247
]
424 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  97
]
425 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  101
]
426 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  198
]
427 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  226
]
428 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  247
]
429 0.15 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  11
]
430 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  10
]
431 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  59
]
432 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  63
]
433 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  67
]
434 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  112
]
435 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  166
]
436 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  184
]
437 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  213
]
438 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  10
]
439 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  59
]
440 0.13 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  63
]
441 0.48 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  67
]
442 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  112
]
443 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  166
]
444 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  184
]
445 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  213
]
446 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  10
]
447 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  59
]
448 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  63
]
449 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  67
]
450 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  112
]
451 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  166
]
452 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  184
]
453 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  213
]
454 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  2
]
455 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  1
]
456 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  23
]
457 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  43
]
458 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  68
]
459 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  86
]
460 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  134
]
461 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  136
]
462 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  169
]
463 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  170
]
464 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  182
]
465 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  1
]
466 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  23
]
467 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  43
]
468 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  68
]
469 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  86
]
470 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  134
]
471 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  136
]
472 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  169
]
473 0.13 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  170
]
474 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  182
]
475 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  1
]
476 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  23
]
477 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  43
]
478 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  68
]
479 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  86
]
480 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  134
]
481 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  136
]
482 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  169
]
483 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  170
]
484 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  182
]
485 0.13 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  31
]
486 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  30
]
487 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  32
]
488 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  74
]
489 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  106
]
490 0.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  113
]
491 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  138
]
492 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  145
]
493 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  152
]
494 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  186
]
495 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  210
]
496 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  223
]
497 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  239
]
498 0.16 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  30
]
499 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  32
]
500 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  74
]
501 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  106
]
502 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  113
]
503 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  138
]
504 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  145
]
505 0.13 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  152
]
506 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  186
]
507 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  210
]
508 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  223
]
509 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  239
]
510 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  30
]
511 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  32
]
512 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  74
]
513 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  106
]
514 0.12 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  113
]
515 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  138
]
516 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  145
]
517 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  152
]
518 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  186
]
519 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  210
]
520 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  223
]
521 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  239
]
522 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  61
]
523 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  60
]
524 0.68 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  83
]
525 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  190
]
526 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  220
]
527 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  60
]
528 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  83
]
529 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  190
]
530 0.08 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  220
]
531 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  60
]
532 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  83
]
533 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  190
]
534 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  220
]
535 0.25 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  8
]
536 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  7
]
537 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  9
]
538 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  25
]
539 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  41
]
540 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  44
]
541 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  50
]
542 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  66
]
543 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  71
]
544 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  78
]
545 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  99
]
546 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  105
]
547 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  135
]
548 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  144
]
549 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  146
]
550 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  147
]
551 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  164
]
552 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  171
]
553 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  175
]
554 0.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  192
]
555 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  201
]
556 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  203
]
557 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  238
]
558 0.15 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  7
]
559 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  9
]
560 0.08 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  25
]
561 0.08 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  41
]
562 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  44
]
563 0.08 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  50
]
564 0.46 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  66
]
565 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  71
]
566 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  78
]
567 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  99
]
568 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  105
]
569 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  135
]
570 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  144
]
571 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  146
]
572 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  147
]
573 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  164
]
574 0.08 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  171
]
575 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  175
]
576 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  192
]
577 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  201
]
578 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  203
]
579 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  238
]
580 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  7
]
581 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  9
]
582 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  25
]
583 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  41
]
584 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  44
]
585 0.13 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  50
]
586 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  66
]
587 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  71
]
588 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  78
]
589 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  99
]
590 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  105
]
591 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  135
]
592 0.13 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  144
]
593 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  146
]
594 0.13 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  147
]
595 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  164
]
596 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  171
]
597 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  175
]
598 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  192
]
599 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  201
]
600 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  203
]
601 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  238
]
602 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  40
]
603 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  39
]
604 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  52
]
605 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  69
]
606 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  84
]
607 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  128
]
608 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  141
]
609 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  154
]
610 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  155
]
611 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  187
]
612 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  189
]
613 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  215
]
614 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  217
]
615 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  227
]
616 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  228
]
617 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  229
]
618 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  244
]
619 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  39
]
620 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  52
]
621 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  69
]
622 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  84
]
623 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  128
]
624 0.13 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  141
]
625 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  154
]
626 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  155
]
627 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  187
]
628 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  189
]
629 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  215
]
630 0.08 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  217
]
631 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  227
]
632 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  228
]
633 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  229
]
634 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  244
]
635 0.12 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  39
]
636 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  52
]
637 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  69
]
638 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  84
]
639 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  128
]
640 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  141
]
641 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  154
]
642 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  155
]
643 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  187
]
644 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  189
]
645 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  215
]
646 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  217
]
647 0.07 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  227
]
648 0.07 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  228
]
649 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  229
]
650 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  244
]
651 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  27
]
652 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  26
]
653 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  119
]
654 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  139
]
655 0.41 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  163
]
656 0.14 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  26
]
657 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  119
]
658 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  139
]
659 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  163
]
660 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  26
]
661 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  119
]
662 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  139
]
663 0.15 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  163
]
664 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  34
]
665 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  33
]
666 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  55
]
667 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  90
]
668 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  122
]
669 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  151
]
670 0.72 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  202
]
671 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  245
]
672 0.14 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  33
]
673 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  55
]
674 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  90
]
675 0.18 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  122
]
676 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  151
]
677 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  202
]
678 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  245
]
679 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  33
]
680 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  55
]
681 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  90
]
682 1.45 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  122
]
683 0.32 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  151
]
684 0.30 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  202
]
685 0.26 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  245
]
686 0.28 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  93
]
687 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  92
]
688 0.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  100
]
689 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  130
]
690 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  211
]
691 0.13 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  92
]
692 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  100
]
693 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  130
]
694 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  211
]
695 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  92
]
696 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  100
]
697 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  130
]
698 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  211
]
699 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  36
]
700 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  35
]
701 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  222
]
702 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  35
]
703 0.08 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  222
]
704 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  35
]
705 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  222
]
706 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  207
]
707 0.09 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  206
]
708 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  218
]
709 0.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  241
]
710 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  248
]
711 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  206
]
712 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  218
]
713 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  241
]
714 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  248
]
715 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  206
]
716 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  205
]
717 0.14 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  205
]
718 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  205
]
719 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  218
]
720 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  241
]
721 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  248
]
722 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  73
]
723 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  72
]
724 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  149
]
725 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  188
]
726 0.53 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  194
]
727 0.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  196
]
728 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  199
]
729 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  231
]
730 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  243
]
731 0.15 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  72
]
732 0.13 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  149
]
733 0.12 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  188
]
734 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  194
]
735 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  196
]
736 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  199
]
737 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  231
]
738 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  243
]
739 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  72
]
740 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  149
]
741 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  188
]
742 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  194
]
743 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  196
]
744 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  199
]
745 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  231
]
746 0.10 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  243
]
747 0.08 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  115
]
748 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  114
]
749 0.11 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  114
]
750 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  114
]
751 0.11 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  76
]
752 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  75
]
753 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  214
]
754 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  230
]
755 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  249
]
756 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  75
]
757 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  214
]
758 0.08 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  230
]
759 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  249
]
760 0.12 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  75
]
761 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  214
]
762 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  230
]
763 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  249
]
764 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  111
]
765 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  110
]
766 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.meta_keyword AS meta_keyword_4, t0.slug AS slug_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.locale AS locale_9, t0.translatable_id AS translatable_id_10, t11.id AS id_12, t11.is_active AS is_active_13, t11.created_at AS created_at_14, t11.updated_at AS updated_at_15, t11.parent_id AS parent_id_16 FROM products_categories_translation t0 LEFT JOIN products_categories t11 ON t0.translatable_id = t11.id WHERE t0.translatable_id = ?
Parameters:
[
  195
]
767 0.10 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  110
]
768 0.09 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products_categories p1_ LEFT JOIN products_categories_products p2_ ON p1_.id = p2_.products_categories_id LEFT JOIN products p0_ ON p0_.id = p2_.products_id WHERE p1_.id = ?
Parameters:
[
  195
]
769 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  110
]
770 0.09 ms
SELECT p0_.id AS id_0, p0_.is_active AS is_active_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.parent_id AS parent_id_4 FROM products_categories p0_ LEFT JOIN products_categories p1_ ON p0_.parent_id = p1_.id WHERE p1_.id = ?
Parameters:
[
  195
]

Database Connections

Name Service
default doctrine.dbal.default_connection
pharmonline doctrine.dbal.pharmonline_connection

Entity Managers

Name Service
pharmonline doctrine.orm.pharmonline_entity_manager
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

pharmonline entity manager

Class Mapping errors
App\EntityPharmonline\Users No errors.

default entity manager

Class Mapping errors
App\Entity\Superadmin No errors.
App\Entity\Orders\Orders No errors.
App\Entity\Pharmacies\PharmacyShippingMethod No errors.
App\Entity\Pharmacies\PharmacyPaymentMethod No errors.
App\Entity\PharmacyNotification No errors.
App\Entity\Orders\OrdersProducts No errors.
App\Entity\Products\Categories\ProductsCategories
  • The field App\Entity\Products\Categories\ProductsCategories#parent is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Products\Categories\ProductsCategories#parent does not contain the required 'mappedBy="parent"' attribute.
  • If association App\Entity\Products\Categories\ProductsCategories#parent is many-to-one, then the inversed side App\Entity\Products\Categories\ProductsCategories#parent has to be one-to-many.
App\Entity\Products\Products
  • The mappings App\Entity\Products\Products#customAttributTitles and App\Entity\Products\Attribut\AttributTitle#product are inconsistent with each other.
App\Entity\Pharmacies\Pharmacies
  • The association App\Entity\Pharmacies\Pharmacies#paymentMethods refers to the owning side field App\Entity\Pharmacies\PharmacyPaymentMethod#pharmacies which does not exist.
  • The association App\Entity\Pharmacies\Pharmacies#shippingMethods refers to the owning side field App\Entity\Pharmacies\PharmacyShippingMethod#pharmacy which does not exist.
  • The association App\Entity\Pharmacies\Pharmacies#pharmaciesProducts refers to the owning side field App\Entity\Pharmacies\PharmaciesProducts#pharmacy which does not exist.
  • The association App\Entity\Pharmacies\Pharmacies#orders refers to the owning side field App\Entity\Orders\Orders#pharmacy which does not exist.
  • The association App\Entity\Pharmacies\Pharmacies#promotionalCodes refers to the owning side field App\Entity\PromotionalCode\PromotionalCode#pharmacy which does not exist.
  • The association App\Entity\Pharmacies\Pharmacies#pharmacists refers to the owning side field App\Entity\Pharmacists#pharmacy which does not exist.
App\Entity\Products\Attribut\ProductsAttributsTerms No errors.
App\Entity\Gift\OrderGift No errors.
App\Entity\AppText No errors.
App\Entity\AppTextTranslation No errors.
App\Entity\Orders\OrdersPayment No errors.
App\Entity\PromotionalCode\PromotionalCode
  • The mappings App\Entity\PromotionalCode\PromotionalCode#productsBrand and App\Entity\PromotionalCode\PromotionalCodeBrand#promotionalCode are inconsistent with each other.
App\Entity\Orders\OrdersPrestations No errors.
App\Entity\Application\ShippingMethod No errors.
App\Entity\Pharmacies\PharmacyShippingMethodTranslation No errors.
App\Entity\Application\PaymentMethod No errors.
App\Entity\Pharmacies\PharmaciesProducts No errors.
App\Entity\PromotionalCode\PromotionalCodeProductsCategories No errors.
App\Entity\Gift\OrderGiftItems No errors.
App\Entity\Products\Categories\ProductsCategoriesTranslation No errors.
App\Entity\Products\ProductBrand No errors.
App\Entity\Products\Associated\AssociatedProductsProducts No errors.
App\Entity\Products\Attribut\AttributTitle
  • The association App\Entity\Products\Attribut\AttributTitle#product refers to the inverse side field App\Entity\Products\Products#customTerms which does not exist.
App\Entity\Products\Attribut\AttributTerms
  • The association App\Entity\Products\Attribut\AttributTerms#ordersProducts refers to the owning side field App\Entity\Orders\OrdersProducts#attributTerms which does not exist.
App\Entity\PromotionalCode\PromotionalCodeProducts No errors.
App\Entity\Products\ProductsPrestations No errors.
App\Entity\Products\ProductsRecommanded No errors.
App\Entity\Products\ProductsTranslation No errors.
App\Entity\Pharmacists No errors.
App\Entity\Gift\OrderGiftTranslation No errors.
App\Entity\PromotionalCode\PromotionalCodeBrand
  • The association App\Entity\PromotionalCode\PromotionalCodeBrand#promotionalCode refers to the inverse side field App\Entity\PromotionalCode\PromotionalCode#brand which does not exist.
App\Entity\PromotionalCode\PromotionalCodeTranslation No errors.
App\Entity\Application\ShippingMethodTranslation No errors.
App\Entity\Application\PaymentMethodTranslation No errors.
App\Entity\Products\Associated\AssociatedProducts No errors.
App\Entity\Products\Attribut\AttributTitleTranslation No errors.
App\Entity\Products\Attribut\AttributTermsTranslation No errors.