г. Южно‐Сахалинск, пр. Мира 367

Костыли

Категории

Подкатегории отсутствуют

Сортировка

WhatsApp Напишите нам
MySQL статистика (44)
Query Rows Time Cached
SET SESSION sql_mode = '' - 0.000090 false
SELECT items.id, items.parent_id, items.title, items.is_hidden_in_menu, items.sort_order, items.href, menus.code as menu_code, menus.use_code_in_links as menu_code_in_links, blocks.id as block_id, blocks.code as block_code, blocks.description, blocks.content, blocks.template, blocks.block_type, f.id as image_id, f.disk_name as image_path FROM admin_menu_items as items LEFT JOIN admin_menus as menus ON menus.id = items.menu_id LEFT JOIN admin_text_blocks as blocks ON blocks.id = items.text_block_id LEFT JOIN db_files as f ON f.master_object_id = items.id AND f.master_object_class = 'Admin_MenuItem' AND f.field = 'image' WHERE items.is_hidden is null ORDER BY items.parent_id, items.sort_order 12 0.001438 false
SHOW TABLES LIKE 'extrafields' 1 0.002204 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = seo_settings.id and (object_class='Admin_SeoParams')) as extrafields_calculated, seo_settings.* FROM seo_settings ORDER BY id desc LIMIT 0, 1 1 0.000651 false
SHOW TABLES LIKE 'extrafields' 1 0.001689 false
update seo_settings set individual_seo_settings = 'a:0:{}' - 0.000278 false
SHOW TABLES LIKE 'extrafields' 1 0.001509 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = sale_points.id and (object_class='SalePoints_Point')) as extrafields_calculated, sale_points.* FROM sale_points WHERE (sale_points.hidden IS NULL OR hidden = 0) ORDER BY title 2 0.000591 false
SHOW TABLES LIKE 'extrafields' 1 0.001630 false
SHOW TABLES LIKE 'extrafields' 1 0.001437 false
SHOW TABLES LIKE 'extrafields' 1 0.002018 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = catalog_categories.id and (master_object_class='Catalog_Category' and field='image')) as image_calculated, (product_type_calculated_join.name) as product_type_calculated, (select group_concat(catalog_attributes.name ORDER BY 1 SEPARATOR ', ') from catalog_attributes, catalog_category_filters where catalog_attributes.id=catalog_category_filters.attribute_id and catalog_category_filters.category_id=catalog_categories.id) as filters_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = catalog_categories.id and (object_class='Catalog_Category')) as extrafields_calculated, catalog_categories.* FROM catalog_categories LEFT JOIN catalog_product_types as product_type_calculated_join ON product_type_calculated_join.id = catalog_categories.type_id WHERE (catalog_categories.id = '151') LIMIT 0, 1 1 0.000926 false
SHOW TABLES LIKE 'extrafields' 1 0.001248 false
SELECT catalog_categories.* FROM catalog_categories ORDER BY sort_order asc 151 0.000701 false
select count(*) from shop_carts where cart_id = '2406c1c605f3b6b5df14e371703bf1680550a049785bdec5a124b6c04bf43de2dc649d3032dea6e0ba2668bfe774aafb3def57355325e6ca65e8ac294a0fde39' 1 0.000257 false
SHOW TABLES LIKE 'extrafields' 1 0.001268 false
SELECT id, level, parent_id FROM catalog_categories WHERE hidden is null AND deleted is null ORDER BY level ASC 142 0.000450 false
SELECT count(*) FROM catalog_products as products WHERE products.category_id in ('151') AND products.hidden is null AND products.deleted is null AND products.category_id in ('1', '2', '3', '4', '5', '6', '7', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '150', '151', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '55', '56', '58', '59', '60', '61', '62', '63', '64', '65', '66', '68', '70', '71', '72', '73', '74', '75', '76', '77', '78', '79', '80', '81', '82', '83', '84', '85', '86', '87', '88', '89', '90', '91', '92', '93', '94', '95', '96', '97', '98', '99', '100', '101', '102', '103', '104', '105', '106', '107', '108', '110', '111', '112', '113', '114', '115', '116', '117', '118', '119', '120', '121', '122', '123', '124', '125', '126', '127', '130', '131', '132', '133', '134', '135', '136', '137', '138', '139', '140', '141', '142', '143', '144', '145', '146', '147', '148', '20', '22', '23', '24', '69') 1 0.000655 false
SELECT id FROM sale_points WHERE `hidden` = 0 OR `hidden` IS NULL 2 0.000273 false
SELECT products.*, IFNULL(leftovers.total_leftover, 0) as total_leftover, IFNULL(current_leftovers.current_leftover, 0) as current_leftover FROM catalog_products as products LEFT JOIN (SELECT product_id, SUM(leftover) as total_leftover FROM salepoints_sku_connections WHERE point_id IN (199,200) GROUP BY product_id) as leftovers ON leftovers.product_id = products.id LEFT JOIN (SELECT product_id, SUM(leftover) as current_leftover FROM salepoints_sku_connections WHERE point_id = 200 GROUP BY product_id) as current_leftovers ON current_leftovers.product_id = products.id WHERE products.category_id in ('151') AND products.hidden is null AND products.deleted is null AND products.category_id in ('1', '2', '3', '4', '5', '6', '7', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '150', '151', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '55', '56', '58', '59', '60', '61', '62', '63', '64', '65', '66', '68', '70', '71', '72', '73', '74', '75', '76', '77', '78', '79', '80', '81', '82', '83', '84', '85', '86', '87', '88', '89', '90', '91', '92', '93', '94', '95', '96', '97', '98', '99', '100', '101', '102', '103', '104', '105', '106', '107', '108', '110', '111', '112', '113', '114', '115', '116', '117', '118', '119', '120', '121', '122', '123', '124', '125', '126', '127', '130', '131', '132', '133', '134', '135', '136', '137', '138', '139', '140', '141', '142', '143', '144', '145', '146', '147', '148', '20', '22', '23', '24', '69') ORDER BY (CASE WHEN current_leftover > 0 THEN 0 WHEN total_leftover > 0 THEN 1 WHEN products.is_preorder = 1 THEN 2 ELSE 3 END) ASC, current_leftover DESC, total_leftover DESC LIMIT 0, 0 0 0.000903 false
SHOW TABLES LIKE 'extrafields' 1 0.001469 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = admin_module_settings.id and (object_class='Admin_ModuleSettings')) as extrafields_calculated, admin_module_settings.* FROM admin_module_settings WHERE (admin_module_settings.module_id='admin') AND (admin_module_settings.form_id='default') LIMIT 0, 1 1 0.000453 false
SHOW TABLES LIKE 'extrafields' 1 0.002245 false
SHOW TABLES LIKE 'extrafields' 1 0.001905 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = shop_carts.id and (object_class='Shop_Cart')) as extrafields_calculated, shop_carts.* FROM shop_carts WHERE (shop_carts.cart_id = '2406c1c605f3b6b5df14e371703bf1680550a049785bdec5a124b6c04bf43de2dc649d3032dea6e0ba2668bfe774aafb3def57355325e6ca65e8ac294a0fde39') LIMIT 0, 1 0 0.000403 false
SHOW TABLES LIKE 'extrafields' 1 0.002044 false
SHOW TABLES LIKE 'extrafields' 1 0.001882 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = admin_menus.id and (object_class='Admin_Menu')) as extrafields_calculated, admin_menus.* FROM admin_menus WHERE (admin_menus.code = 'main') LIMIT 0, 1 1 0.000702 false
SHOW TABLES LIKE 'extrafields' 1 0.001640 false
SHOW TABLES LIKE 'extrafields' 1 0.001923 false
SELECT (select group_concat(db_files.id ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = admin_menu_items.id and (master_object_class='Admin_MenuItem' and field='photos')) as photos_calculated, (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = admin_menu_items.id and (master_object_class='Admin_MenuItem' and field='document_files')) as document_files_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = admin_menu_items.id and (object_class='Admin_MenuItem')) as extrafields_calculated, admin_menu_items.* FROM admin_menu_items WHERE (admin_menu_items.menu_id = '1') AND (admin_menu_items.parent_id is null and (admin_menu_items.is_hidden is null or admin_menu_items.is_hidden=0) and (admin_menu_items.is_hidden_in_menu is null or admin_menu_items.is_hidden_in_menu=0)) ORDER BY group_name, sort_order 2 0.001101 false
SHOW TABLES LIKE 'extrafields' 1 0.001124 false
SHOW TABLES LIKE 'extrafields' 1 0.001608 false
SELECT admin_menu_items.* FROM admin_menu_items ORDER BY sort_order 12 0.000365 false
SHOW TABLES LIKE 'extrafields' 1 0.001619 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = admin_menus.id and (object_class='Admin_Menu')) as extrafields_calculated, admin_menus.* FROM admin_menus WHERE (admin_menus.id = '1') LIMIT 0, 1 1 0.000629 false
SHOW TABLES LIKE 'extrafields' 1 0.002013 false
SHOW TABLES LIKE 'extrafields' 1 0.002356 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = admin_menus.id and (object_class='Admin_Menu')) as extrafields_calculated, admin_menus.* FROM admin_menus WHERE (admin_menus.code = 'main') LIMIT 0, 1 1 0.000741 false
SHOW TABLES LIKE 'extrafields' 1 0.001226 false
SHOW TABLES LIKE 'extrafields' 1 0.001245 false
SELECT (select group_concat(db_files.id ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = admin_menu_items.id and (master_object_class='Admin_MenuItem' and field='photos')) as photos_calculated, (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = admin_menu_items.id and (master_object_class='Admin_MenuItem' and field='document_files')) as document_files_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = admin_menu_items.id and (object_class='Admin_MenuItem')) as extrafields_calculated, admin_menu_items.* FROM admin_menu_items WHERE (admin_menu_items.menu_id = '1') AND (admin_menu_items.parent_id is null and (admin_menu_items.is_hidden is null or admin_menu_items.is_hidden=0) and (admin_menu_items.is_hidden_in_menu is null or admin_menu_items.is_hidden_in_menu=0)) ORDER BY group_name, sort_order 2 0.000826 false
SHOW TABLES LIKE 'extrafields' 1 0.001838 false
SHOW TABLES LIKE 'extrafields' 1 0.001487 false