Query Metrics
332
Database Queries
24
Different statements
810.98 ms
Query time
0
Invalid entities
217
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.45 ms |
SELECT 1 FROM phpcr_workspaces WHERE name = ?
Parameters:
[
"default_live"
]
|
| 2 | 7.09 ms |
SELECT prefix, uri FROM phpcr_namespaces
Parameters:
[] |
| 3 | 0.75 ms |
SELECT * FROM phpcr_nodes WHERE path = ? AND workspace_name = ? ORDER BY depth, sort_order ASC
Parameters:
[ "/cmf/aska/routes/pl/baza-wiedzy/produkty" "default_live" ] |
| 4 | 13.06 ms |
SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC
Parameters:
[ "/cmf/aska/routes/pl/baza-wiedzy/produkty" "default_live" ] |
| 5 | 1.01 ms |
SELECT phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract, phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable, phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes, phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names, phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created, phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected, phpcr_type_props.on_parent_version AS property_on_parent_version, phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple, phpcr_type_props.fulltext_searchable AS property_fulltext_searchable, phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value, phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created, phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected, phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type, phpcr_type_childs.primary_types AS child_primary_types FROM phpcr_type_nodes LEFT JOIN phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id LEFT JOIN phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id
Parameters:
[] |
| 6 | 0.48 ms |
SELECT id, path, parent, local_name, namespace, workspace_name, identifier, type, props, depth, sort_order FROM phpcr_nodes WHERE workspace_name = ? AND identifier IN (?)
Parameters:
[ "default_live" "5d198b79-47a6-4135-bad3-89aae4cc0eef" ] |
| 7 | 6.48 ms |
SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC
Parameters:
[ "/cmf/aska/contents/baza-wiedzy/produkty" "default_live" ] |
| 8 | 0.65 ms |
SELECT * FROM phpcr_nodes WHERE path = ? AND workspace_name = ? ORDER BY depth, sort_order ASC
Parameters:
[ "/cmf/aska/contents/baza-wiedzy" "default_live" ] |
| 9 | 0.55 ms |
SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC
Parameters:
[ "/cmf/aska/contents/baza-wiedzy" "default_live" ] |
| 10 | 6.82 ms |
SELECT c0_.category_key AS category_key_0, c0_.default_locale AS default_locale_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.depth AS depth_4, c0_.id AS id_5, c0_.created AS created_6, c0_.changed AS changed_7, c1_.meta_key AS meta_key_8, c1_.value AS value_9, c1_.locale AS locale_10, c1_.id AS id_11, c2_.translation AS translation_12, c2_.locale AS locale_13, c2_.description AS description_14, c2_.id AS id_15, c2_.created AS created_16, c2_.changed AS changed_17, c3_.locale AS locale_18, c3_.keyword AS keyword_19, c3_.id AS id_20, c3_.created AS created_21, c3_.changed AS changed_22, c4_.category_key AS category_key_23, c4_.default_locale AS default_locale_24, c4_.lft AS lft_25, c4_.rgt AS rgt_26, c4_.depth AS depth_27, c4_.id AS id_28, c4_.created AS created_29, c4_.changed AS changed_30, c5_.category_key AS category_key_31, c5_.default_locale AS default_locale_32, c5_.lft AS lft_33, c5_.rgt AS rgt_34, c5_.depth AS depth_35, c5_.id AS id_36, c5_.created AS created_37, c5_.changed AS changed_38, c0_.idCategoriesParent AS idCategoriesParent_39, c0_.idUsersCreator AS idUsersCreator_40, c0_.idUsersChanger AS idUsersChanger_41, c1_.idCategories AS idCategories_42, c2_.idCategories AS idCategories_43, c2_.idUsersCreator AS idUsersCreator_44, c2_.idUsersChanger AS idUsersChanger_45, c3_.idUsersCreator AS idUsersCreator_46, c3_.idUsersChanger AS idUsersChanger_47, c4_.idCategoriesParent AS idCategoriesParent_48, c4_.idUsersCreator AS idUsersCreator_49, c4_.idUsersChanger AS idUsersChanger_50, c5_.idCategoriesParent AS idCategoriesParent_51, c5_.idUsersCreator AS idUsersCreator_52, c5_.idUsersChanger AS idUsersChanger_53 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_.id = c1_.idCategories LEFT JOIN ca_category_translations c2_ ON c0_.id = c2_.idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_.id = c6_.idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_.id = c6_.idKeywords LEFT JOIN ca_categories c4_ ON c0_.idCategoriesParent = c4_.id LEFT JOIN ca_categories c5_ ON c0_.id = c5_.idCategoriesParent WHERE c0_.id IN (?)
Parameters:
[
3697
]
|
| 11 | 5.89 ms |
SELECT phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract, phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable, phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes, phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names, phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created, phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected, phpcr_type_props.on_parent_version AS property_on_parent_version, phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple, phpcr_type_props.fulltext_searchable AS property_fulltext_searchable, phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value, phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created, phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected, phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type, phpcr_type_childs.primary_types AS child_primary_types FROM phpcr_type_nodes LEFT JOIN phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id LEFT JOIN phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id
Parameters:
[] |
| 12 | 0.88 ms |
SELECT phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract, phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable, phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes, phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names, phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created, phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected, phpcr_type_props.on_parent_version AS property_on_parent_version, phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple, phpcr_type_props.fulltext_searchable AS property_fulltext_searchable, phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value, phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created, phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected, phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type, phpcr_type_childs.primary_types AS child_primary_types FROM phpcr_type_nodes LEFT JOIN phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id LEFT JOIN phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id
Parameters:
[] |
| 13 | 365.28 ms |
SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND ((EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:page"]) > 0') OR EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:home"]) > 0')) AND (((((0 != FIND_IN_SET('2', REPLACE(EXTRACTVALUE(n0.props, '//sv:property[@sv:name="i18n:pl-state"]/sv:value'), ' ', ',')) OR EXTRACTVALUE(n0.props, '//sv:property[@sv:name="i18n:pl-shadow-on"]/sv:value[1]') = '1') AND n0.path LIKE '/cmf/aska/contents/baza-wiedzy/produkty/%') AND ((((((((EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="i18n:pl-template"]/sv:value[text()="contact"]) > 0') OR EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="i18n:pl-template"]/sv:value[text()="blog"]) > 0')) OR EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="i18n:pl-template"]/sv:value[text()="product"]) > 0')) OR EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="i18n:pl-template"]/sv:value[text()="homepage"]) > 0')) OR EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="i18n:pl-template"]/sv:value[text()="form"]) > 0')) OR EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="i18n:pl-template"]/sv:value[text()="products"]) > 0')) OR EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="i18n:pl-template"]/sv:value[text()="test"]) > 0')) OR EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="i18n:pl-template"]/sv:value[text()="blog_detail"]) > 0')) OR EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="i18n:pl-template"]/sv:value[text()="default"]) > 0'))) AND 0 != FIND_IN_SET('3752', REPLACE(EXTRACTVALUE(n0.props, '//sv:property[@sv:name="i18n:pl-excerpt-categories"]/sv:value'), ' ', ','))) AND NOT (n0.identifier = '5d198b79-47a6-4135-bad3-89aae4cc0eef'))) ORDER BY n0.path ASC LIMIT 31
Parameters:
[
"default_live"
]
|
| 14 | 2.02 ms |
SELECT path AS arraykey, id, path, parent, local_name, namespace, workspace_name, identifier, type, props, depth, sort_order FROM phpcr_nodes WHERE workspace_name = ? AND (path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ?) ORDER BY sort_order ASC
Parameters:
[ "default_live" "/cmf/aska/contents/baza-wiedzy/produkty/es-400" "/cmf/aska/contents/baza-wiedzy/produkty/mc-1000" "/cmf/aska/contents/baza-wiedzy/produkty/mc-3190-z" "/cmf/aska/contents/baza-wiedzy/produkty/mc-55" "/cmf/aska/contents/baza-wiedzy/produkty/mc-65" "/cmf/aska/contents/baza-wiedzy/produkty/mc-75" "/cmf/aska/contents/baza-wiedzy/produkty/mc-9500" "/cmf/aska/contents/baza-wiedzy/produkty/motorola-ls3408" ] |
| 15 | 1.47 ms |
SELECT path, parent FROM phpcr_nodes WHERE parent IN (?, ?, ?, ?, ?, ?, ?, ?) AND workspace_name = ? ORDER BY sort_order ASC
Parameters:
[ "/cmf/aska/contents/baza-wiedzy/produkty/mc-3190-z" "/cmf/aska/contents/baza-wiedzy/produkty/mc-1000" "/cmf/aska/contents/baza-wiedzy/produkty/mc-9500" "/cmf/aska/contents/baza-wiedzy/produkty/mc-55" "/cmf/aska/contents/baza-wiedzy/produkty/mc-75" "/cmf/aska/contents/baza-wiedzy/produkty/es-400" "/cmf/aska/contents/baza-wiedzy/produkty/mc-65" "/cmf/aska/contents/baza-wiedzy/produkty/motorola-ls3408" "default_live" ] |
| 16 | 1.91 ms |
SELECT c0_.category_key AS category_key_0, c0_.default_locale AS default_locale_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.depth AS depth_4, c0_.id AS id_5, c0_.created AS created_6, c0_.changed AS changed_7, c1_.meta_key AS meta_key_8, c1_.value AS value_9, c1_.locale AS locale_10, c1_.id AS id_11, c2_.translation AS translation_12, c2_.locale AS locale_13, c2_.description AS description_14, c2_.id AS id_15, c2_.created AS created_16, c2_.changed AS changed_17, c3_.locale AS locale_18, c3_.keyword AS keyword_19, c3_.id AS id_20, c3_.created AS created_21, c3_.changed AS changed_22, c4_.category_key AS category_key_23, c4_.default_locale AS default_locale_24, c4_.lft AS lft_25, c4_.rgt AS rgt_26, c4_.depth AS depth_27, c4_.id AS id_28, c4_.created AS created_29, c4_.changed AS changed_30, c5_.category_key AS category_key_31, c5_.default_locale AS default_locale_32, c5_.lft AS lft_33, c5_.rgt AS rgt_34, c5_.depth AS depth_35, c5_.id AS id_36, c5_.created AS created_37, c5_.changed AS changed_38, c0_.idCategoriesParent AS idCategoriesParent_39, c0_.idUsersCreator AS idUsersCreator_40, c0_.idUsersChanger AS idUsersChanger_41, c1_.idCategories AS idCategories_42, c2_.idCategories AS idCategories_43, c2_.idUsersCreator AS idUsersCreator_44, c2_.idUsersChanger AS idUsersChanger_45, c3_.idUsersCreator AS idUsersCreator_46, c3_.idUsersChanger AS idUsersChanger_47, c4_.idCategoriesParent AS idCategoriesParent_48, c4_.idUsersCreator AS idUsersCreator_49, c4_.idUsersChanger AS idUsersChanger_50, c5_.idCategoriesParent AS idCategoriesParent_51, c5_.idUsersCreator AS idUsersCreator_52, c5_.idUsersChanger AS idUsersChanger_53 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_.id = c1_.idCategories LEFT JOIN ca_category_translations c2_ ON c0_.id = c2_.idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_.id = c6_.idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_.id = c6_.idKeywords LEFT JOIN ca_categories c4_ ON c0_.idCategoriesParent = c4_.id LEFT JOIN ca_categories c5_ ON c0_.id = c5_.idCategoriesParent WHERE c0_.id IN (?, ?)
Parameters:
[ 3752 3664 ] |
| 17 | 1.97 ms |
SELECT c0_.category_key AS category_key_0, c0_.default_locale AS default_locale_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.depth AS depth_4, c0_.id AS id_5, c0_.created AS created_6, c0_.changed AS changed_7, c1_.meta_key AS meta_key_8, c1_.value AS value_9, c1_.locale AS locale_10, c1_.id AS id_11, c2_.translation AS translation_12, c2_.locale AS locale_13, c2_.description AS description_14, c2_.id AS id_15, c2_.created AS created_16, c2_.changed AS changed_17, c3_.locale AS locale_18, c3_.keyword AS keyword_19, c3_.id AS id_20, c3_.created AS created_21, c3_.changed AS changed_22, c4_.category_key AS category_key_23, c4_.default_locale AS default_locale_24, c4_.lft AS lft_25, c4_.rgt AS rgt_26, c4_.depth AS depth_27, c4_.id AS id_28, c4_.created AS created_29, c4_.changed AS changed_30, c5_.category_key AS category_key_31, c5_.default_locale AS default_locale_32, c5_.lft AS lft_33, c5_.rgt AS rgt_34, c5_.depth AS depth_35, c5_.id AS id_36, c5_.created AS created_37, c5_.changed AS changed_38, c0_.idCategoriesParent AS idCategoriesParent_39, c0_.idUsersCreator AS idUsersCreator_40, c0_.idUsersChanger AS idUsersChanger_41, c1_.idCategories AS idCategories_42, c2_.idCategories AS idCategories_43, c2_.idUsersCreator AS idUsersCreator_44, c2_.idUsersChanger AS idUsersChanger_45, c3_.idUsersCreator AS idUsersCreator_46, c3_.idUsersChanger AS idUsersChanger_47, c4_.idCategoriesParent AS idCategoriesParent_48, c4_.idUsersCreator AS idUsersCreator_49, c4_.idUsersChanger AS idUsersChanger_50, c5_.idCategoriesParent AS idCategoriesParent_51, c5_.idUsersCreator AS idUsersCreator_52, c5_.idUsersChanger AS idUsersChanger_53 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_.id = c1_.idCategories LEFT JOIN ca_category_translations c2_ ON c0_.id = c2_.idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_.id = c6_.idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_.id = c6_.idKeywords LEFT JOIN ca_categories c4_ ON c0_.idCategoriesParent = c4_.id LEFT JOIN ca_categories c5_ ON c0_.id = c5_.idCategoriesParent WHERE c0_.id IN (?, ?)
Parameters:
[ 3752 3664 ] |
| 18 | 2.35 ms |
SELECT c0_.category_key AS category_key_0, c0_.default_locale AS default_locale_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.depth AS depth_4, c0_.id AS id_5, c0_.created AS created_6, c0_.changed AS changed_7, c1_.meta_key AS meta_key_8, c1_.value AS value_9, c1_.locale AS locale_10, c1_.id AS id_11, c2_.translation AS translation_12, c2_.locale AS locale_13, c2_.description AS description_14, c2_.id AS id_15, c2_.created AS created_16, c2_.changed AS changed_17, c3_.locale AS locale_18, c3_.keyword AS keyword_19, c3_.id AS id_20, c3_.created AS created_21, c3_.changed AS changed_22, c4_.category_key AS category_key_23, c4_.default_locale AS default_locale_24, c4_.lft AS lft_25, c4_.rgt AS rgt_26, c4_.depth AS depth_27, c4_.id AS id_28, c4_.created AS created_29, c4_.changed AS changed_30, c5_.category_key AS category_key_31, c5_.default_locale AS default_locale_32, c5_.lft AS lft_33, c5_.rgt AS rgt_34, c5_.depth AS depth_35, c5_.id AS id_36, c5_.created AS created_37, c5_.changed AS changed_38, c0_.idCategoriesParent AS idCategoriesParent_39, c0_.idUsersCreator AS idUsersCreator_40, c0_.idUsersChanger AS idUsersChanger_41, c1_.idCategories AS idCategories_42, c2_.idCategories AS idCategories_43, c2_.idUsersCreator AS idUsersCreator_44, c2_.idUsersChanger AS idUsersChanger_45, c3_.idUsersCreator AS idUsersCreator_46, c3_.idUsersChanger AS idUsersChanger_47, c4_.idCategoriesParent AS idCategoriesParent_48, c4_.idUsersCreator AS idUsersCreator_49, c4_.idUsersChanger AS idUsersChanger_50, c5_.idCategoriesParent AS idCategoriesParent_51, c5_.idUsersCreator AS idUsersCreator_52, c5_.idUsersChanger AS idUsersChanger_53 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_.id = c1_.idCategories LEFT JOIN ca_category_translations c2_ ON c0_.id = c2_.idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_.id = c6_.idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_.id = c6_.idKeywords LEFT JOIN ca_categories c4_ ON c0_.idCategoriesParent = c4_.id LEFT JOIN ca_categories c5_ ON c0_.id = c5_.idCategoriesParent WHERE c0_.id IN (?)
Parameters:
[
3752
]
|
| 19 | 1.71 ms |
SELECT c0_.category_key AS category_key_0, c0_.default_locale AS default_locale_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.depth AS depth_4, c0_.id AS id_5, c0_.created AS created_6, c0_.changed AS changed_7, c1_.meta_key AS meta_key_8, c1_.value AS value_9, c1_.locale AS locale_10, c1_.id AS id_11, c2_.translation AS translation_12, c2_.locale AS locale_13, c2_.description AS description_14, c2_.id AS id_15, c2_.created AS created_16, c2_.changed AS changed_17, c3_.locale AS locale_18, c3_.keyword AS keyword_19, c3_.id AS id_20, c3_.created AS created_21, c3_.changed AS changed_22, c4_.category_key AS category_key_23, c4_.default_locale AS default_locale_24, c4_.lft AS lft_25, c4_.rgt AS rgt_26, c4_.depth AS depth_27, c4_.id AS id_28, c4_.created AS created_29, c4_.changed AS changed_30, c5_.category_key AS category_key_31, c5_.default_locale AS default_locale_32, c5_.lft AS lft_33, c5_.rgt AS rgt_34, c5_.depth AS depth_35, c5_.id AS id_36, c5_.created AS created_37, c5_.changed AS changed_38, c0_.idCategoriesParent AS idCategoriesParent_39, c0_.idUsersCreator AS idUsersCreator_40, c0_.idUsersChanger AS idUsersChanger_41, c1_.idCategories AS idCategories_42, c2_.idCategories AS idCategories_43, c2_.idUsersCreator AS idUsersCreator_44, c2_.idUsersChanger AS idUsersChanger_45, c3_.idUsersCreator AS idUsersCreator_46, c3_.idUsersChanger AS idUsersChanger_47, c4_.idCategoriesParent AS idCategoriesParent_48, c4_.idUsersCreator AS idUsersCreator_49, c4_.idUsersChanger AS idUsersChanger_50, c5_.idCategoriesParent AS idCategoriesParent_51, c5_.idUsersCreator AS idUsersCreator_52, c5_.idUsersChanger AS idUsersChanger_53 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_.id = c1_.idCategories LEFT JOIN ca_category_translations c2_ ON c0_.id = c2_.idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_.id = c6_.idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_.id = c6_.idKeywords LEFT JOIN ca_categories c4_ ON c0_.idCategoriesParent = c4_.id LEFT JOIN ca_categories c5_ ON c0_.id = c5_.idCategoriesParent WHERE c0_.id IN (?, ?)
Parameters:
[ 3752 3664 ] |
| 20 | 2.60 ms |
SELECT c0_.category_key AS category_key_0, c0_.default_locale AS default_locale_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.depth AS depth_4, c0_.id AS id_5, c0_.created AS created_6, c0_.changed AS changed_7, c1_.meta_key AS meta_key_8, c1_.value AS value_9, c1_.locale AS locale_10, c1_.id AS id_11, c2_.translation AS translation_12, c2_.locale AS locale_13, c2_.description AS description_14, c2_.id AS id_15, c2_.created AS created_16, c2_.changed AS changed_17, c3_.locale AS locale_18, c3_.keyword AS keyword_19, c3_.id AS id_20, c3_.created AS created_21, c3_.changed AS changed_22, c4_.category_key AS category_key_23, c4_.default_locale AS default_locale_24, c4_.lft AS lft_25, c4_.rgt AS rgt_26, c4_.depth AS depth_27, c4_.id AS id_28, c4_.created AS created_29, c4_.changed AS changed_30, c5_.category_key AS category_key_31, c5_.default_locale AS default_locale_32, c5_.lft AS lft_33, c5_.rgt AS rgt_34, c5_.depth AS depth_35, c5_.id AS id_36, c5_.created AS created_37, c5_.changed AS changed_38, c0_.idCategoriesParent AS idCategoriesParent_39, c0_.idUsersCreator AS idUsersCreator_40, c0_.idUsersChanger AS idUsersChanger_41, c1_.idCategories AS idCategories_42, c2_.idCategories AS idCategories_43, c2_.idUsersCreator AS idUsersCreator_44, c2_.idUsersChanger AS idUsersChanger_45, c3_.idUsersCreator AS idUsersCreator_46, c3_.idUsersChanger AS idUsersChanger_47, c4_.idCategoriesParent AS idCategoriesParent_48, c4_.idUsersCreator AS idUsersCreator_49, c4_.idUsersChanger AS idUsersChanger_50, c5_.idCategoriesParent AS idCategoriesParent_51, c5_.idUsersCreator AS idUsersCreator_52, c5_.idUsersChanger AS idUsersChanger_53 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_.id = c1_.idCategories LEFT JOIN ca_category_translations c2_ ON c0_.id = c2_.idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_.id = c6_.idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_.id = c6_.idKeywords LEFT JOIN ca_categories c4_ ON c0_.idCategoriesParent = c4_.id LEFT JOIN ca_categories c5_ ON c0_.id = c5_.idCategoriesParent WHERE c0_.id IN (?, ?)
Parameters:
[ 3752 3664 ] |
| 21 | 2.35 ms |
SELECT c0_.category_key AS category_key_0, c0_.default_locale AS default_locale_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.depth AS depth_4, c0_.id AS id_5, c0_.created AS created_6, c0_.changed AS changed_7, c1_.meta_key AS meta_key_8, c1_.value AS value_9, c1_.locale AS locale_10, c1_.id AS id_11, c2_.translation AS translation_12, c2_.locale AS locale_13, c2_.description AS description_14, c2_.id AS id_15, c2_.created AS created_16, c2_.changed AS changed_17, c3_.locale AS locale_18, c3_.keyword AS keyword_19, c3_.id AS id_20, c3_.created AS created_21, c3_.changed AS changed_22, c4_.category_key AS category_key_23, c4_.default_locale AS default_locale_24, c4_.lft AS lft_25, c4_.rgt AS rgt_26, c4_.depth AS depth_27, c4_.id AS id_28, c4_.created AS created_29, c4_.changed AS changed_30, c5_.category_key AS category_key_31, c5_.default_locale AS default_locale_32, c5_.lft AS lft_33, c5_.rgt AS rgt_34, c5_.depth AS depth_35, c5_.id AS id_36, c5_.created AS created_37, c5_.changed AS changed_38, c0_.idCategoriesParent AS idCategoriesParent_39, c0_.idUsersCreator AS idUsersCreator_40, c0_.idUsersChanger AS idUsersChanger_41, c1_.idCategories AS idCategories_42, c2_.idCategories AS idCategories_43, c2_.idUsersCreator AS idUsersCreator_44, c2_.idUsersChanger AS idUsersChanger_45, c3_.idUsersCreator AS idUsersCreator_46, c3_.idUsersChanger AS idUsersChanger_47, c4_.idCategoriesParent AS idCategoriesParent_48, c4_.idUsersCreator AS idUsersCreator_49, c4_.idUsersChanger AS idUsersChanger_50, c5_.idCategoriesParent AS idCategoriesParent_51, c5_.idUsersCreator AS idUsersCreator_52, c5_.idUsersChanger AS idUsersChanger_53 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_.id = c1_.idCategories LEFT JOIN ca_category_translations c2_ ON c0_.id = c2_.idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_.id = c6_.idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_.id = c6_.idKeywords LEFT JOIN ca_categories c4_ ON c0_.idCategoriesParent = c4_.id LEFT JOIN ca_categories c5_ ON c0_.id = c5_.idCategoriesParent WHERE c0_.id IN (?, ?)
Parameters:
[ 3752 3664 ] |
| 22 | 2.26 ms |
SELECT c0_.category_key AS category_key_0, c0_.default_locale AS default_locale_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.depth AS depth_4, c0_.id AS id_5, c0_.created AS created_6, c0_.changed AS changed_7, c1_.meta_key AS meta_key_8, c1_.value AS value_9, c1_.locale AS locale_10, c1_.id AS id_11, c2_.translation AS translation_12, c2_.locale AS locale_13, c2_.description AS description_14, c2_.id AS id_15, c2_.created AS created_16, c2_.changed AS changed_17, c3_.locale AS locale_18, c3_.keyword AS keyword_19, c3_.id AS id_20, c3_.created AS created_21, c3_.changed AS changed_22, c4_.category_key AS category_key_23, c4_.default_locale AS default_locale_24, c4_.lft AS lft_25, c4_.rgt AS rgt_26, c4_.depth AS depth_27, c4_.id AS id_28, c4_.created AS created_29, c4_.changed AS changed_30, c5_.category_key AS category_key_31, c5_.default_locale AS default_locale_32, c5_.lft AS lft_33, c5_.rgt AS rgt_34, c5_.depth AS depth_35, c5_.id AS id_36, c5_.created AS created_37, c5_.changed AS changed_38, c0_.idCategoriesParent AS idCategoriesParent_39, c0_.idUsersCreator AS idUsersCreator_40, c0_.idUsersChanger AS idUsersChanger_41, c1_.idCategories AS idCategories_42, c2_.idCategories AS idCategories_43, c2_.idUsersCreator AS idUsersCreator_44, c2_.idUsersChanger AS idUsersChanger_45, c3_.idUsersCreator AS idUsersCreator_46, c3_.idUsersChanger AS idUsersChanger_47, c4_.idCategoriesParent AS idCategoriesParent_48, c4_.idUsersCreator AS idUsersCreator_49, c4_.idUsersChanger AS idUsersChanger_50, c5_.idCategoriesParent AS idCategoriesParent_51, c5_.idUsersCreator AS idUsersCreator_52, c5_.idUsersChanger AS idUsersChanger_53 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_.id = c1_.idCategories LEFT JOIN ca_category_translations c2_ ON c0_.id = c2_.idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_.id = c6_.idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_.id = c6_.idKeywords LEFT JOIN ca_categories c4_ ON c0_.idCategoriesParent = c4_.id LEFT JOIN ca_categories c5_ ON c0_.id = c5_.idCategoriesParent WHERE c0_.id IN (?, ?)
Parameters:
[ 3752 3664 ] |
| 23 | 1.45 ms |
SELECT t0_.name AS name_0, t0_.id AS id_1, t0_.created AS created_2, t0_.changed AS changed_3, t0_.idUsersCreator AS idUsersCreator_4, t0_.idUsersChanger AS idUsersChanger_5 FROM ta_tags t0_ WHERE t0_.id = ?
Parameters:
[
6087
]
|
| 24 | 2.20 ms |
SELECT c0_.category_key AS category_key_0, c0_.default_locale AS default_locale_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.depth AS depth_4, c0_.id AS id_5, c0_.created AS created_6, c0_.changed AS changed_7, c1_.meta_key AS meta_key_8, c1_.value AS value_9, c1_.locale AS locale_10, c1_.id AS id_11, c2_.translation AS translation_12, c2_.locale AS locale_13, c2_.description AS description_14, c2_.id AS id_15, c2_.created AS created_16, c2_.changed AS changed_17, c3_.locale AS locale_18, c3_.keyword AS keyword_19, c3_.id AS id_20, c3_.created AS created_21, c3_.changed AS changed_22, c4_.category_key AS category_key_23, c4_.default_locale AS default_locale_24, c4_.lft AS lft_25, c4_.rgt AS rgt_26, c4_.depth AS depth_27, c4_.id AS id_28, c4_.created AS created_29, c4_.changed AS changed_30, c5_.category_key AS category_key_31, c5_.default_locale AS default_locale_32, c5_.lft AS lft_33, c5_.rgt AS rgt_34, c5_.depth AS depth_35, c5_.id AS id_36, c5_.created AS created_37, c5_.changed AS changed_38, c0_.idCategoriesParent AS idCategoriesParent_39, c0_.idUsersCreator AS idUsersCreator_40, c0_.idUsersChanger AS idUsersChanger_41, c1_.idCategories AS idCategories_42, c2_.idCategories AS idCategories_43, c2_.idUsersCreator AS idUsersCreator_44, c2_.idUsersChanger AS idUsersChanger_45, c3_.idUsersCreator AS idUsersCreator_46, c3_.idUsersChanger AS idUsersChanger_47, c4_.idCategoriesParent AS idCategoriesParent_48, c4_.idUsersCreator AS idUsersCreator_49, c4_.idUsersChanger AS idUsersChanger_50, c5_.idCategoriesParent AS idCategoriesParent_51, c5_.idUsersCreator AS idUsersCreator_52, c5_.idUsersChanger AS idUsersChanger_53 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_.id = c1_.idCategories LEFT JOIN ca_category_translations c2_ ON c0_.id = c2_.idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_.id = c6_.idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_.id = c6_.idKeywords LEFT JOIN ca_categories c4_ ON c0_.idCategoriesParent = c4_.id LEFT JOIN ca_categories c5_ ON c0_.id = c5_.idCategoriesParent WHERE c0_.id IN (?)
Parameters:
[
3752
]
|
| 25 | 0.93 ms |
SELECT * FROM phpcr_nodes WHERE path = ? AND workspace_name = ? ORDER BY depth, sort_order ASC
Parameters:
[ "/cmf/aska/contents" "default_live" ] |
| 26 | 2.06 ms |
SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC
Parameters:
[ "/cmf/aska/contents" "default_live" ] |
| 27 | 0.55 ms |
SELECT * FROM phpcr_nodes WHERE path = ? AND workspace_name = ? ORDER BY depth, sort_order ASC
Parameters:
[ "/cmf/aska" "default_live" ] |
| 28 | 0.65 ms |
SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC
Parameters:
[ "/cmf/aska" "default_live" ] |
| 29 | 0.67 ms |
SELECT c0_.category_key AS category_key_0, c0_.default_locale AS default_locale_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.depth AS depth_4, c0_.id AS id_5, c0_.created AS created_6, c0_.changed AS changed_7, 1 AS sclr_8, c0_.idCategoriesParent AS idCategoriesParent_9, c0_.idUsersCreator AS idUsersCreator_10, c0_.idUsersChanger AS idUsersChanger_11 FROM ca_categories c0_ WHERE c0_.category_key = ? LIMIT 1
Parameters:
[
"products"
]
|
| 30 | 2.07 ms |
SELECT c0_.category_key AS category_key_0, c0_.default_locale AS default_locale_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.depth AS depth_4, c0_.id AS id_5, c0_.created AS created_6, c0_.changed AS changed_7, c1_.meta_key AS meta_key_8, c1_.value AS value_9, c1_.locale AS locale_10, c1_.id AS id_11, c2_.translation AS translation_12, c2_.locale AS locale_13, c2_.description AS description_14, c2_.id AS id_15, c2_.created AS created_16, c2_.changed AS changed_17, c3_.locale AS locale_18, c3_.keyword AS keyword_19, c3_.id AS id_20, c3_.created AS created_21, c3_.changed AS changed_22, c4_.category_key AS category_key_23, c4_.default_locale AS default_locale_24, c4_.lft AS lft_25, c4_.rgt AS rgt_26, c4_.depth AS depth_27, c4_.id AS id_28, c4_.created AS created_29, c4_.changed AS changed_30, c5_.category_key AS category_key_31, c5_.default_locale AS default_locale_32, c5_.lft AS lft_33, c5_.rgt AS rgt_34, c5_.depth AS depth_35, c5_.id AS id_36, c5_.created AS created_37, c5_.changed AS changed_38, c0_.idCategoriesParent AS idCategoriesParent_39, c0_.idUsersCreator AS idUsersCreator_40, c0_.idUsersChanger AS idUsersChanger_41, c1_.idCategories AS idCategories_42, c2_.idCategories AS idCategories_43, c2_.idUsersCreator AS idUsersCreator_44, c2_.idUsersChanger AS idUsersChanger_45, c3_.idUsersCreator AS idUsersCreator_46, c3_.idUsersChanger AS idUsersChanger_47, c4_.idCategoriesParent AS idCategoriesParent_48, c4_.idUsersCreator AS idUsersCreator_49, c4_.idUsersChanger AS idUsersChanger_50, c5_.idCategoriesParent AS idCategoriesParent_51, c5_.idUsersCreator AS idUsersCreator_52, c5_.idUsersChanger AS idUsersChanger_53 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_.id = c1_.idCategories LEFT JOIN ca_category_translations c2_ ON c0_.id = c2_.idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_.id = c6_.idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_.id = c6_.idKeywords LEFT JOIN ca_categories c4_ ON c0_.idCategoriesParent = c4_.id LEFT JOIN ca_categories c5_ ON c0_.id = c5_.idCategoriesParent WHERE c4_.category_key = ?
Parameters:
[
"products"
]
|
| 31 | 0.84 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3648
]
|
| 32 | 0.76 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3658
]
|
| 33 | 0.37 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3649
]
|
| 34 | 0.41 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3658
]
|
| 35 | 0.48 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3658
]
|
| 36 | 0.61 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3659
]
|
| 37 | 0.43 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3650
]
|
| 38 | 0.46 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3659
]
|
| 39 | 0.47 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3659
]
|
| 40 | 0.47 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3660
]
|
| 41 | 0.46 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3651
]
|
| 42 | 0.46 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3660
]
|
| 43 | 0.44 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3660
]
|
| 44 | 0.66 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3661
]
|
| 45 | 0.40 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3652
]
|
| 46 | 0.34 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3661
]
|
| 47 | 0.52 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3661
]
|
| 48 | 0.39 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3662
]
|
| 49 | 0.40 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3653
]
|
| 50 | 0.40 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3662
]
|
| 51 | 0.43 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3662
]
|
| 52 | 0.38 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3654
]
|
| 53 | 0.44 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3655
]
|
| 54 | 0.46 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3665
]
|
| 55 | 0.41 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3656
]
|
| 56 | 0.47 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3665
]
|
| 57 | 0.39 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3665
]
|
| 58 | 0.38 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3666
]
|
| 59 | 0.45 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3657
]
|
| 60 | 0.51 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3666
]
|
| 61 | 0.55 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3666
]
|
| 62 | 0.44 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3667
]
|
| 63 | 0.39 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3658
]
|
| 64 | 0.39 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3667
]
|
| 65 | 0.56 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3667
]
|
| 66 | 0.63 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3668
]
|
| 67 | 0.39 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3659
]
|
| 68 | 0.41 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3668
]
|
| 69 | 0.39 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3668
]
|
| 70 | 0.38 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3660
]
|
| 71 | 0.49 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3670
]
|
| 72 | 0.39 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3661
]
|
| 73 | 0.43 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3670
]
|
| 74 | 0.48 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3670
]
|
| 75 | 0.43 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3671
]
|
| 76 | 0.47 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3662
]
|
| 77 | 0.41 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3671
]
|
| 78 | 0.50 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3671
]
|
| 79 | 0.53 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3672
]
|
| 80 | 0.46 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3663
]
|
| 81 | 0.55 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3672
]
|
| 82 | 0.63 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3672
]
|
| 83 | 0.54 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3673
]
|
| 84 | 0.45 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3664
]
|
| 85 | 0.64 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3673
]
|
| 86 | 0.52 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3673
]
|
| 87 | 0.42 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3674
]
|
| 88 | 0.33 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3665
]
|
| 89 | 0.41 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3674
]
|
| 90 | 0.39 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3674
]
|
| 91 | 0.40 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3675
]
|
| 92 | 0.36 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3666
]
|
| 93 | 0.48 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3675
]
|
| 94 | 0.41 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3675
]
|
| 95 | 0.42 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3676
]
|
| 96 | 0.30 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3667
]
|
| 97 | 0.43 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3676
]
|
| 98 | 0.47 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3676
]
|
| 99 | 0.61 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3763
]
|
| 100 | 0.41 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3754
]
|
| 101 | 0.40 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3763
]
|
| 102 | 0.66 ms |
SELECT t0.username AS username_1, t0.password AS password_2, t0.locale AS locale_3, t0.salt AS salt_4, t0.locked AS locked_5, t0.enabled AS enabled_6, t0.lastLogin AS lastLogin_7, t0.confirmationKey AS confirmationKey_8, t0.passwordResetToken AS passwordResetToken_9, t0.passwordResetTokenExpiresAt AS passwordResetTokenExpiresAt_10, t0.passwordResetTokenEmailsSent AS passwordResetTokenEmailsSent_11, t0.privateKey AS privateKey_12, t0.apiKey AS apiKey_13, t0.email AS email_14, t0.id AS id_15, t0.created AS created_16, t0.changed AS changed_17, t18.method AS method_19, t18.options AS options_20, t18.id AS id_21, t18.idUsers AS idUsers_22, t0.idContacts AS idContacts_23, t0.idUsersCreator AS idUsersCreator_24, t0.idUsersChanger AS idUsersChanger_25 FROM se_users t0 LEFT JOIN se_user_two_factors t18 ON t18.idUsers = t0.id WHERE t0.id = ?
Parameters:
[
1
]
|
| 103 | 0.92 ms |
SELECT t0.firstName AS firstName_1, t0.middleName AS middleName_2, t0.lastName AS lastName_3, t0.birthday AS birthday_4, t0.salutation AS salutation_5, t0.formOfAddress AS formOfAddress_6, t0.newsletter AS newsletter_7, t0.gender AS gender_8, t0.note AS note_9, t0.mainEmail AS mainEmail_10, t0.mainPhone AS mainPhone_11, t0.mainFax AS mainFax_12, t0.mainUrl AS mainUrl_13, t0.id AS id_14, t0.created AS created_15, t0.changed AS changed_16, t0.idTitles AS idTitles_17, t0.avatar AS avatar_18, t0.idUsersCreator AS idUsersCreator_19, t0.idUsersChanger AS idUsersChanger_20 FROM co_contacts t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 104 | 0.86 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3763
]
|
| 105 | 0.49 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3668
]
|
| 106 | 0.50 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3678
]
|
| 107 | 0.54 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3669
]
|
| 108 | 0.45 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3678
]
|
| 109 | 0.57 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3678
]
|
| 110 | 0.67 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3679
]
|
| 111 | 0.79 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3670
]
|
| 112 | 0.42 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3679
]
|
| 113 | 0.46 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3679
]
|
| 114 | 0.42 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3680
]
|
| 115 | 0.39 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3671
]
|
| 116 | 0.31 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3680
]
|
| 117 | 0.44 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3680
]
|
| 118 | 0.56 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3681
]
|
| 119 | 0.36 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3672
]
|
| 120 | 0.40 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3681
]
|
| 121 | 0.45 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3681
]
|
| 122 | 0.47 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3682
]
|
| 123 | 0.42 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3673
]
|
| 124 | 0.43 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3682
]
|
| 125 | 0.40 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3682
]
|
| 126 | 0.45 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3683
]
|
| 127 | 0.35 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3674
]
|
| 128 | 0.32 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3683
]
|
| 129 | 0.32 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3683
]
|
| 130 | 0.40 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3684
]
|
| 131 | 0.43 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3675
]
|
| 132 | 0.41 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3684
]
|
| 133 | 0.37 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3684
]
|
| 134 | 0.40 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3676
]
|
| 135 | 0.46 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3686
]
|
| 136 | 0.31 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3677
]
|
| 137 | 0.38 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3686
]
|
| 138 | 0.45 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3686
]
|
| 139 | 0.43 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3687
]
|
| 140 | 0.47 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3678
]
|
| 141 | 0.53 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3687
]
|
| 142 | 0.48 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3687
]
|
| 143 | 0.43 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3688
]
|
| 144 | 0.42 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3679
]
|
| 145 | 0.39 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3688
]
|
| 146 | 0.40 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3688
]
|
| 147 | 0.46 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3689
]
|
| 148 | 0.36 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3680
]
|
| 149 | 0.36 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3689
]
|
| 150 | 0.44 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3689
]
|
| 151 | 0.40 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3690
]
|
| 152 | 0.32 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3681
]
|
| 153 | 0.32 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3690
]
|
| 154 | 0.34 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3690
]
|
| 155 | 0.39 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3691
]
|
| 156 | 0.43 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3682
]
|
| 157 | 0.36 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3691
]
|
| 158 | 0.44 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3691
]
|
| 159 | 0.49 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3692
]
|
| 160 | 0.42 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3683
]
|
| 161 | 0.39 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3692
]
|
| 162 | 0.53 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3692
]
|
| 163 | 0.97 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3693
]
|
| 164 | 0.44 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3684
]
|
| 165 | 0.47 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3693
]
|
| 166 | 0.44 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3693
]
|
| 167 | 0.42 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3694
]
|
| 168 | 0.43 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3685
]
|
| 169 | 0.43 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3694
]
|
| 170 | 0.50 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3694
]
|
| 171 | 0.40 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3686
]
|
| 172 | 0.69 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3696
]
|
| 173 | 0.57 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3687
]
|
| 174 | 0.59 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3696
]
|
| 175 | 0.60 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3696
]
|
| 176 | 0.52 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3688
]
|
| 177 | 0.53 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3698
]
|
| 178 | 0.50 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3689
]
|
| 179 | 0.39 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3698
]
|
| 180 | 0.61 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3698
]
|
| 181 | 1.11 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3690
]
|
| 182 | 2.04 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3700
]
|
| 183 | 0.60 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3691
]
|
| 184 | 0.54 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3700
]
|
| 185 | 0.48 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3700
]
|
| 186 | 0.85 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3692
]
|
| 187 | 0.60 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3702
]
|
| 188 | 0.45 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3693
]
|
| 189 | 0.42 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3702
]
|
| 190 | 0.44 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3702
]
|
| 191 | 0.73 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3703
]
|
| 192 | 0.59 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3694
]
|
| 193 | 0.45 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3703
]
|
| 194 | 0.60 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3703
]
|
| 195 | 0.57 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3704
]
|
| 196 | 0.50 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3695
]
|
| 197 | 0.50 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3704
]
|
| 198 | 0.75 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3704
]
|
| 199 | 0.57 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3705
]
|
| 200 | 0.54 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3696
]
|
| 201 | 0.44 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3705
]
|
| 202 | 0.59 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3705
]
|
| 203 | 0.46 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3706
]
|
| 204 | 0.44 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3697
]
|
| 205 | 0.41 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3706
]
|
| 206 | 0.53 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3706
]
|
| 207 | 0.60 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3707
]
|
| 208 | 0.45 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3698
]
|
| 209 | 0.42 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3707
]
|
| 210 | 0.50 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3707
]
|
| 211 | 0.51 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3708
]
|
| 212 | 0.45 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3699
]
|
| 213 | 0.46 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3708
]
|
| 214 | 0.51 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3708
]
|
| 215 | 0.47 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3709
]
|
| 216 | 0.40 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3700
]
|
| 217 | 0.43 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3709
]
|
| 218 | 0.51 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3709
]
|
| 219 | 0.48 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3710
]
|
| 220 | 0.44 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3701
]
|
| 221 | 0.48 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3710
]
|
| 222 | 0.55 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3710
]
|
| 223 | 0.51 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3711
]
|
| 224 | 0.54 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3702
]
|
| 225 | 0.47 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3711
]
|
| 226 | 0.61 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3711
]
|
| 227 | 0.44 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3712
]
|
| 228 | 0.35 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3703
]
|
| 229 | 0.35 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3712
]
|
| 230 | 0.42 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3712
]
|
| 231 | 0.35 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3713
]
|
| 232 | 0.35 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3704
]
|
| 233 | 0.32 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3713
]
|
| 234 | 0.36 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3713
]
|
| 235 | 0.48 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3714
]
|
| 236 | 0.31 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3705
]
|
| 237 | 0.35 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3714
]
|
| 238 | 0.34 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3714
]
|
| 239 | 0.38 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3715
]
|
| 240 | 0.34 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3706
]
|
| 241 | 0.34 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3715
]
|
| 242 | 0.53 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3715
]
|
| 243 | 0.45 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3716
]
|
| 244 | 0.43 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3707
]
|
| 245 | 0.51 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3716
]
|
| 246 | 0.46 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3716
]
|
| 247 | 0.56 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3717
]
|
| 248 | 0.35 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3708
]
|
| 249 | 0.36 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3717
]
|
| 250 | 0.40 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3717
]
|
| 251 | 0.51 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3718
]
|
| 252 | 0.38 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3709
]
|
| 253 | 0.32 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3718
]
|
| 254 | 0.53 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3718
]
|
| 255 | 0.48 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3719
]
|
| 256 | 0.31 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3710
]
|
| 257 | 0.35 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3719
]
|
| 258 | 0.34 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3719
]
|
| 259 | 0.38 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3720
]
|
| 260 | 0.31 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3711
]
|
| 261 | 0.41 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3720
]
|
| 262 | 0.40 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3720
]
|
| 263 | 0.60 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3721
]
|
| 264 | 0.53 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3712
]
|
| 265 | 0.39 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3721
]
|
| 266 | 0.46 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3721
]
|
| 267 | 0.48 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3722
]
|
| 268 | 0.42 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3713
]
|
| 269 | 0.42 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3722
]
|
| 270 | 0.44 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3722
]
|
| 271 | 0.43 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3723
]
|
| 272 | 0.33 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3714
]
|
| 273 | 0.41 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3723
]
|
| 274 | 0.33 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3723
]
|
| 275 | 0.51 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3724
]
|
| 276 | 0.33 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3715
]
|
| 277 | 0.34 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3724
]
|
| 278 | 0.32 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3724
]
|
| 279 | 0.32 ms |
SELECT t0.translation AS translation_1, t0.locale AS locale_2, t0.description AS description_3, t0.id AS id_4, t0.created AS created_5, t0.changed AS changed_6, t0.idCategories AS idCategories_7, t0.idUsersCreator AS idUsersCreator_8, t0.idUsersChanger AS idUsersChanger_9 FROM ca_category_translations t0 WHERE t0.idCategories = ?
Parameters:
[
3725
]
|
| 280 | 0.34 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3716
]
|
| 281 | 0.41 ms |
SELECT t0.meta_key AS meta_key_1, t0.value AS value_2, t0.locale AS locale_3, t0.id AS id_4, t0.idCategories AS idCategories_5 FROM ca_category_meta t0 WHERE t0.idCategories = ?
Parameters:
[
3725
]
|
| 282 | 0.41 ms |
SELECT t0.category_key AS category_key_1, t0.default_locale AS default_locale_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.depth AS depth_5, t0.id AS id_6, t0.created AS created_7, t0.changed AS changed_8, t0.idCategoriesParent AS idCategoriesParent_9, t0.idUsersCreator AS idUsersCreator_10, t0.idUsersChanger AS idUsersChanger_11 FROM ca_categories t0 WHERE t0.idCategoriesParent = ?
Parameters:
[
3725
]
|
| 283 | 0.63 ms |
SELECT c0_.category_key AS category_key_0, c0_.default_locale AS default_locale_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.depth AS depth_4, c0_.id AS id_5, c0_.created AS created_6, c0_.changed AS changed_7, 1 AS sclr_8, c0_.idCategoriesParent AS idCategoriesParent_9, c0_.idUsersCreator AS idUsersCreator_10, c0_.idUsersChanger AS idUsersChanger_11 FROM ca_categories c0_ WHERE c0_.category_key = ? LIMIT 1
Parameters:
[
"producenci"
]
|
| 284 | 1.86 ms |
SELECT c0_.category_key AS category_key_0, c0_.default_locale AS default_locale_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.depth AS depth_4, c0_.id AS id_5, c0_.created AS created_6, c0_.changed AS changed_7, c1_.meta_key AS meta_key_8, c1_.value AS value_9, c1_.locale AS locale_10, c1_.id AS id_11, c2_.translation AS translation_12, c2_.locale AS locale_13, c2_.description AS description_14, c2_.id AS id_15, c2_.created AS created_16, c2_.changed AS changed_17, c3_.locale AS locale_18, c3_.keyword AS keyword_19, c3_.id AS id_20, c3_.created AS created_21, c3_.changed AS changed_22, c4_.category_key AS category_key_23, c4_.default_locale AS default_locale_24, c4_.lft AS lft_25, c4_.rgt AS rgt_26, c4_.depth AS depth_27, c4_.id AS id_28, c4_.created AS created_29, c4_.changed AS changed_30, c5_.category_key AS category_key_31, c5_.default_locale AS default_locale_32, c5_.lft AS lft_33, c5_.rgt AS rgt_34, c5_.depth AS depth_35, c5_.id AS id_36, c5_.created AS created_37, c5_.changed AS changed_38, c0_.idCategoriesParent AS idCategoriesParent_39, c0_.idUsersCreator AS idUsersCreator_40, c0_.idUsersChanger AS idUsersChanger_41, c1_.idCategories AS idCategories_42, c2_.idCategories AS idCategories_43, c2_.idUsersCreator AS idUsersCreator_44, c2_.idUsersChanger AS idUsersChanger_45, c3_.idUsersCreator AS idUsersCreator_46, c3_.idUsersChanger AS idUsersChanger_47, c4_.idCategoriesParent AS idCategoriesParent_48, c4_.idUsersCreator AS idUsersCreator_49, c4_.idUsersChanger AS idUsersChanger_50, c5_.idCategoriesParent AS idCategoriesParent_51, c5_.idUsersCreator AS idUsersCreator_52, c5_.idUsersChanger AS idUsersChanger_53 FROM ca_categories c0_ LEFT JOIN ca_category_meta c1_ ON c0_.id = c1_.idCategories LEFT JOIN ca_category_translations c2_ ON c0_.id = c2_.idCategories LEFT JOIN ca_category_translation_keywords c6_ ON c2_.id = c6_.idCategoryTranslations LEFT JOIN ca_keywords c3_ ON c3_.id = c6_.idKeywords LEFT JOIN ca_categories c4_ ON c0_.idCategoriesParent = c4_.id LEFT JOIN ca_categories c5_ ON c0_.id = c5_.idCategoriesParent WHERE c4_.category_key = ?
Parameters:
[
"producenci"
]
|
| 285 | 0.79 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3718
]
|
| 286 | 0.57 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3719
]
|
| 287 | 0.41 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3720
]
|
| 288 | 0.42 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3721
]
|
| 289 | 0.43 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3722
]
|
| 290 | 0.40 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3723
]
|
| 291 | 0.42 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3724
]
|
| 292 | 0.41 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3725
]
|
| 293 | 0.42 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3726
]
|
| 294 | 0.42 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3727
]
|
| 295 | 0.41 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3728
]
|
| 296 | 0.60 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3729
]
|
| 297 | 0.44 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3730
]
|
| 298 | 0.42 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3731
]
|
| 299 | 0.36 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3732
]
|
| 300 | 0.43 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3733
]
|
| 301 | 0.42 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3734
]
|
| 302 | 0.37 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3735
]
|
| 303 | 0.41 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3736
]
|
| 304 | 0.40 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3737
]
|
| 305 | 0.39 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3738
]
|
| 306 | 0.36 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3739
]
|
| 307 | 0.34 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3740
]
|
| 308 | 0.32 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3741
]
|
| 309 | 0.30 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3742
]
|
| 310 | 0.34 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3743
]
|
| 311 | 0.34 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3744
]
|
| 312 | 0.41 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3745
]
|
| 313 | 0.35 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3746
]
|
| 314 | 0.41 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3747
]
|
| 315 | 0.40 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3748
]
|
| 316 | 0.34 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3749
]
|
| 317 | 0.34 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3750
]
|
| 318 | 0.35 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3751
]
|
| 319 | 0.36 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3752
]
|
| 320 | 0.57 ms |
SELECT t0.position AS position_1, t0.id AS id_2, t0.idCategoryTranslations AS idCategoryTranslations_3, t0.idMedia AS idMedia_4 FROM ca_category_translation_medias t0 WHERE t0.idCategoryTranslations = ?
Parameters:
[
3753
]
|
| 321 | 0.70 ms |
SELECT id, path, parent, local_name, namespace, workspace_name, identifier, type, props, depth, sort_order FROM phpcr_nodes WHERE workspace_name = ? AND identifier IN (?)
Parameters:
[ "default_live" "f55e049a-ede0-4d29-b97b-e8927c6e0ddc" ] |
| 322 | 0.44 ms |
SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC
Parameters:
[ "/cmf/snippets/contact-data/dane-kontaktowe" "default_live" ] |
| 323 | 0.46 ms |
SELECT * FROM phpcr_nodes WHERE path = ? AND workspace_name = ? ORDER BY depth, sort_order ASC
Parameters:
[ "/cmf/snippets/contact-data" "default_live" ] |
| 324 | 0.50 ms |
SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC
Parameters:
[ "/cmf/snippets/contact-data" "default_live" ] |
| 325 | 228.54 ms |
SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND ((EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:page"]) > 0') OR EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:home"]) > 0')) AND (((0 != FIND_IN_SET('2', REPLACE(EXTRACTVALUE(n0.props, '//sv:property[@sv:name="i18n:pl-state"]/sv:value'), ' ', ',')) OR EXTRACTVALUE(n0.props, '//sv:property[@sv:name="i18n:pl-shadow-on"]/sv:value[1]') = '1') AND EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="i18n:pl-navContexts"]/sv:value[text()="bottom"]) > 0')) AND n0.path LIKE '/cmf/aska/contents/%')) ORDER BY CAST(EXTRACTVALUE(n0.numerical_props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') AS DECIMAL) ASC, EXTRACTVALUE(n0.props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') ASC
Parameters:
[
"default_live"
]
|
| 326 | 1.09 ms |
SELECT path AS arraykey, id, path, parent, local_name, namespace, workspace_name, identifier, type, props, depth, sort_order FROM phpcr_nodes WHERE workspace_name = ? AND (path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ?) ORDER BY sort_order ASC
Parameters:
[ "default_live" "/cmf/aska/contents/o-firmie" "/cmf/aska/contents/serwis" "/cmf/aska/contents/o-firmie/polityka-prywatnosci" "/cmf/aska/contents/o-firmie/polityka-jakosci" "/cmf/aska/contents/pliki-cookies" "/cmf/aska/contents/mapa-strony" ] |
| 327 | 1.04 ms |
SELECT path, parent FROM phpcr_nodes WHERE parent IN (?, ?, ?, ?, ?, ?) AND workspace_name = ? ORDER BY sort_order ASC
Parameters:
[ "/cmf/aska/contents/o-firmie/polityka-prywatnosci" "/cmf/aska/contents/o-firmie/polityka-jakosci" "/cmf/aska/contents/o-firmie" "/cmf/aska/contents/serwis" "/cmf/aska/contents/pliki-cookies" "/cmf/aska/contents/mapa-strony" "default_live" ] |
| 328 | 0.91 ms |
SELECT id, path, parent, local_name, namespace, workspace_name, identifier, type, props, depth, sort_order FROM phpcr_nodes WHERE workspace_name = ? AND identifier IN (?)
Parameters:
[ "default_live" "5c716b48-2543-40d3-aa7c-8942c4b61064" ] |
| 329 | 0.60 ms |
SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC
Parameters:
[ "/cmf/snippets/social_media/strony-spolecznosciowe" "default_live" ] |
| 330 | 0.69 ms |
SELECT * FROM phpcr_nodes WHERE path = ? AND workspace_name = ? ORDER BY depth, sort_order ASC
Parameters:
[ "/cmf/snippets/social_media" "default_live" ] |
| 331 | 0.64 ms |
SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC
Parameters:
[ "/cmf/snippets/social_media" "default_live" ] |
| 332 | 1.23 ms |
SELECT w0_.title AS title_0, w0_.webspace_key AS webspace_key_1, w0_.all_domains AS all_domains_2, w0_.content AS content_3, w0_.type AS type_4, w0_.id AS id_5, w1_.url AS url_6, w1_.environment AS environment_7, w1_.id AS id_8 FROM we_analytics w0_ LEFT JOIN we_analytics_domains w2_ ON w0_.id = w2_.analytics LEFT JOIN we_domains w1_ ON w1_.id = w2_.domain WHERE (w0_.all_domains = 1 OR (w1_.url = ? AND w1_.environment = ?)) AND w0_.webspace_key = ? ORDER BY w0_.id ASC
Parameters:
[ "www.aska.com.pl/{localization}" "dev" "aska" ] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| Sulu\Bundle\CategoryBundle\Entity\Category | 108 |
| Sulu\Bundle\CategoryBundle\Entity\CategoryTranslation | 106 |
| Sulu\Bundle\TagBundle\Entity\Tag | 1 |
| Sulu\Bundle\SecurityBundle\Entity\User | 1 |
| Sulu\Bundle\ContactBundle\Entity\Contact | 1 |