Queries total time: 0.13969 s.
Query Time
1
SELECT `data` FROM cscart_storage_data WHERE `data_key` = 'store_mode'
0.00013
2
SELECT addon FROM cscart_addons WHERE unmanaged = 1 AND status = 'A' ORDER BY priority
0.00020
3
SELECT cscart_settings_sections.name, cscart_settings_sections.section_id, cscart_settings_sections.position, cscart_settings_sections.type , cscart_settings_sections.name as description, CONCAT('settings.manage?section_id=', cscart_settings_sections.name) as href  FROM cscart_settings_sections WHERE 1  AND (FIND_IN_SET('ROOT', cscart_settings_sections.edition_type) OR FIND_IN_SET('ULT:ROOT', cscart_settings_sections.edition_type) OR FIND_IN_SET('VENDOR', cscart_settings_sections.edition_type) OR FIND_IN_SET('ULT:VENDOR', cscart_settings_sections.edition_type)) ORDER BY cscart_settings_sections.position
0.00062
4
SELECT object_id FROM cscart_settings_objects LEFT JOIN cscart_settings_sections ON cscart_settings_objects.section_id = cscart_settings_sections.section_id WHERE cscart_settings_objects.name = 'storage' 
0.00021
5
SELECT cscart_settings_objects.object_id as object_id, cscart_settings_objects.type as object_type, cscart_settings_objects.name as description, cscart_settings_objects.value AS value FROM cscart_settings_objects  WHERE 1  AND (FIND_IN_SET('ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('VENDOR', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:VENDOR', cscart_settings_objects.edition_type)) AND cscart_settings_objects.object_id = 291 ORDER BY cscart_settings_objects.position
0.00017
6
SELECT object_id FROM cscart_settings_objects LEFT JOIN cscart_settings_sections ON cscart_settings_objects.section_id = cscart_settings_sections.section_id WHERE cscart_settings_objects.name = 'cdn' 
0.00021
7
SELECT cscart_settings_objects.object_id as object_id, cscart_settings_objects.type as object_type, cscart_settings_objects.name as description, cscart_settings_objects.value AS value FROM cscart_settings_objects  WHERE 1  AND (FIND_IN_SET('ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('VENDOR', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:VENDOR', cscart_settings_objects.edition_type)) AND cscart_settings_objects.object_id = 294 ORDER BY cscart_settings_objects.position
0.00019
8
SELECT company_id, secure_storefront FROM cscart_companies WHERE secure_storefront RLIKE '^(www[0-9]*.)?echilipir.ro'
0.00020
9
SELECT company_id, storefront, secure_storefront, redirect_customer FROM cscart_companies WHERE company_id = 1
0.00012
10
SELECT company_id, storefront FROM cscart_companies WHERE FIND_IN_SET('US', countries_list) LIMIT 1
0.00011
11
SELECT company_id FROM cscart_companies WHERE 1  AND company_id IN (1) AND status IN ('A', 'P', 'N')
0.00010
12
SELECT company_id FROM cscart_companies WHERE 1  AND status IN ('A', 'P', 'N')
0.00008
13
SELECT entry_page FROM cscart_companies WHERE company_id = 1 AND redirect_customer != 'Y'
0.00015
14
SELECT company_id FROM cscart_companies
0.00012
15
SET time_zone = '+03:00'
0.00007
16
SELECT type FROM cscart_seo_names WHERE name = 'wishlist-ro'  AND ( cscart_seo_names.company_id = 1 OR cscart_seo_names.company_id = 0)
0.00055
17
SELECT * FROM cscart_seo_names WHERE name = 'wishlist-ro'  AND cscart_seo_names.company_id IN (0, 1) AND lang_code = 'ro'
0.00023
18
SELECT cscart_languages.lang_code, cscart_languages.name FROM cscart_languages INNER JOIN cscart_ult_objects_sharing ON (cscart_ult_objects_sharing.share_object_id = cscart_languages.lang_id AND cscart_ult_objects_sharing.share_company_id = 1 AND cscart_ult_objects_sharing.share_object_type = 'languages') WHERE 1 AND cscart_languages.status = 'A' 
0.00013
19
SELECT * FROM cscart_settings_sections WHERE name = 'seo' AND type = 'ADDON'  AND (FIND_IN_SET('ROOT', cscart_settings_sections.edition_type) OR FIND_IN_SET('ULT:ROOT', cscart_settings_sections.edition_type) OR FIND_IN_SET('VENDOR', cscart_settings_sections.edition_type) OR FIND_IN_SET('ULT:VENDOR', cscart_settings_sections.edition_type))
0.00025
20
SELECT cscart_settings_objects.object_id as object_id, name, section_id, section_tab_id, type, position, is_global, cscart_settings_objects.name as description, IF(cscart_settings_vendor_values.value IS NULL, cscart_settings_objects.value, cscart_settings_vendor_values.value) as value FROM cscart_settings_objects LEFT JOIN cscart_settings_vendor_values ON cscart_settings_vendor_values.object_id = cscart_settings_objects.object_id AND company_id = 1  WHERE 1  AND section_id = '50' AND (FIND_IN_SET('ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('VENDOR', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:VENDOR', cscart_settings_objects.edition_type)) AND cscart_settings_objects.type <> 'H' ORDER BY cscart_settings_objects.position
0.00022
21
SELECT cscart_languages.* FROM cscart_languages INNER JOIN cscart_ult_objects_sharing ON (cscart_ult_objects_sharing.share_object_id = cscart_languages.lang_id AND cscart_ult_objects_sharing.share_company_id = 1 AND cscart_ult_objects_sharing.share_object_type = 'languages') WHERE 1 AND cscart_languages.status = 'A' 
0.00017
22
SELECT a.*, b.description FROM cscart_currencies as a LEFT JOIN cscart_currency_descriptions as b ON a.currency_code = b.currency_code AND lang_code = 'ro' INNER JOIN cscart_ult_objects_sharing ON (cscart_ult_objects_sharing.share_object_id = a.currency_id AND cscart_ult_objects_sharing.share_company_id = 1 AND cscart_ult_objects_sharing.share_object_type = 'currencies') WHERE 1  AND status IN ('A', 'H') ORDER BY a.position
0.00017
23
SELECT IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name = 'all_vendors'
0.00088
24
SELECT FOUND_ROWS()
0.00006
25
SELECT companies.* FROM cscart_companies AS companies  WHERE companies.company_id = 1 
0.00011
26
SELECT object_id FROM cscart_settings_objects LEFT JOIN cscart_settings_sections ON cscart_settings_objects.section_id = cscart_settings_sections.section_id WHERE cscart_settings_objects.name = 'theme_name' 
0.00015
27
SELECT cscart_settings_objects.object_id as object_id, cscart_settings_objects.type as object_type, cscart_settings_objects.name as description, IF(cscart_settings_vendor_values.value IS NULL, cscart_settings_objects.value, cscart_settings_vendor_values.value) as value FROM cscart_settings_objects LEFT JOIN cscart_settings_vendor_values ON cscart_settings_vendor_values.object_id = cscart_settings_objects.object_id AND company_id = 1  WHERE 1  AND (FIND_IN_SET('ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('VENDOR', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:VENDOR', cscart_settings_objects.edition_type)) AND cscart_settings_objects.object_id = 75 ORDER BY cscart_settings_objects.position
0.00018
28
SELECT * FROM cscart_bm_layouts WHERE 1  AND cscart_bm_layouts.company_id = 1 AND is_default = 1 AND theme_name = 'energot'
0.00018
29
SELECT object_id FROM cscart_settings_objects LEFT JOIN cscart_settings_sections ON cscart_settings_objects.section_id = cscart_settings_sections.section_id WHERE cscart_settings_objects.name = 'theme_name' 
0.00013
30
SELECT cscart_settings_objects.object_id as object_id, cscart_settings_objects.type as object_type, cscart_settings_objects.name as description, IF(cscart_settings_vendor_values.value IS NULL, cscart_settings_objects.value, cscart_settings_vendor_values.value) as value FROM cscart_settings_objects LEFT JOIN cscart_settings_vendor_values ON cscart_settings_vendor_values.object_id = cscart_settings_objects.object_id AND company_id = 1  WHERE 1  AND (FIND_IN_SET('ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('VENDOR', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:VENDOR', cscart_settings_objects.edition_type)) AND cscart_settings_objects.object_id = 75 ORDER BY cscart_settings_objects.position
0.00015
31
SELECT `data` FROM cscart_storage_data WHERE `data_key` = 'cart_products_next_check'
0.00011
32
SELECT * FROM cscart_logos WHERE IF(layout_id = 0, 1, IF(layout_id = 3, 1, 0)) AND IF(style_id = '', 1, IF(style_id = 'mnm', 1, 0))  AND company_id = 1
0.00022
33
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'logos' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id IN (7, 25, 24, 23) ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00043
34
SELECT `data` FROM cscart_storage_data WHERE `data_key` = 'dev_mode'
0.00013
35
SELECT * FROM cscart_bm_layouts WHERE 1  AND cscart_bm_layouts.company_id = 1 AND layout_id = 3
0.00023
36
SELECT * FROM cscart_bm_locations as l LEFT JOIN cscart_bm_locations_descriptions as d ON d.location_id = l.location_id AND d.lang_code = 'ro' WHERE l.layout_id = 3  AND l.dispatch = 'wishlist.view'  ORDER BY l.object_ids desc  LIMIT 1
0.00036
37
SELECT * FROM cscart_bm_locations as l LEFT JOIN cscart_bm_locations_descriptions as d ON d.location_id = l.location_id AND d.lang_code = 'ro' WHERE l.layout_id = 3  AND l.dispatch = 'wishlist'  ORDER BY l.object_ids desc  LIMIT 1
0.00033
38
SELECT * FROM cscart_bm_locations as l LEFT JOIN cscart_bm_locations_descriptions as d ON d.location_id = l.location_id AND d.lang_code = 'ro' WHERE l.layout_id = 3  AND l.is_default = 1  ORDER BY l.is_default desc 
0.00032
39
SELECT IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name = 'wishlist_content'
0.00032
40
SELECT FOUND_ROWS()
0.00006
41
SELECT IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name = 'home'
0.00027
42
SELECT FOUND_ROWS()
0.00006
43
SELECT privilege FROM cscart_usergroup_privileges WHERE usergroup_id IN(0, 1)
0.00033
44
SELECT cscart_languages.* FROM cscart_languages INNER JOIN cscart_ult_objects_sharing ON (cscart_ult_objects_sharing.share_object_id = cscart_languages.lang_id AND cscart_ult_objects_sharing.share_company_id = 1 AND cscart_ult_objects_sharing.share_object_type = 'languages') WHERE 1 AND cscart_languages.status = 'A' 
0.00017
45
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('on_site_template_editing', 'on_site_live_editing')
0.00033
46
SELECT `data` FROM cscart_storage_data WHERE `data_key` = 'cache_id'
0.00025
47
SELECT * FROM cscart_bm_layouts WHERE 1  AND cscart_bm_layouts.company_id = 1 AND layout_id = 3
0.00039
48
SELECT c.* FROM cscart_bm_containers as c  WHERE 1  AND c.location_id = 37
0.00060
49
SELECT layout_id FROM cscart_bm_locations WHERE location_id = 37
0.00013
50
SELECT c.*, IF (c.location_id != 37, 0, 1) as `default` FROM cscart_bm_containers as c  INNER JOIN cscart_bm_locations as l ON c.location_id = l.location_id AND l.is_default = 1 AND l.layout_id = 3 WHERE 1  AND c.position IN ('TOP_PANEL', 'HEADER', 'FOOTER')
0.00056
51
SELECT * FROM cscart_bm_containers as c LEFT JOIN cscart_bm_grids as g ON g.container_id = c.container_id WHERE 1  AND g.container_id IN (145, 146, 147, 148) ORDER BY g.order, g.parent_id, g.grid_id ASC
0.00065
52
SELECT cscart_bm_snapping.grid_id as grid_id,cscart_bm_snapping.block_id as block_id,IFNULL(dynamic_object_content.content, default_content.content) as content,IFNULL(dynamic_object_content.object_id, default_content.object_id) AS object_id,IFNULL(dynamic_object_content.object_type, default_content.object_type) AS object_type,cscart_bm_block_statuses.object_ids as object_ids,cscart_bm_snapping.*,cscart_bm_blocks.*,cscart_bm_blocks_descriptions.* FROM cscart_bm_snapping LEFT JOIN cscart_bm_blocks ON cscart_bm_blocks.block_id = cscart_bm_snapping.block_id LEFT JOIN cscart_bm_block_statuses ON cscart_bm_snapping.snapping_id = cscart_bm_block_statuses.snapping_id AND cscart_bm_block_statuses.object_type LIKE '' LEFT JOIN cscart_bm_blocks_descriptions ON cscart_bm_blocks.block_id = cscart_bm_blocks_descriptions.block_id  LEFT JOIN cscart_bm_blocks_content AS default_content ON cscart_bm_blocks.block_id = default_content.block_id AND cscart_bm_blocks_descriptions.lang_code = default_content.lang_code AND default_content.snapping_id = 0 AND default_content.object_id = 0 AND default_content.object_type like '' LEFT JOIN cscart_bm_blocks_content AS dynamic_object_content ON cscart_bm_blocks.block_id = dynamic_object_content.block_id AND cscart_bm_blocks_descriptions.lang_code = dynamic_object_content.lang_code AND dynamic_object_content.object_id = 0 AND dynamic_object_content.object_type like '' WHERE cscart_bm_snapping.grid_id IN (115, 116, 117, 118, 122, 119, 120, 121, 123, 124, 125, 131, 126, 132, 130, 351, 431, 127, 128, 129, 325, 331)  AND cscart_bm_blocks_descriptions.lang_code='ro'  AND cscart_bm_blocks.company_id = 1 ORDER BY cscart_bm_snapping.order, cscart_bm_snapping.block_id 
0.00196
53
SELECT IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name = 'root_level'
0.00037
54
SELECT FOUND_ROWS()
0.00006
55
SELECT IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name = 'all_pages'
0.00014
56
SELECT FOUND_ROWS()
0.00005
57
SELECT IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name = 'all_filters'
0.00014
58
SELECT FOUND_ROWS()
0.00005
59
SELECT IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name = 'root_page'
0.00017
60
SELECT FOUND_ROWS()
0.00005
61
SELECT status FROM cscart_menus WHERE menu_id = 1
0.00019
62
SELECT * FROM cscart_menus LEFT JOIN cscart_menus_descriptions ON cscart_menus.menu_id = cscart_menus_descriptions.menu_id  WHERE cscart_menus_descriptions.lang_code = 'ro'  AND cscart_menus.company_id = 1  AND cscart_menus.menu_id = 1 AND cscart_menus.company_id = 1
0.00022
63
SELECT sd.param_id, sd.param, cscart_static_data_descriptions.descr, sd.param_2, sd.param_3, sd.param_4, sd.param_5, sd.status, sd.position, sd.parent_id, sd.id_path, sd.class FROM cscart_static_data AS sd LEFT JOIN cscart_static_data_descriptions ON sd.param_id = cscart_static_data_descriptions.param_id AND cscart_static_data_descriptions.lang_code = 'ro' WHERE sd.section = 'A'  AND sd.status = 'A' AND sd.param_5 = '1' ORDER BY sd.position
0.00040
64
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('search', 'search_products', 'search', 'search', 'search', 'search_products', 'search', 'search')
0.00032
65
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('previous', 'products_found', 'products_found', 'next', 'no_items', 'previous', 'products_found', 'products_found', 'next', 'no_items')
0.00069
66
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('my_cart', 'items', 'my_cart', 'items', 'cart_is_empty', 'view_cart', 'checkout', 'my_cart', 'items', 'my_cart', 'items', 'cart_is_empty', 'view_cart', 'checkout')
0.00082
67
SELECT * FROM cscart_hybrid_auth_providers WHERE 1 AND company_id = 1 AND status = 'A' ORDER BY `position`;
0.00034
68
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('et_welcome', 'my_account', 'profile_details', 'downloads', 'orders', 'view_comparison_list', 'track_my_order', 'track_my_order', 'order_id', 'email', 'go', 'go', 'sign_out', 'sign_in', 'or', 'register', 'sign_in', 'et_welcome', 'my_account', 'profile_details', 'downloads', 'orders', 'view_comparison_list', 'track_my_order', 'track_my_order', 'order_id', 'email', 'go', 'go', 'sign_out', 'sign_in', 'or', 'register', 'sign_in')
0.00138
69
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('wishlist', 'wishlist')
0.00025
70
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('image_verification_label', 'image_verification_label')
0.00025
71
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('login_with_', 'hybrid_auth.social_login', 'hybrid_auth.social_login', 'login_with_', 'hybrid_auth.social_login', 'hybrid_auth.social_login')
0.00041
72
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('returning_customer', 'password', 'forgot_password_question', 'register_new_account', 'remember_me', 'returning_customer', 'password', 'forgot_password_question', 'register_new_account', 'remember_me')
0.00066
73
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('remove', 'remove')
0.00025
74
SELECT category_id, parent_id FROM cscart_categories WHERE parent_id IN(34391, 30592, 35699, 30300, 34537, 30572, 37371, 35375, 36849, 41498, 36846, 41314, 36816, 36845, 41286, 36855, 36817, 40198, 36063, 36181, 32411, 32558, 41309, 35738, 36858, 32211, 33868, 39203, 30965, 40215, 32397, 33323, 40130, 29952, 41385, 30575, 33884, 40155, 40152, 36123, 36085, 36058, 36859, 41313, 41055, 42193, 39202, 40154, 34390, 35610, 35542, 36827, 28976, 30567, 36087, 41311, 30200, 36808, 36799, 33903, 33865, 33856, 36185, 38196, 41496, 40186, 30718, 33906, 32843, 33578, 36824, 42169, 35083, 39847, 35668, 39209, 30571, 32404, 32405, 32406, 35626, 41289, 41773, 40193, 34536, 36066, 36106, 41770, 40162, 40150, 36102, 41855, 40128, 41174, 41177, 38229, 32403, 30994, 33206, 41731, 41432, 40157, 35775, 23101, 32231, 36068, 6339, 3143, 884, 6706, 911, 5158, 6334, 3142, 3282, 5080, 6335, 3257, 11425, 2645, 5079, 11870, 6336, 11422, 8520, 2778, 6337, 7348, 7901, 5554, 5111, 5459, 6338, 3139, 6623, 11429, 8448, 15016, 8341, 28650, 1569, 3204, 2508, 889, 6644, 8910, 1337, 36796, 6574, 28617, 1035, 7377, 284, 36797, 36839, 6354, 2329, 40497, 6767, 7168, 5087, 12291, 295, 3130, 36889, 3112, 5549, 2330, 28658, 1879, 989, 14939, 1334, 3116, 887, 28657, 1722, 1169, 2545, 3001, 2546, 1231, 5081, 2331, 2799, 7307, 3111, 1117, 21682, 2535, 954, 7167, 1077, 41390, 881, 5167, 7219, 14966, 1321, 3657, 2322, 8425, 5098, 5715, 1297, 2590, 15013, 23891, 5076, 5442, 2333, 1021, 6941, 28395, 1022, 5097, 28652, 28993, 36865, 30213, 40211, 40527, 6772, 285, 7378, 41294, 15307, 28627, 5100, 3107, 36789, 1149, 6768, 16209, 6342, 2995, 5109, 2461, 28563, 2336, 1328, 3572, 1575, 5452, 2284, 28651, 3102, 972, 2561, 36790, 41167, 41285, 286, 36062, 2230, 6769, 2475, 311, 7132, 1190, 3117, 3100, 3110, 1931, 1290, 14928, 1289, 1570, 883, 36815, 28614, 6379, 30239, 16293, 287, 41164, 6770, 36791, 28653, 5451, 19301, 2723, 5548, 1449, 28654, 2637, 2464, 848, 6771, 36792, 30250, 28866, 3099, 984, 3662, 5077, 1017, 5190, 289, 43883, 36795, 30717, 28020, 967, 2846, 28406, 6766, 23396, 6333, 290, 5690, 2480, 40930, 14399, 6773, 1582, 297, 2646, 12298, 33570, 28522, 1163, 7103, 8164, 5041, 10914, 10851, 1098, 7462, 7545, 37433, 21172, 8441, 11594, 11596, 1165, 11582, 8170, 20976, 11653, 19350, 8172, 11583, 11581, 21168, 8256, 37453, 11600, 1162, 19731, 868, 909, 6657, 19138, 37445, 929, 16597, 12995, 6663, 16604, 13058, 19349, 8252, 2876, 3356, 23729, 1700, 37544, 10531, 15692, 1157, 12994, 37512, 10981, 935, 3158, 1129, 2533, 2580, 37510, 30492, 6634, 30411, 23282, 8787, 37432, 28751, 37436, 10874, 10893, 921, 6394, 15711, 37435, 37448, 37558, 7127, 37500, 16864, 37463, 8210, 8213, 19506, 11085, 10583, 7308, 8908, 29508, 42888, 1001, 17700, 19386, 8180, 1409, 1026, 30388, 23511, 3205, 8175, 5043, 11426, 5707, 1166, 8309, 8184, 8195, 19563, 10988, 6628, 8199, 1346, 3275, 8201, 1266, 15736, 37457, 8080, 8242, 19445, 6447, 8229, 21160, 5706, 30005, 3945, 8308, 8203, 8205, 1201, 29877, 8292, 7128, 8179, 1044, 3308, 11605, 1008, 1043, 10857, 1042, 8211, 8216, 8212, 8214, 8215, 8209, 8217, 29881, 8221, 8220, 19561, 29387, 5780, 42904, 7224, 6633, 1595, 1124, 5602, 42615, 2530, 7324, 42909, 6554, 2524, 29624, 19544, 8222, 8224, 37464, 3124, 8225, 29709, 8226, 8228, 8230, 2548, 2620, 2474, 10956, 3624, 6382, 6431, 15718, 5688, 20975, 7126, 8233, 37593, 16612, 2634, 8070, 8123, 37465, 17643, 23498, 8234, 10955, 37532, 10967, 8200, 37553, 8239, 8240, 23456, 9727, 19443, 8247, 8243, 8161, 8163, 8249, 8250, 9766, 9646, 6397, 27987, 27988, 27989, 8581, 28001, 28002, 28003, 28004, 28005, 8574, 8582, 28006, 28025, 28007, 28008, 28009, 8583, 8575, 28010, 28011, 8577, 28026, 28012, 28013, 28027, 28028, 28014, 28029, 28015, 28016, 28017, 28018, 28019, 8579, 8576, 27990, 27991, 27992, 27993, 27994, 8580, 27995, 27996, 28030, 27997, 27998, 28000, 27999, 8253, 8781, 23252, 30475, 16605, 7134, 19318, 8260, 8669, 3168, 1325, 8182, 23197, 37535, 37539, 37534, 37537, 10934, 37528, 3121, 37540, 37536, 37603, 37573, 7160, 8786, 2554, 8262, 8263, 3571, 17349, 6641, 1286, 8265, 14424, 8063, 37458, 8270, 8271, 2631, 8273, 10964, 1090, 1133, 15709, 8276, 8274, 8277, 1862, 5865, 2706, 8461, 37497, 8280, 8283, 8284, 8282, 8288, 8750, 8289, 37516, 8290, 37517, 6848, 5454, 8296, 21174, 8295, 8297, 8780, 8303, 7147, 2849, 8318, 23256, 30478, 1375, 5869, 8311, 16582, 1006, 8319, 8312, 6991, 13060, 8314, 1176, 23258, 16600, 10647, 26441, 6635, 867, 995, 971, 951, 839, 964, 6373, 927, 992, 8322, 14434, 30515, 8323, 8325, 30134, 23787, 16631, 2724, 5286, 5287, 1221, 19212, 2968, 2771, 37498, 8327, 1126, 42897, 8334, 8584, 32577, 7351, 7350, 7349, 9765, 8339, 5074, 8328, 8340, 42566, 8332, 16871, 8269, 5187, 3579, 8671, 8672, 8673, 8674, 8675, 8676, 8677, 8678, 8679, 8680, 8681, 8682, 8683, 8684, 8685, 8686, 8687, 8688, 30064, 8689, 8690, 8691, 8767, 8768, 8769, 8770, 8771, 8772, 8766, 8773, 8774, 8775, 8778, 8777, 8776, 8232, 8347, 3129, 22522, 8198, 30471, 19389, 8174, 2494, 5685, 8190, 19555, 8321, 30391, 8348, 13963, 1039, 27275, 16621, 27871, 11427, 8349, 16578, 8350, 8351, 21170, 8407, 30481, 30516, 8424, 21009, 2481, 23187, 1697, 8294, 968, 1699, 2534, 8355, 2523, 7892, 37522, 37585, 37450, 8329, 16340, 8356, 8357, 21158, 8219, 8121, 37466, 8162, 8360, 8359, 20833, 37479, 8255, 42569, 1383, 8362, 7133, 37482, 8363, 8366, 16343, 42570, 23230, 7123, 1215, 8051, 8120, 37467, 37538, 3341, 19566, 8235, 8368, 42614, 3248, 42896, 29493, 29181, 16599, 8376, 8670, 7109, 17426, 8561, 5795, 5772, 14566, 15690, 20978, 8377, 8267, 1005, 37557, 23295, 8380, 29009, 5716, 5770, 16587, 5862, 8736, 11014, 8382, 8383, 19474, 19442, 37552, 14829, 37491, 8585, 37446, 37428, 3222, 21581, 8385, 7131, 8386, 8389, 8388, 21367, 8387, 37493, 10855, 37555, 8390, 8391, 11423, 3251, 8393, 8394, 1606, 5606, 8395, 8396, 8400, 21368, 8227, 5683, 981, 982, 2483, 16362, 8108, 30008, 42575, 42576, 8402, 28692, 849, 28699, 8098, 8100, 8336, 37576, 8403, 2845, 13057, 8406, 37559, 1051, 1089, 8237, 8410, 13053, 2614, 3179, 5154, 7900, 37480, 37481, 6799, 8415, 8148, 8346, 3118, 19539, 23246, 37549, 8413, 37501, 8171, 8251, 29091, 8173, 8208, 8442, 8405, 1345, 2715, 2526, 4496, 42579, 10976, 21094, 8192, 28752, 5789, 7220, 2784, 6403, 42587, 14541, 42911, 42562, 1339, 37449, 8202, 42593, 1019, 30552, 19343, 8185, 3154, 8261, 23264, 19541, 8176, 8587, 8421, 13461, 8422, 8417, 8156, 3155, 8398, 8535, 8186, 13446, 5778, 2865, 10886, 8036, 8119, 42577, 42578, 42912, 1123, 8285, 8342, 1310, 8259, 17028, 8427, 8335, 8320, 8189, 19567, 8281, 8782, 12980, 8431, 16908, 16911, 16839, 3303, 10495, 16909, 3140, 16861, 3305, 28021, 4558, 37579, 16847, 37511, 4557, 8597, 37468, 8025, 8118, 17332, 5536, 1604, 12940, 8435, 8436, 19572, 8433, 8392, 8430, 8434, 8429, 8330, 851, 1172, 1037, 6636, 8437, 8397, 42560, 933, 3653, 28392, 6366, 7130, 8733, 8181, 37527, 8443, 19540, 37543, 3813, 2514, 12938, 8444, 8445, 8279, 8446, 2856, 12939, 23191, 28664, 1095, 37469, 8117, 2632, 2553, 8454, 8496, 8450, 8458, 8586, 8449, 8452, 8459, 21065, 12253, 37562, 23526, 37430, 8432, 37581, 37455, 8752, 8154, 12266, 12267, 12268, 12269, 12270, 12271, 12272, 12273, 12274, 12275, 12276, 28032, 12277, 12278, 12279, 12281, 37515, 28375, 37524, 37529, 37591, 37612, 37577, 10895, 12254, 12255, 28031, 12256, 12257, 37452, 12258, 12259, 12260, 12261, 12262, 12263, 12264, 12265, 12280, 5049, 5565, 8455, 8456, 8155, 10940, 8457, 37509, 37561, 37470, 8024, 8116, 11122, 5853, 37614, 10930, 15302, 37531, 37589, 13435, 21181, 8498, 8495, 37438, 1720, 1721, 8374, 42908, 23739, 1032, 23440, 16598, 10746, 8307, 3398, 2700, 8300, 8268, 37610, 16972, 23457, 3210, 37456, 8364, 1359, 8463, 23784, 3119, 8135, 8464, 19497, 8302, 8465, 37447, 3127, 17042, 3128, 23301, 23786, 1131, 37461, 37462, 8404, 37609, 7148, 8023, 7345, 8466, 8467, 3157, 7904, 8754, 8758, 30517, 2463, 8517, 918, 2960, 6638, 912, 6578, 5393, 16622, 293, 8022, 8115, 37471, 37541, 8378, 21323, 8471, 21240, 19535, 8365, 37506, 8468, 37568, 8183, 20793, 8304, 37514, 8083, 42585, 8475, 8440, 8476, 37490, 8158, 8738, 8157, 8483, 8480, 8479, 8481, 5971, 8488, 8485, 8484, 8482, 2630, 8411, 8254, 19534, 8486, 8412, 8487, 8489, 1033, 2579, 8021, 8020, 37483, 8367, 15688, 21178, 8470, 3274, 1128, 8420, 29879, 3169, 2689, 5257, 23312, 2532, 2647, 21146, 8490, 8379, 8514, 8491, 37454, 23306, 30002, 1338, 7218, 3217, 23508, 14054, 8492, 11580, 12944, 8337, 8493, 8494, 8293, 6444, 16415, 8497, 37590, 5152, 42590, 42604, 42584, 1369, 29708, 5521, 8499, 8500, 7222, 3309, 8900, 2063, 8019, 37472, 8371, 8502, 8501, 1097, 42616, 37484, 7997, 8114, 37575, 16886, 16633, 1601, 7226, 5774, 1197, 1240, 1239, 1198, 7996, 37604, 37485, 8112, 1125, 1204, 42892, 5773, 6942, 11917, 7158, 8504, 8160, 1306, 7162, 29175, 3380, 29179, 29707, 8207, 8506, 8507, 863, 2555, 1140, 8509, 5870, 5457, 23512, 37613, 37473, 7995, 8111, 7159, 8338, 8510, 8588, 1616, 6406, 6606, 37547, 30283, 2726, 3141, 23298, 20820, 8512, 37565, 37586, 37574, 5467, 8513, 37546, 8344, 8245, 5884, 11599, 13029, 10887, 7985, 8110, 13998, 6381, 8439, 16883, 9764, 23102, 37502, 37572, 37489, 37488, 37434, 37495, 9711, 37588, 8516, 13453, 37587, 8515, 37513, 37520, 11615, 37592, 37582, 8416, 37518, 10960, 5437, 8503, 8519, 6640, 8244, 16836, 14644, 8511, 5842, 37594, 37569, 37492, 37570, 3259, 8131, 21278, 21281, 3397, 11792, 11793, 11796, 11797, 11798, 11788, 11821, 11735, 11803, 11804, 11805, 3396, 21284, 3408, 3395, 20910, 21287, 3351, 3299, 3394, 3320, 3393, 21289, 3298, 21293, 23607, 21302, 7909, 3300, 8130, 21295, 3295, 8129, 21297, 3409, 3260, 19441, 3407, 3297, 21300, 21304, 9763, 3294, 21306, 21308, 3392, 8128, 3296, 21310, 8372, 2571, 23804, 9762, 37494, 8747, 3184, 862, 19202, 5837, 7325, 7971, 8109, 37542, 1380, 3126, 19342, 8266, 8197, 19352, 19382, 19451, 30463, 3005, 30514, 30468, 8238, 19411, 21143, 21138, 8272, 30404, 20809, 8414, 8187, 19407, 19496, 8246, 8286, 19383, 19381, 8536, 16592, 42601, 42612, 42903, 8538, 8540, 8541, 13957, 37560, 1191, 1088, 6637, 17053, 2570, 21383, 1452, 42603, 42605, 8333, 8094, 8331, 8423, 8473, 37523, 8542, 21322, 15699, 8543, 15757, 8544, 37605, 7970, 8399, 20993, 8546, 894, 16606, 8178, 8462, 2489, 8150, 8548, 6727, 7288, 6734, 7287, 6728, 6708, 6739, 6709, 6729, 6710, 6737, 6711, 6712, 6713, 6720, 12086, 6742, 7286, 6714, 6735, 7290, 8783, 12088, 7289, 6721, 6730, 6731, 6738, 6732, 6715, 6722, 6716, 8784, 7291, 6717, 6723, 6741, 6718, 6724, 6736, 6725, 6733, 6719, 6707, 6743, 6740, 6726, 12087, 7894, 8453, 10983, 8549, 42899, 23263, 23767, 16374, 5603, 8223, 7891, 8550, 37440, 37442, 37444, 37443, 37441, 23892, 8551, 8191, 7391, 8534, 870, 8361, 21227, 3172, 10933, 37550, 23735, 11428, 37475, 1111, 8537, 1084, 1412, 8741, 20928, 37477, 8305, 8552, 8553, 8505, 11112, 8306, 3391, 7896, 8644, 8648, 8623, 8624, 8625, 8626, 8640, 8627, 8628, 8629, 8630, 8631, 8632, 8633, 8634, 8635, 8636, 8637, 8638, 8639, 8641, 8642, 8555, 8643, 8645, 8646, 8647, 8649, 8650, 8651, 8652, 8653, 8654, 8554, 16887, 37508, 16868, 8236, 5458, 2890, 8298, 19574, 20814, 8556, 3358, 8278, 8557, 8547, 16591, 16970, 931, 8539, 37611, 1122, 2498, 37476, 1192, 1302, 7122, 8460, 2642, 37556, 8124, 19435, 8248, 8558, 8559, 7954, 8107, 37459, 1048, 8299, 8447, 8258, 1619, 9767, 8831, 29029, 8370, 19452, 42571, 7170, 6451, 8562, 37607, 7227, 16610, 37525, 1584, 14451, 12941, 14936, 8564, 10894, 7221, 8565, 16494, 14486, 19454, 8257, 8218, 19447, 42608, 42564, 19449, 8326, 13054, 12296, 14864, 19549, 8193, 8426, 42573, 11590, 42905, 42890, 8194, 8566, 7945, 37460, 8518, 8788, 37554, 8568, 8569, 11102, 8668, 8570, 6442, 20997, 8572, 16867, 12981, 2616, 7890, 8571, 37507, 12963, 8590, 3177, 8310, 8264, 8313, 30407, 19429, 8177, 8324, 8316, 1171, 1264, 8353, 8375, 7936, 8106, 37503, 42561, 37606, 7935, 7007, 1188, 21341, 8352, 37526, 28964, 8567, 28750, 2405, 8599, 8595, 3163, 8149, 8605, 8749, 8596, 8594, 8606, 8607, 8601, 8604, 8608, 8603, 8602, 8151, 3165, 8598, 8609, 8600, 21340, 20826, 8592, 37486, 1309, 1114, 2851, 5176, 3219, 8591, 8763, 8188, 7911, 8477, 8731, 8478, 1465, 37595, 37564, 37584, 21142, 37545, 8275, 3538, 16882, 16878, 16838, 16856, 29953, 16904, 16863, 16837, 37533, 16894, 16897, 16890, 16893, 16900, 16901, 16898, 16902, 16892, 16895, 16840, 30412, 30422, 37530, 11603, 1291, 8734, 8105, 14480, 8612, 8613, 1152, 1153, 8614, 8615, 1372, 8617, 8619, 8618, 8739, 11013, 37551, 8418, 37427, 37451, 37429, 11611, 37505, 37499, 37504, 37578, 16568, 8132, 28615, 8354, 5691, 8573, 11116, 16210, 21369, 8206, 8204, 19423, 8104, 37487, 1100, 1101, 8622, 12942, 1113, 6583, 37571, 28669, 11872, 11873, 11876, 11877, 11879, 11880, 11881, 11882, 11885, 11889, 11890, 11893, 11894, 11895, 11897, 11900, 11901, 11904, 11905, 11906, 11907, 23277, 3256, 8797, 1000, 1199, 8914, 19756, 8315, 37519, 8345, 915, 6038, 1576, 1096, 8165, 13450, 8656, 21364, 5687, 42611, 37474, 8103, 8657, 8381, 7382, 8231, 19508, 30405, 14435, 8317, 7888, 8428, 42901, 2610, 8472, 10892, 8373, 3174, 16853, 37437, 11587, 37431, 37521, 37496, 11586, 37567, 30512, 3343, 21182, 8660, 8661, 21118, 21339, 8659, 8662, 21117, 6764, 5083, 6795, 3178, 42581, 42595, 42572, 37439, 8732, 2529, 2566, 5693, 29114, 42555, 8663, 8664, 8665, 8666, 21363, 23795, 5157, 37580, 37478, 8196, 8560, 8343, 8667, 30542, 3131, 23499, 2597, 7917, 10913, 23780, 37563, 37608, 23743, 21576, 8593, 37566, 21226, 6840, 2686, 23455, 29880, 29024, 11421, 28363, 41282, 28991, 7379, 28686, 7027, 288, 30093, 36794, 1685, 11406, 40507, 1571, 6765, 7161, 6854, 2558, 4441, 2790, 6793, 40514, 28364, 28758, 29713, 14789, 40522, 28759, 15306, 40523, 43885, 15309, 15311) 
0.00698
75
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('menu', 'text_topmenu_view_more', 'text_topmenu_more', 'menu', 'text_topmenu_view_more', 'text_topmenu_more')
0.00057
76
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 284  AND cscart_categories.company_id = 1
0.00016
77
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 284 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00024
78
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 284 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00019
79
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 284 AND company_id = 1
0.00217
80
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 1 
0.00010
81
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 284 AND company_id = 1
0.00235
82
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 1 
0.00012
83
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 284 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00026
84
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 284 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00024
85
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 284 AND company_id = 1
0.00241
86
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 1 
0.00011
87
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 284 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00024
88
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 284 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00022
89
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 285  AND cscart_categories.company_id = 1
0.00017
90
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 285 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00026
91
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 285 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00025
92
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 285 AND company_id = 1
0.00220
93
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 2 
0.00011
94
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 285 AND company_id = 1
0.00248
95
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 2 
0.00011
96
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 285 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00024
97
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 285 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00024
98
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 285 AND company_id = 1
0.00294
99
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 2 
0.00010
100
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 285 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00019
101
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 285 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00018
102
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 286  AND cscart_categories.company_id = 1
0.00012
103
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 286 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00023
104
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 286 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00019
105
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 286 AND company_id = 1
0.00288
106
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 3 
0.00011
107
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 286 AND company_id = 1
0.00256
108
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 3 
0.00012
109
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 286 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00024
110
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 286 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00022
111
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 286 AND company_id = 1
0.00230
112
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 3 
0.00010
113
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 286 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00022
114
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 286 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00024
115
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 287  AND cscart_categories.company_id = 1
0.00014
116
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 287 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00022
117
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 287 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00018
118
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 287 AND company_id = 1
0.00233
119
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 4 
0.00011
120
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 287 AND company_id = 1
0.00238
121
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 4 
0.00019
122
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 287 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00022
123
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 287 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00017
124
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 287 AND company_id = 1
0.00323
125
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 4 
0.00014
126
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 287 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00027
127
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 287 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00022
128
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 3099  AND cscart_categories.company_id = 1
0.00016
129
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 3099 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00021
130
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 3099 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00019
131
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 3099 AND company_id = 1
0.00300
132
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 80 
0.00012
133
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 3099 AND company_id = 1
0.00206
134
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 80 
0.00010
135
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 3099 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00025
136
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 3099 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00020
137
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 3099 AND company_id = 1
0.00282
138
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 80 
0.00009
139
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 3099 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00020
140
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 3099 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00026
141
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 289  AND cscart_categories.company_id = 1
0.00013
142
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 289 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00021
143
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 289 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00021
144
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 289 AND company_id = 1
0.00272
145
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 6 
0.00009
146
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 289 AND company_id = 1
0.00268
147
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 6 
0.00013
148
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 289 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00026
149
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 289 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00022
150
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 289 AND company_id = 1
0.00231
151
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 6 
0.00010
152
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 289 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00023
153
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 289 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00025
154
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 290  AND cscart_categories.company_id = 1
0.00014
155
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 290 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00020
156
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 290 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00017
157
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 290 AND company_id = 1
0.00229
158
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 7 
0.00011
159
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 290 AND company_id = 1
0.00267
160
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 7 
0.00013
161
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 290 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00023
162
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 290 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00020
163
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 290 AND company_id = 1
0.00302
164
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 7 
0.00012
165
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 290 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00022
166
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 290 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00020
167
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 297  AND cscart_categories.company_id = 1
0.00014
168
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 297 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00021
169
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 297 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00020
170
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 297 AND company_id = 1
0.00269
171
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 13 
0.00011
172
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 297 AND company_id = 1
0.00238
173
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 13 
0.00012
174
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 297 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00028
175
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 297 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00026
176
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 297 AND company_id = 1
0.00213
177
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 13 
0.00011
178
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 297 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00022
179
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 297 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00019
180
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 293  AND cscart_categories.company_id = 1
0.00014
181
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 293 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00020
182
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 293 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00017
183
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 293 AND company_id = 1
0.00285
184
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 10 
0.00011
185
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 293 AND company_id = 1
0.00220
186
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 10 
0.00011
187
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 293 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00022
188
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 293 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00019
189
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 293 AND company_id = 1
0.00257
190
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 10 
0.00014
191
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 293 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00024
192
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 293 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00030
193
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 288  AND cscart_categories.company_id = 1
0.00014
194
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 288 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00037
195
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 288 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00034
196
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 288 AND company_id = 1
0.00307
197
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 5 
0.00017
198
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 288 AND company_id = 1
0.00316
199
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 5 
0.00016
200
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 288 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00034
201
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 288 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00035
202
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 288 AND company_id = 1
0.00212
203
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 5 
0.00012
204
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 288 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00021
205
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 288 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00018
206
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 43885  AND cscart_categories.company_id = 1
0.00013
207
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 43885 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00019
208
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 43885 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00019
209
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 43885 AND company_id = 1
0.00207
210
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 1366 
0.00009
211
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 43885 AND company_id = 1
0.00202
212
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 1366 
0.00007
213
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 43885 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00019
214
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 43885 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00017
215
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 43885 AND company_id = 1
0.00208
216
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 1366 
0.00011
217
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 43885 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00021
218
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 43885 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00032
219
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('prev_page', 'quick_product_viewer', 'quick_product_viewer', 'quick_product_viewer', 'of', 'prev_page', 'quick_product_viewer', 'prev_page', 'quick_product_viewer', 'of', 'quick_product_viewer', 'prev_page', 'quick_product_viewer', 'quick_product_viewer', 'quick_product_viewer', 'of', 'prev_page', 'quick_product_viewer', 'prev_page', 'quick_product_viewer', 'of', 'quick_product_viewer')
0.00052
220
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('empty', 'clear_wishlist', 'empty', 'clear_wishlist')
0.00047
221
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('gift_certificate', 'free_products', 'quick_view', 'gift_certificate', 'edit', 'gift_certificate', 'gift_cert_to', 'gift_cert_from', 'amount', 'send_via', 'postal_mail', 'free_products', 'product', 'price', 'quantity', 'subtotal', 'price_summary', 'gift_certificate', 'free_products', 'quick_view', 'gift_certificate', 'edit', 'gift_certificate', 'gift_cert_to', 'gift_cert_from', 'amount', 'send_via', 'postal_mail', 'free_products', 'product', 'price', 'quantity', 'subtotal', 'price_summary')
0.00080
222
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('continue_shopping', 'continue_shopping')
0.00022
223
SELECT cscart_banners.banner_id, cscart_banners.type, cscart_banners.target, cscart_banners.status, cscart_banners.position, cscart_banner_descriptions.banner, cscart_banner_descriptions.description, cscart_banner_descriptions.url, cscart_banner_images.banner_image_id, cscart_banners.company_id FROM cscart_banners LEFT JOIN cscart_banner_descriptions ON cscart_banner_descriptions.banner_id = cscart_banners.banner_id AND cscart_banner_descriptions.lang_code = 'ro'LEFT JOIN cscart_banner_images ON cscart_banner_images.banner_id = cscart_banners.banner_id AND cscart_banner_images.lang_code = 'ro' INNER JOIN cscart_ult_objects_sharing ON (cscart_ult_objects_sharing.share_object_id = cscart_banners.banner_id AND cscart_ult_objects_sharing.share_company_id = 1 AND cscart_ult_objects_sharing.share_object_type = 'banners') WHERE 1  AND cscart_banners.status = 'A'  AND (cscart_banners.type != 'G' OR cscart_banner_images.banner_image_id IS NOT NULL)  AND cscart_banners.banner_id IN (208) ORDER BY cscart_banners.position asc 
0.00190
224
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'promo' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id IN ('') ORDER BY cscart_images_links.position, cscart_images_links.pair_id
0.00025
225
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('create_account', 'create_account')
0.00043
226
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('get_the_latest_news', 'enter_email', 'get_the_latest_news', 'enter_email')
0.00039
227
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('choose_your_country', 'choose_your_country')
0.00035
228
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('cannot_buy', 'no_products_selected', 'error_no_items_selected', 'delete_confirmation', 'text_out_of_stock', 'text_required_group_product', 'save', 'close', 'notice', 'warning', 'error', 'text_are_you_sure_to_proceed', 'text_invalid_url', 'error_validator_email', 'error_validator_phone', 'error_validator_integer', 'error_validator_multiple', 'error_validator_password', 'error_validator_required', 'error_validator_zipcode', 'error_validator_message', 'text_page_loading', 'error_ajax', 'text_changes_not_saved', 'text_data_changed', 'placing_order', 'file_browser', 'browse', 'more', 'text_no_products_found', 'cookie_is_disabled', 'cannot_buy', 'no_products_selected', 'error_no_items_selected', 'delete_confirmation', 'text_out_of_stock', 'text_required_group_product', 'save', 'close', 'notice', 'warning', 'error', 'text_are_you_sure_to_proceed', 'text_invalid_url', 'error_validator_email', 'error_validator_phone', 'error_validator_integer', 'error_validator_multiple', 'error_validator_password', 'error_validator_required', 'error_validator_zipcode', 'error_validator_message', 'text_page_loading', 'error_ajax', 'text_changes_not_saved', 'text_data_changed', 'placing_order', 'file_browser', 'browse', 'more', 'text_no_products_found', 'cookie_is_disabled')
0.00133
229
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('error_validator_email_not_match', 'error_validator_email_not_match')
0.00018
230
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('error_validator_recaptcha', 'error_validator_recaptcha')
0.00013

Warning Some queries are being executed multiple times

Queries max count: 7
Query Count Min time Max time Average time
SELECT FOUND_ROWS()
7 0.00005 0.00006 0.00005
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 289 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00021 0.00025 0.00023
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 289 AND company_id = 1
3 0.00231 0.00272 0.00257
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 289 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00021 0.00026 0.00023
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 80 
3 0.00009 0.00012 0.00010
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 3099 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00019 0.00026 0.00022
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 3099 AND company_id = 1
3 0.00206 0.00300 0.00263
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 6 
3 0.00009 0.00013 0.00011
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 290 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00020 0.00023 0.00022
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 297 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00019 0.00026 0.00021
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 285 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00019 0.00026 0.00023
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 297 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00021 0.00028 0.00024
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 7 
3 0.00011 0.00013 0.00012
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 290 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00017 0.00020 0.00019
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 290 AND company_id = 1
3 0.00229 0.00302 0.00266
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 3099 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00020 0.00025 0.00022
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 4 
3 0.00011 0.00019 0.00015
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 285 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00018 0.00025 0.00022
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 285 AND company_id = 1
3 0.00220 0.00294 0.00254
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 284 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00024 0.00026 0.00024
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 284 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00019 0.00024 0.00022
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 1 
3 0.00010 0.00012 0.00011
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 284 AND company_id = 1
3 0.00217 0.00241 0.00231
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 2 
3 0.00010 0.00011 0.00011
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 286 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00022 0.00024 0.00023
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 287 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00017 0.00022 0.00019
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 287 AND company_id = 1
3 0.00233 0.00323 0.00265
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 287 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00022 0.00027 0.00024
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 3 
3 0.00010 0.00012 0.00011
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 286 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00019 0.00024 0.00022
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 286 AND company_id = 1
3 0.00230 0.00288 0.00258
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 13 
3 0.00011 0.00012 0.00011
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 297 AND company_id = 1
3 0.00213 0.00269 0.00240
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 288 AND company_id = 1
3 0.00212 0.00316 0.00279
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 288 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00018 0.00035 0.00029
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 5 
3 0.00012 0.00017 0.00015
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 43885 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00017 0.00032 0.00023
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 1366 
3 0.00007 0.00011 0.00009
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 43885 AND company_id = 1
3 0.00202 0.00208 0.00205
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 288 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00021 0.00037 0.00031
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 43885 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00019 0.00021 0.00020
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 293 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00017 0.00030 0.00022
SELECT dropdown_image_id, dd_status, image_width, image_height, url, custom_menu_settings, push_menu_items, offset_right, offset_bottom, menu_width, menu_min_height FROM cscart_dropdown_images WHERE dropdown_image_id = 10 
3 0.00011 0.00014 0.00012
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'category' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id = 293 ORDER BY cscart_images_links.position, cscart_images_links.pair_id
3 0.00020 0.00024 0.00022
SELECT dropdown_image_id FROM cscart_dropdown_images WHERE categ_id = 293 AND company_id = 1
3 0.00220 0.00285 0.00254
SELECT * FROM cscart_bm_layouts WHERE 1  AND cscart_bm_layouts.company_id = 1 AND layout_id = 3
2 0.00023 0.00039 0.00031
SELECT object_id FROM cscart_settings_objects LEFT JOIN cscart_settings_sections ON cscart_settings_objects.section_id = cscart_settings_sections.section_id WHERE cscart_settings_objects.name = 'theme_name' 
2 0.00013 0.00015 0.00014
SELECT cscart_languages.* FROM cscart_languages INNER JOIN cscart_ult_objects_sharing ON (cscart_ult_objects_sharing.share_object_id = cscart_languages.lang_id AND cscart_ult_objects_sharing.share_company_id = 1 AND cscart_ult_objects_sharing.share_object_type = 'languages') WHERE 1 AND cscart_languages.status = 'A' 
2 0.00017 0.00017 0.00017
SELECT cscart_settings_objects.object_id as object_id, cscart_settings_objects.type as object_type, cscart_settings_objects.name as description, IF(cscart_settings_vendor_values.value IS NULL, cscart_settings_objects.value, cscart_settings_vendor_values.value) as value FROM cscart_settings_objects LEFT JOIN cscart_settings_vendor_values ON cscart_settings_vendor_values.object_id = cscart_settings_objects.object_id AND company_id = 1  WHERE 1  AND (FIND_IN_SET('ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('VENDOR', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:VENDOR', cscart_settings_objects.edition_type)) AND cscart_settings_objects.object_id = 75 ORDER BY cscart_settings_objects.position
2 0.00015 0.00018 0.00016
SELECT cscart_banners.banner_id, cscart_banners.type, cscart_banners.target, cscart_banners.status, cscart_banners.position, cscart_banner_descriptions.banner, cscart_banner_descriptions.description, cscart_banner_descriptions.url, cscart_banner_images.banner_image_id, cscart_banners.company_id FROM cscart_banners LEFT JOIN cscart_banner_descriptions ON cscart_banner_descriptions.banner_id = cscart_banners.banner_id AND cscart_banner_descriptions.lang_code = 'ro'LEFT JOIN cscart_banner_images ON cscart_banner_images.banner_id = cscart_banners.banner_id AND cscart_banner_images.lang_code = 'ro' INNER JOIN cscart_ult_objects_sharing ON (cscart_ult_objects_sharing.share_object_id = cscart_banners.banner_id AND cscart_ult_objects_sharing.share_company_id = 1 AND cscart_ult_objects_sharing.share_object_type = 'banners') WHERE 1  AND cscart_banners.status = 'A'  AND (cscart_banners.type != 'G' OR cscart_banner_images.banner_image_id IS NOT NULL)  AND cscart_banners.banner_id IN (208) ORDER BY cscart_banners.position asc 
1 0.00190 0.00190 0.00190
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 286  AND cscart_categories.company_id = 1
1 0.00012 0.00012 0.00012
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'promo' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id IN ('') ORDER BY cscart_images_links.position, cscart_images_links.pair_id
1 0.00025 0.00025 0.00025
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('choose_your_country', 'choose_your_country')
1 0.00035 0.00035 0.00035
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('error_validator_email_not_match', 'error_validator_email_not_match')
1 0.00018 0.00018 0.00018
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('error_validator_recaptcha', 'error_validator_recaptcha')
1 0.00013 0.00013 0.00013
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('cannot_buy', 'no_products_selected', 'error_no_items_selected', 'delete_confirmation', 'text_out_of_stock', 'text_required_group_product', 'save', 'close', 'notice', 'warning', 'error', 'text_are_you_sure_to_proceed', 'text_invalid_url', 'error_validator_email', 'error_validator_phone', 'error_validator_integer', 'error_validator_multiple', 'error_validator_password', 'error_validator_required', 'error_validator_zipcode', 'error_validator_message', 'text_page_loading', 'error_ajax', 'text_changes_not_saved', 'text_data_changed', 'placing_order', 'file_browser', 'browse', 'more', 'text_no_products_found', 'cookie_is_disabled', 'cannot_buy', 'no_products_selected', 'error_no_items_selected', 'delete_confirmation', 'text_out_of_stock', 'text_required_group_product', 'save', 'close', 'notice', 'warning', 'error', 'text_are_you_sure_to_proceed', 'text_invalid_url', 'error_validator_email', 'error_validator_phone', 'error_validator_integer', 'error_validator_multiple', 'error_validator_password', 'error_validator_required', 'error_validator_zipcode', 'error_validator_message', 'text_page_loading', 'error_ajax', 'text_changes_not_saved', 'text_data_changed', 'placing_order', 'file_browser', 'browse', 'more', 'text_no_products_found', 'cookie_is_disabled')
1 0.00133 0.00133 0.00133
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('continue_shopping', 'continue_shopping')
1 0.00022 0.00022 0.00022
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('get_the_latest_news', 'enter_email', 'get_the_latest_news', 'enter_email')
1 0.00039 0.00039 0.00039
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('create_account', 'create_account')
1 0.00043 0.00043 0.00043
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 293  AND cscart_categories.company_id = 1
1 0.00014 0.00014 0.00014
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 297  AND cscart_categories.company_id = 1
1 0.00014 0.00014 0.00014
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 289  AND cscart_categories.company_id = 1
1 0.00013 0.00013 0.00013
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 288  AND cscart_categories.company_id = 1
1 0.00014 0.00014 0.00014
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 290  AND cscart_categories.company_id = 1
1 0.00014 0.00014 0.00014
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 43885  AND cscart_categories.company_id = 1
1 0.00013 0.00013 0.00013
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 3099  AND cscart_categories.company_id = 1
1 0.00016 0.00016 0.00016
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('empty', 'clear_wishlist', 'empty', 'clear_wishlist')
1 0.00047 0.00047 0.00047
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 287  AND cscart_categories.company_id = 1
1 0.00014 0.00014 0.00014
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('prev_page', 'quick_product_viewer', 'quick_product_viewer', 'quick_product_viewer', 'of', 'prev_page', 'quick_product_viewer', 'prev_page', 'quick_product_viewer', 'of', 'quick_product_viewer', 'prev_page', 'quick_product_viewer', 'quick_product_viewer', 'quick_product_viewer', 'of', 'prev_page', 'quick_product_viewer', 'prev_page', 'quick_product_viewer', 'of', 'quick_product_viewer')
1 0.00052 0.00052 0.00052
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('gift_certificate', 'free_products', 'quick_view', 'gift_certificate', 'edit', 'gift_certificate', 'gift_cert_to', 'gift_cert_from', 'amount', 'send_via', 'postal_mail', 'free_products', 'product', 'price', 'quantity', 'subtotal', 'price_summary', 'gift_certificate', 'free_products', 'quick_view', 'gift_certificate', 'edit', 'gift_certificate', 'gift_cert_to', 'gift_cert_from', 'amount', 'send_via', 'postal_mail', 'free_products', 'product', 'price', 'quantity', 'subtotal', 'price_summary')
1 0.00080 0.00080 0.00080
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 284  AND cscart_categories.company_id = 1
1 0.00016 0.00016 0.00016
SELECT a.*, b.description FROM cscart_currencies as a LEFT JOIN cscart_currency_descriptions as b ON a.currency_code = b.currency_code AND lang_code = 'ro' INNER JOIN cscart_ult_objects_sharing ON (cscart_ult_objects_sharing.share_object_id = a.currency_id AND cscart_ult_objects_sharing.share_company_id = 1 AND cscart_ult_objects_sharing.share_object_type = 'currencies') WHERE 1  AND status IN ('A', 'H') ORDER BY a.position
1 0.00017 0.00017 0.00017
SELECT IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name = 'all_vendors'
1 0.00088 0.00088 0.00088
SELECT cscart_settings_objects.object_id as object_id, name, section_id, section_tab_id, type, position, is_global, cscart_settings_objects.name as description, IF(cscart_settings_vendor_values.value IS NULL, cscart_settings_objects.value, cscart_settings_vendor_values.value) as value FROM cscart_settings_objects LEFT JOIN cscart_settings_vendor_values ON cscart_settings_vendor_values.object_id = cscart_settings_objects.object_id AND company_id = 1  WHERE 1  AND section_id = '50' AND (FIND_IN_SET('ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('VENDOR', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:VENDOR', cscart_settings_objects.edition_type)) AND cscart_settings_objects.type <> 'H' ORDER BY cscart_settings_objects.position
1 0.00022 0.00022 0.00022
SELECT * FROM cscart_settings_sections WHERE name = 'seo' AND type = 'ADDON'  AND (FIND_IN_SET('ROOT', cscart_settings_sections.edition_type) OR FIND_IN_SET('ULT:ROOT', cscart_settings_sections.edition_type) OR FIND_IN_SET('VENDOR', cscart_settings_sections.edition_type) OR FIND_IN_SET('ULT:VENDOR', cscart_settings_sections.edition_type))
1 0.00025 0.00025 0.00025
SELECT * FROM cscart_seo_names WHERE name = 'wishlist-ro'  AND cscart_seo_names.company_id IN (0, 1) AND lang_code = 'ro'
1 0.00023 0.00023 0.00023
SELECT cscart_languages.lang_code, cscart_languages.name FROM cscart_languages INNER JOIN cscart_ult_objects_sharing ON (cscart_ult_objects_sharing.share_object_id = cscart_languages.lang_id AND cscart_ult_objects_sharing.share_company_id = 1 AND cscart_ult_objects_sharing.share_object_type = 'languages') WHERE 1 AND cscart_languages.status = 'A' 
1 0.00013 0.00013 0.00013
SELECT companies.* FROM cscart_companies AS companies  WHERE companies.company_id = 1 
1 0.00011 0.00011 0.00011
SELECT * FROM cscart_bm_layouts WHERE 1  AND cscart_bm_layouts.company_id = 1 AND is_default = 1 AND theme_name = 'energot'
1 0.00018 0.00018 0.00018
SELECT * FROM cscart_bm_locations as l LEFT JOIN cscart_bm_locations_descriptions as d ON d.location_id = l.location_id AND d.lang_code = 'ro' WHERE l.layout_id = 3  AND l.dispatch = 'wishlist.view'  ORDER BY l.object_ids desc  LIMIT 1
1 0.00036 0.00036 0.00036
SELECT * FROM cscart_bm_locations as l LEFT JOIN cscart_bm_locations_descriptions as d ON d.location_id = l.location_id AND d.lang_code = 'ro' WHERE l.layout_id = 3  AND l.dispatch = 'wishlist'  ORDER BY l.object_ids desc  LIMIT 1
1 0.00033 0.00033 0.00033
SELECT `data` FROM cscart_storage_data WHERE `data_key` = 'dev_mode'
1 0.00013 0.00013 0.00013
SELECT cscart_images_links.*, cscart_images.image_path, cscart_common_descriptions.description AS alt, cscart_images.image_x, cscart_images.image_y, cscart_images.image_id as images_image_id FROM cscart_images_links LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id AND cscart_common_descriptions.object_holder = 'images' AND cscart_common_descriptions.lang_code = 'ro' WHERE cscart_images_links.object_type = 'logos' AND cscart_images_links.type = 'M' AND cscart_images_links.object_id IN (7, 25, 24, 23) ORDER BY cscart_images_links.position, cscart_images_links.pair_id
1 0.00043 0.00043 0.00043
SELECT `data` FROM cscart_storage_data WHERE `data_key` = 'cart_products_next_check'
1 0.00011 0.00011 0.00011
SELECT * FROM cscart_logos WHERE IF(layout_id = 0, 1, IF(layout_id = 3, 1, 0)) AND IF(style_id = '', 1, IF(style_id = 'mnm', 1, 0))  AND company_id = 1
1 0.00022 0.00022 0.00022
SELECT type FROM cscart_seo_names WHERE name = 'wishlist-ro'  AND ( cscart_seo_names.company_id = 1 OR cscart_seo_names.company_id = 0)
1 0.00055 0.00055 0.00055
SET time_zone = '+03:00'
1 0.00007 0.00007 0.00007
SELECT object_id FROM cscart_settings_objects LEFT JOIN cscart_settings_sections ON cscart_settings_objects.section_id = cscart_settings_sections.section_id WHERE cscart_settings_objects.name = 'cdn' 
1 0.00021 0.00021 0.00021
SELECT cscart_settings_objects.object_id as object_id, cscart_settings_objects.type as object_type, cscart_settings_objects.name as description, cscart_settings_objects.value AS value FROM cscart_settings_objects  WHERE 1  AND (FIND_IN_SET('ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('VENDOR', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:VENDOR', cscart_settings_objects.edition_type)) AND cscart_settings_objects.object_id = 294 ORDER BY cscart_settings_objects.position
1 0.00019 0.00019 0.00019
SELECT cscart_settings_objects.object_id as object_id, cscart_settings_objects.type as object_type, cscart_settings_objects.name as description, cscart_settings_objects.value AS value FROM cscart_settings_objects  WHERE 1  AND (FIND_IN_SET('ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:ROOT', cscart_settings_objects.edition_type) OR FIND_IN_SET('VENDOR', cscart_settings_objects.edition_type) OR FIND_IN_SET('ULT:VENDOR', cscart_settings_objects.edition_type)) AND cscart_settings_objects.object_id = 291 ORDER BY cscart_settings_objects.position
1 0.00017 0.00017 0.00017
SELECT object_id FROM cscart_settings_objects LEFT JOIN cscart_settings_sections ON cscart_settings_objects.section_id = cscart_settings_sections.section_id WHERE cscart_settings_objects.name = 'storage' 
1 0.00021 0.00021 0.00021
SELECT addon FROM cscart_addons WHERE unmanaged = 1 AND status = 'A' ORDER BY priority
1 0.00020 0.00020 0.00020
SELECT cscart_settings_sections.name, cscart_settings_sections.section_id, cscart_settings_sections.position, cscart_settings_sections.type , cscart_settings_sections.name as description, CONCAT('settings.manage?section_id=', cscart_settings_sections.name) as href  FROM cscart_settings_sections WHERE 1  AND (FIND_IN_SET('ROOT', cscart_settings_sections.edition_type) OR FIND_IN_SET('ULT:ROOT', cscart_settings_sections.edition_type) OR FIND_IN_SET('VENDOR', cscart_settings_sections.edition_type) OR FIND_IN_SET('ULT:VENDOR', cscart_settings_sections.edition_type)) ORDER BY cscart_settings_sections.position
1 0.00062 0.00062 0.00062
SELECT company_id, secure_storefront FROM cscart_companies WHERE secure_storefront RLIKE '^(www[0-9]*.)?echilipir.ro'
1 0.00020 0.00020 0.00020
SELECT company_id, storefront, secure_storefront, redirect_customer FROM cscart_companies WHERE company_id = 1
1 0.00012 0.00012 0.00012
SELECT entry_page FROM cscart_companies WHERE company_id = 1 AND redirect_customer != 'Y'
1 0.00015 0.00015 0.00015
SELECT company_id FROM cscart_companies
1 0.00012 0.00012 0.00012
SELECT company_id FROM cscart_companies WHERE 1  AND status IN ('A', 'P', 'N')
1 0.00008 0.00008 0.00008
SELECT company_id FROM cscart_companies WHERE 1  AND company_id IN (1) AND status IN ('A', 'P', 'N')
1 0.00010 0.00010 0.00010
SELECT company_id, storefront FROM cscart_companies WHERE FIND_IN_SET('US', countries_list) LIMIT 1
1 0.00011 0.00011 0.00011
SELECT * FROM cscart_bm_locations as l LEFT JOIN cscart_bm_locations_descriptions as d ON d.location_id = l.location_id AND d.lang_code = 'ro' WHERE l.layout_id = 3  AND l.is_default = 1  ORDER BY l.is_default desc 
1 0.00032 0.00032 0.00032
SELECT IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name = 'wishlist_content'
1 0.00032 0.00032 0.00032
SELECT * FROM cscart_hybrid_auth_providers WHERE 1 AND company_id = 1 AND status = 'A' ORDER BY `position`;
1 0.00034 0.00034 0.00034
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('et_welcome', 'my_account', 'profile_details', 'downloads', 'orders', 'view_comparison_list', 'track_my_order', 'track_my_order', 'order_id', 'email', 'go', 'go', 'sign_out', 'sign_in', 'or', 'register', 'sign_in', 'et_welcome', 'my_account', 'profile_details', 'downloads', 'orders', 'view_comparison_list', 'track_my_order', 'track_my_order', 'order_id', 'email', 'go', 'go', 'sign_out', 'sign_in', 'or', 'register', 'sign_in')
1 0.00138 0.00138 0.00138
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('my_cart', 'items', 'my_cart', 'items', 'cart_is_empty', 'view_cart', 'checkout', 'my_cart', 'items', 'my_cart', 'items', 'cart_is_empty', 'view_cart', 'checkout')
1 0.00082 0.00082 0.00082
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('previous', 'products_found', 'products_found', 'next', 'no_items', 'previous', 'products_found', 'products_found', 'next', 'no_items')
1 0.00069 0.00069 0.00069
SELECT sd.param_id, sd.param, cscart_static_data_descriptions.descr, sd.param_2, sd.param_3, sd.param_4, sd.param_5, sd.status, sd.position, sd.parent_id, sd.id_path, sd.class FROM cscart_static_data AS sd LEFT JOIN cscart_static_data_descriptions ON sd.param_id = cscart_static_data_descriptions.param_id AND cscart_static_data_descriptions.lang_code = 'ro' WHERE sd.section = 'A'  AND sd.status = 'A' AND sd.param_5 = '1' ORDER BY sd.position
1 0.00040 0.00040 0.00040
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('search', 'search_products', 'search', 'search', 'search', 'search_products', 'search', 'search')
1 0.00032 0.00032 0.00032
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('wishlist', 'wishlist')
1 0.00025 0.00025 0.00025
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('image_verification_label', 'image_verification_label')
1 0.00025 0.00025 0.00025
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('menu', 'text_topmenu_view_more', 'text_topmenu_more', 'menu', 'text_topmenu_view_more', 'text_topmenu_more')
1 0.00057 0.00057 0.00057
SELECT `data` FROM cscart_storage_data WHERE `data_key` = 'store_mode'
1 0.00013 0.00013 0.00013
SELECT category_id, parent_id FROM cscart_categories WHERE parent_id IN(34391, 30592, 35699, 30300, 34537, 30572, 37371, 35375, 36849, 41498, 36846, 41314, 36816, 36845, 41286, 36855, 36817, 40198, 36063, 36181, 32411, 32558, 41309, 35738, 36858, 32211, 33868, 39203, 30965, 40215, 32397, 33323, 40130, 29952, 41385, 30575, 33884, 40155, 40152, 36123, 36085, 36058, 36859, 41313, 41055, 42193, 39202, 40154, 34390, 35610, 35542, 36827, 28976, 30567, 36087, 41311, 30200, 36808, 36799, 33903, 33865, 33856, 36185, 38196, 41496, 40186, 30718, 33906, 32843, 33578, 36824, 42169, 35083, 39847, 35668, 39209, 30571, 32404, 32405, 32406, 35626, 41289, 41773, 40193, 34536, 36066, 36106, 41770, 40162, 40150, 36102, 41855, 40128, 41174, 41177, 38229, 32403, 30994, 33206, 41731, 41432, 40157, 35775, 23101, 32231, 36068, 6339, 3143, 884, 6706, 911, 5158, 6334, 3142, 3282, 5080, 6335, 3257, 11425, 2645, 5079, 11870, 6336, 11422, 8520, 2778, 6337, 7348, 7901, 5554, 5111, 5459, 6338, 3139, 6623, 11429, 8448, 15016, 8341, 28650, 1569, 3204, 2508, 889, 6644, 8910, 1337, 36796, 6574, 28617, 1035, 7377, 284, 36797, 36839, 6354, 2329, 40497, 6767, 7168, 5087, 12291, 295, 3130, 36889, 3112, 5549, 2330, 28658, 1879, 989, 14939, 1334, 3116, 887, 28657, 1722, 1169, 2545, 3001, 2546, 1231, 5081, 2331, 2799, 7307, 3111, 1117, 21682, 2535, 954, 7167, 1077, 41390, 881, 5167, 7219, 14966, 1321, 3657, 2322, 8425, 5098, 5715, 1297, 2590, 15013, 23891, 5076, 5442, 2333, 1021, 6941, 28395, 1022, 5097, 28652, 28993, 36865, 30213, 40211, 40527, 6772, 285, 7378, 41294, 15307, 28627, 5100, 3107, 36789, 1149, 6768, 16209, 6342, 2995, 5109, 2461, 28563, 2336, 1328, 3572, 1575, 5452, 2284, 28651, 3102, 972, 2561, 36790, 41167, 41285, 286, 36062, 2230, 6769, 2475, 311, 7132, 1190, 3117, 3100, 3110, 1931, 1290, 14928, 1289, 1570, 883, 36815, 28614, 6379, 30239, 16293, 287, 41164, 6770, 36791, 28653, 5451, 19301, 2723, 5548, 1449, 28654, 2637, 2464, 848, 6771, 36792, 30250, 28866, 3099, 984, 3662, 5077, 1017, 5190, 289, 43883, 36795, 30717, 28020, 967, 2846, 28406, 6766, 23396, 6333, 290, 5690, 2480, 40930, 14399, 6773, 1582, 297, 2646, 12298, 33570, 28522, 1163, 7103, 8164, 5041, 10914, 10851, 1098, 7462, 7545, 37433, 21172, 8441, 11594, 11596, 1165, 11582, 8170, 20976, 11653, 19350, 8172, 11583, 11581, 21168, 8256, 37453, 11600, 1162, 19731, 868, 909, 6657, 19138, 37445, 929, 16597, 12995, 6663, 16604, 13058, 19349, 8252, 2876, 3356, 23729, 1700, 37544, 10531, 15692, 1157, 12994, 37512, 10981, 935, 3158, 1129, 2533, 2580, 37510, 30492, 6634, 30411, 23282, 8787, 37432, 28751, 37436, 10874, 10893, 921, 6394, 15711, 37435, 37448, 37558, 7127, 37500, 16864, 37463, 8210, 8213, 19506, 11085, 10583, 7308, 8908, 29508, 42888, 1001, 17700, 19386, 8180, 1409, 1026, 30388, 23511, 3205, 8175, 5043, 11426, 5707, 1166, 8309, 8184, 8195, 19563, 10988, 6628, 8199, 1346, 3275, 8201, 1266, 15736, 37457, 8080, 8242, 19445, 6447, 8229, 21160, 5706, 30005, 3945, 8308, 8203, 8205, 1201, 29877, 8292, 7128, 8179, 1044, 3308, 11605, 1008, 1043, 10857, 1042, 8211, 8216, 8212, 8214, 8215, 8209, 8217, 29881, 8221, 8220, 19561, 29387, 5780, 42904, 7224, 6633, 1595, 1124, 5602, 42615, 2530, 7324, 42909, 6554, 2524, 29624, 19544, 8222, 8224, 37464, 3124, 8225, 29709, 8226, 8228, 8230, 2548, 2620, 2474, 10956, 3624, 6382, 6431, 15718, 5688, 20975, 7126, 8233, 37593, 16612, 2634, 8070, 8123, 37465, 17643, 23498, 8234, 10955, 37532, 10967, 8200, 37553, 8239, 8240, 23456, 9727, 19443, 8247, 8243, 8161, 8163, 8249, 8250, 9766, 9646, 6397, 27987, 27988, 27989, 8581, 28001, 28002, 28003, 28004, 28005, 8574, 8582, 28006, 28025, 28007, 28008, 28009, 8583, 8575, 28010, 28011, 8577, 28026, 28012, 28013, 28027, 28028, 28014, 28029, 28015, 28016, 28017, 28018, 28019, 8579, 8576, 27990, 27991, 27992, 27993, 27994, 8580, 27995, 27996, 28030, 27997, 27998, 28000, 27999, 8253, 8781, 23252, 30475, 16605, 7134, 19318, 8260, 8669, 3168, 1325, 8182, 23197, 37535, 37539, 37534, 37537, 10934, 37528, 3121, 37540, 37536, 37603, 37573, 7160, 8786, 2554, 8262, 8263, 3571, 17349, 6641, 1286, 8265, 14424, 8063, 37458, 8270, 8271, 2631, 8273, 10964, 1090, 1133, 15709, 8276, 8274, 8277, 1862, 5865, 2706, 8461, 37497, 8280, 8283, 8284, 8282, 8288, 8750, 8289, 37516, 8290, 37517, 6848, 5454, 8296, 21174, 8295, 8297, 8780, 8303, 7147, 2849, 8318, 23256, 30478, 1375, 5869, 8311, 16582, 1006, 8319, 8312, 6991, 13060, 8314, 1176, 23258, 16600, 10647, 26441, 6635, 867, 995, 971, 951, 839, 964, 6373, 927, 992, 8322, 14434, 30515, 8323, 8325, 30134, 23787, 16631, 2724, 5286, 5287, 1221, 19212, 2968, 2771, 37498, 8327, 1126, 42897, 8334, 8584, 32577, 7351, 7350, 7349, 9765, 8339, 5074, 8328, 8340, 42566, 8332, 16871, 8269, 5187, 3579, 8671, 8672, 8673, 8674, 8675, 8676, 8677, 8678, 8679, 8680, 8681, 8682, 8683, 8684, 8685, 8686, 8687, 8688, 30064, 8689, 8690, 8691, 8767, 8768, 8769, 8770, 8771, 8772, 8766, 8773, 8774, 8775, 8778, 8777, 8776, 8232, 8347, 3129, 22522, 8198, 30471, 19389, 8174, 2494, 5685, 8190, 19555, 8321, 30391, 8348, 13963, 1039, 27275, 16621, 27871, 11427, 8349, 16578, 8350, 8351, 21170, 8407, 30481, 30516, 8424, 21009, 2481, 23187, 1697, 8294, 968, 1699, 2534, 8355, 2523, 7892, 37522, 37585, 37450, 8329, 16340, 8356, 8357, 21158, 8219, 8121, 37466, 8162, 8360, 8359, 20833, 37479, 8255, 42569, 1383, 8362, 7133, 37482, 8363, 8366, 16343, 42570, 23230, 7123, 1215, 8051, 8120, 37467, 37538, 3341, 19566, 8235, 8368, 42614, 3248, 42896, 29493, 29181, 16599, 8376, 8670, 7109, 17426, 8561, 5795, 5772, 14566, 15690, 20978, 8377, 8267, 1005, 37557, 23295, 8380, 29009, 5716, 5770, 16587, 5862, 8736, 11014, 8382, 8383, 19474, 19442, 37552, 14829, 37491, 8585, 37446, 37428, 3222, 21581, 8385, 7131, 8386, 8389, 8388, 21367, 8387, 37493, 10855, 37555, 8390, 8391, 11423, 3251, 8393, 8394, 1606, 5606, 8395, 8396, 8400, 21368, 8227, 5683, 981, 982, 2483, 16362, 8108, 30008, 42575, 42576, 8402, 28692, 849, 28699, 8098, 8100, 8336, 37576, 8403, 2845, 13057, 8406, 37559, 1051, 1089, 8237, 8410, 13053, 2614, 3179, 5154, 7900, 37480, 37481, 6799, 8415, 8148, 8346, 3118, 19539, 23246, 37549, 8413, 37501, 8171, 8251, 29091, 8173, 8208, 8442, 8405, 1345, 2715, 2526, 4496, 42579, 10976, 21094, 8192, 28752, 5789, 7220, 2784, 6403, 42587, 14541, 42911, 42562, 1339, 37449, 8202, 42593, 1019, 30552, 19343, 8185, 3154, 8261, 23264, 19541, 8176, 8587, 8421, 13461, 8422, 8417, 8156, 3155, 8398, 8535, 8186, 13446, 5778, 2865, 10886, 8036, 8119, 42577, 42578, 42912, 1123, 8285, 8342, 1310, 8259, 17028, 8427, 8335, 8320, 8189, 19567, 8281, 8782, 12980, 8431, 16908, 16911, 16839, 3303, 10495, 16909, 3140, 16861, 3305, 28021, 4558, 37579, 16847, 37511, 4557, 8597, 37468, 8025, 8118, 17332, 5536, 1604, 12940, 8435, 8436, 19572, 8433, 8392, 8430, 8434, 8429, 8330, 851, 1172, 1037, 6636, 8437, 8397, 42560, 933, 3653, 28392, 6366, 7130, 8733, 8181, 37527, 8443, 19540, 37543, 3813, 2514, 12938, 8444, 8445, 8279, 8446, 2856, 12939, 23191, 28664, 1095, 37469, 8117, 2632, 2553, 8454, 8496, 8450, 8458, 8586, 8449, 8452, 8459, 21065, 12253, 37562, 23526, 37430, 8432, 37581, 37455, 8752, 8154, 12266, 12267, 12268, 12269, 12270, 12271, 12272, 12273, 12274, 12275, 12276, 28032, 12277, 12278, 12279, 12281, 37515, 28375, 37524, 37529, 37591, 37612, 37577, 10895, 12254, 12255, 28031, 12256, 12257, 37452, 12258, 12259, 12260, 12261, 12262, 12263, 12264, 12265, 12280, 5049, 5565, 8455, 8456, 8155, 10940, 8457, 37509, 37561, 37470, 8024, 8116, 11122, 5853, 37614, 10930, 15302, 37531, 37589, 13435, 21181, 8498, 8495, 37438, 1720, 1721, 8374, 42908, 23739, 1032, 23440, 16598, 10746, 8307, 3398, 2700, 8300, 8268, 37610, 16972, 23457, 3210, 37456, 8364, 1359, 8463, 23784, 3119, 8135, 8464, 19497, 8302, 8465, 37447, 3127, 17042, 3128, 23301, 23786, 1131, 37461, 37462, 8404, 37609, 7148, 8023, 7345, 8466, 8467, 3157, 7904, 8754, 8758, 30517, 2463, 8517, 918, 2960, 6638, 912, 6578, 5393, 16622, 293, 8022, 8115, 37471, 37541, 8378, 21323, 8471, 21240, 19535, 8365, 37506, 8468, 37568, 8183, 20793, 8304, 37514, 8083, 42585, 8475, 8440, 8476, 37490, 8158, 8738, 8157, 8483, 8480, 8479, 8481, 5971, 8488, 8485, 8484, 8482, 2630, 8411, 8254, 19534, 8486, 8412, 8487, 8489, 1033, 2579, 8021, 8020, 37483, 8367, 15688, 21178, 8470, 3274, 1128, 8420, 29879, 3169, 2689, 5257, 23312, 2532, 2647, 21146, 8490, 8379, 8514, 8491, 37454, 23306, 30002, 1338, 7218, 3217, 23508, 14054, 8492, 11580, 12944, 8337, 8493, 8494, 8293, 6444, 16415, 8497, 37590, 5152, 42590, 42604, 42584, 1369, 29708, 5521, 8499, 8500, 7222, 3309, 8900, 2063, 8019, 37472, 8371, 8502, 8501, 1097, 42616, 37484, 7997, 8114, 37575, 16886, 16633, 1601, 7226, 5774, 1197, 1240, 1239, 1198, 7996, 37604, 37485, 8112, 1125, 1204, 42892, 5773, 6942, 11917, 7158, 8504, 8160, 1306, 7162, 29175, 3380, 29179, 29707, 8207, 8506, 8507, 863, 2555, 1140, 8509, 5870, 5457, 23512, 37613, 37473, 7995, 8111, 7159, 8338, 8510, 8588, 1616, 6406, 6606, 37547, 30283, 2726, 3141, 23298, 20820, 8512, 37565, 37586, 37574, 5467, 8513, 37546, 8344, 8245, 5884, 11599, 13029, 10887, 7985, 8110, 13998, 6381, 8439, 16883, 9764, 23102, 37502, 37572, 37489, 37488, 37434, 37495, 9711, 37588, 8516, 13453, 37587, 8515, 37513, 37520, 11615, 37592, 37582, 8416, 37518, 10960, 5437, 8503, 8519, 6640, 8244, 16836, 14644, 8511, 5842, 37594, 37569, 37492, 37570, 3259, 8131, 21278, 21281, 3397, 11792, 11793, 11796, 11797, 11798, 11788, 11821, 11735, 11803, 11804, 11805, 3396, 21284, 3408, 3395, 20910, 21287, 3351, 3299, 3394, 3320, 3393, 21289, 3298, 21293, 23607, 21302, 7909, 3300, 8130, 21295, 3295, 8129, 21297, 3409, 3260, 19441, 3407, 3297, 21300, 21304, 9763, 3294, 21306, 21308, 3392, 8128, 3296, 21310, 8372, 2571, 23804, 9762, 37494, 8747, 3184, 862, 19202, 5837, 7325, 7971, 8109, 37542, 1380, 3126, 19342, 8266, 8197, 19352, 19382, 19451, 30463, 3005, 30514, 30468, 8238, 19411, 21143, 21138, 8272, 30404, 20809, 8414, 8187, 19407, 19496, 8246, 8286, 19383, 19381, 8536, 16592, 42601, 42612, 42903, 8538, 8540, 8541, 13957, 37560, 1191, 1088, 6637, 17053, 2570, 21383, 1452, 42603, 42605, 8333, 8094, 8331, 8423, 8473, 37523, 8542, 21322, 15699, 8543, 15757, 8544, 37605, 7970, 8399, 20993, 8546, 894, 16606, 8178, 8462, 2489, 8150, 8548, 6727, 7288, 6734, 7287, 6728, 6708, 6739, 6709, 6729, 6710, 6737, 6711, 6712, 6713, 6720, 12086, 6742, 7286, 6714, 6735, 7290, 8783, 12088, 7289, 6721, 6730, 6731, 6738, 6732, 6715, 6722, 6716, 8784, 7291, 6717, 6723, 6741, 6718, 6724, 6736, 6725, 6733, 6719, 6707, 6743, 6740, 6726, 12087, 7894, 8453, 10983, 8549, 42899, 23263, 23767, 16374, 5603, 8223, 7891, 8550, 37440, 37442, 37444, 37443, 37441, 23892, 8551, 8191, 7391, 8534, 870, 8361, 21227, 3172, 10933, 37550, 23735, 11428, 37475, 1111, 8537, 1084, 1412, 8741, 20928, 37477, 8305, 8552, 8553, 8505, 11112, 8306, 3391, 7896, 8644, 8648, 8623, 8624, 8625, 8626, 8640, 8627, 8628, 8629, 8630, 8631, 8632, 8633, 8634, 8635, 8636, 8637, 8638, 8639, 8641, 8642, 8555, 8643, 8645, 8646, 8647, 8649, 8650, 8651, 8652, 8653, 8654, 8554, 16887, 37508, 16868, 8236, 5458, 2890, 8298, 19574, 20814, 8556, 3358, 8278, 8557, 8547, 16591, 16970, 931, 8539, 37611, 1122, 2498, 37476, 1192, 1302, 7122, 8460, 2642, 37556, 8124, 19435, 8248, 8558, 8559, 7954, 8107, 37459, 1048, 8299, 8447, 8258, 1619, 9767, 8831, 29029, 8370, 19452, 42571, 7170, 6451, 8562, 37607, 7227, 16610, 37525, 1584, 14451, 12941, 14936, 8564, 10894, 7221, 8565, 16494, 14486, 19454, 8257, 8218, 19447, 42608, 42564, 19449, 8326, 13054, 12296, 14864, 19549, 8193, 8426, 42573, 11590, 42905, 42890, 8194, 8566, 7945, 37460, 8518, 8788, 37554, 8568, 8569, 11102, 8668, 8570, 6442, 20997, 8572, 16867, 12981, 2616, 7890, 8571, 37507, 12963, 8590, 3177, 8310, 8264, 8313, 30407, 19429, 8177, 8324, 8316, 1171, 1264, 8353, 8375, 7936, 8106, 37503, 42561, 37606, 7935, 7007, 1188, 21341, 8352, 37526, 28964, 8567, 28750, 2405, 8599, 8595, 3163, 8149, 8605, 8749, 8596, 8594, 8606, 8607, 8601, 8604, 8608, 8603, 8602, 8151, 3165, 8598, 8609, 8600, 21340, 20826, 8592, 37486, 1309, 1114, 2851, 5176, 3219, 8591, 8763, 8188, 7911, 8477, 8731, 8478, 1465, 37595, 37564, 37584, 21142, 37545, 8275, 3538, 16882, 16878, 16838, 16856, 29953, 16904, 16863, 16837, 37533, 16894, 16897, 16890, 16893, 16900, 16901, 16898, 16902, 16892, 16895, 16840, 30412, 30422, 37530, 11603, 1291, 8734, 8105, 14480, 8612, 8613, 1152, 1153, 8614, 8615, 1372, 8617, 8619, 8618, 8739, 11013, 37551, 8418, 37427, 37451, 37429, 11611, 37505, 37499, 37504, 37578, 16568, 8132, 28615, 8354, 5691, 8573, 11116, 16210, 21369, 8206, 8204, 19423, 8104, 37487, 1100, 1101, 8622, 12942, 1113, 6583, 37571, 28669, 11872, 11873, 11876, 11877, 11879, 11880, 11881, 11882, 11885, 11889, 11890, 11893, 11894, 11895, 11897, 11900, 11901, 11904, 11905, 11906, 11907, 23277, 3256, 8797, 1000, 1199, 8914, 19756, 8315, 37519, 8345, 915, 6038, 1576, 1096, 8165, 13450, 8656, 21364, 5687, 42611, 37474, 8103, 8657, 8381, 7382, 8231, 19508, 30405, 14435, 8317, 7888, 8428, 42901, 2610, 8472, 10892, 8373, 3174, 16853, 37437, 11587, 37431, 37521, 37496, 11586, 37567, 30512, 3343, 21182, 8660, 8661, 21118, 21339, 8659, 8662, 21117, 6764, 5083, 6795, 3178, 42581, 42595, 42572, 37439, 8732, 2529, 2566, 5693, 29114, 42555, 8663, 8664, 8665, 8666, 21363, 23795, 5157, 37580, 37478, 8196, 8560, 8343, 8667, 30542, 3131, 23499, 2597, 7917, 10913, 23780, 37563, 37608, 23743, 21576, 8593, 37566, 21226, 6840, 2686, 23455, 29880, 29024, 11421, 28363, 41282, 28991, 7379, 28686, 7027, 288, 30093, 36794, 1685, 11406, 40507, 1571, 6765, 7161, 6854, 2558, 4441, 2790, 6793, 40514, 28364, 28758, 29713, 14789, 40522, 28759, 15306, 40523, 43885, 15309, 15311) 
1 0.00698 0.00698 0.00698
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('remove', 'remove')
1 0.00025 0.00025 0.00025
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('login_with_', 'hybrid_auth.social_login', 'hybrid_auth.social_login', 'login_with_', 'hybrid_auth.social_login', 'hybrid_auth.social_login')
1 0.00041 0.00041 0.00041
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('returning_customer', 'password', 'forgot_password_question', 'register_new_account', 'remember_me', 'returning_customer', 'password', 'forgot_password_question', 'register_new_account', 'remember_me')
1 0.00066 0.00066 0.00066
SELECT * FROM cscart_menus LEFT JOIN cscart_menus_descriptions ON cscart_menus.menu_id = cscart_menus_descriptions.menu_id  WHERE cscart_menus_descriptions.lang_code = 'ro'  AND cscart_menus.company_id = 1  AND cscart_menus.menu_id = 1 AND cscart_menus.company_id = 1
1 0.00022 0.00022 0.00022
SELECT status FROM cscart_menus WHERE menu_id = 1
1 0.00019 0.00019 0.00019
SELECT c.* FROM cscart_bm_containers as c  WHERE 1  AND c.location_id = 37
1 0.00060 0.00060 0.00060
SELECT layout_id FROM cscart_bm_locations WHERE location_id = 37
1 0.00013 0.00013 0.00013
SELECT `data` FROM cscart_storage_data WHERE `data_key` = 'cache_id'
1 0.00025 0.00025 0.00025
SELECT lang.name, IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name IN ('on_site_template_editing', 'on_site_live_editing')
1 0.00033 0.00033 0.00033
SELECT IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name = 'home'
1 0.00027 0.00027 0.00027
SELECT privilege FROM cscart_usergroup_privileges WHERE usergroup_id IN(0, 1)
1 0.00033 0.00033 0.00033
SELECT c.*, IF (c.location_id != 37, 0, 1) as `default` FROM cscart_bm_containers as c  INNER JOIN cscart_bm_locations as l ON c.location_id = l.location_id AND l.is_default = 1 AND l.layout_id = 3 WHERE 1  AND c.position IN ('TOP_PANEL', 'HEADER', 'FOOTER')
1 0.00056 0.00056 0.00056
SELECT * FROM cscart_bm_containers as c LEFT JOIN cscart_bm_grids as g ON g.container_id = c.container_id WHERE 1  AND g.container_id IN (145, 146, 147, 148) ORDER BY g.order, g.parent_id, g.grid_id ASC
1 0.00065 0.00065 0.00065
SELECT IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name = 'all_filters'
1 0.00014 0.00014 0.00014
SELECT IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name = 'root_page'
1 0.00017 0.00017 0.00017
SELECT IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name = 'all_pages'
1 0.00014 0.00014 0.00014
SELECT IF(cscart_ult_language_values.value IS NULL, lang.value, cscart_ult_language_values.value) as value FROM cscart_language_values lang LEFT JOIN cscart_ult_language_values ON cscart_ult_language_values.name = lang.name AND company_id = 1 AND cscart_ult_language_values.lang_code = lang.lang_code WHERE lang.lang_code = 'ro' AND lang.name = 'root_level'
1 0.00037 0.00037 0.00037
SELECT cscart_bm_snapping.grid_id as grid_id,cscart_bm_snapping.block_id as block_id,IFNULL(dynamic_object_content.content, default_content.content) as content,IFNULL(dynamic_object_content.object_id, default_content.object_id) AS object_id,IFNULL(dynamic_object_content.object_type, default_content.object_type) AS object_type,cscart_bm_block_statuses.object_ids as object_ids,cscart_bm_snapping.*,cscart_bm_blocks.*,cscart_bm_blocks_descriptions.* FROM cscart_bm_snapping LEFT JOIN cscart_bm_blocks ON cscart_bm_blocks.block_id = cscart_bm_snapping.block_id LEFT JOIN cscart_bm_block_statuses ON cscart_bm_snapping.snapping_id = cscart_bm_block_statuses.snapping_id AND cscart_bm_block_statuses.object_type LIKE '' LEFT JOIN cscart_bm_blocks_descriptions ON cscart_bm_blocks.block_id = cscart_bm_blocks_descriptions.block_id  LEFT JOIN cscart_bm_blocks_content AS default_content ON cscart_bm_blocks.block_id = default_content.block_id AND cscart_bm_blocks_descriptions.lang_code = default_content.lang_code AND default_content.snapping_id = 0 AND default_content.object_id = 0 AND default_content.object_type like '' LEFT JOIN cscart_bm_blocks_content AS dynamic_object_content ON cscart_bm_blocks.block_id = dynamic_object_content.block_id AND cscart_bm_blocks_descriptions.lang_code = dynamic_object_content.lang_code AND dynamic_object_content.object_id = 0 AND dynamic_object_content.object_type like '' WHERE cscart_bm_snapping.grid_id IN (115, 116, 117, 118, 122, 119, 120, 121, 123, 124, 125, 131, 126, 132, 130, 351, 431, 127, 128, 129, 325, 331)  AND cscart_bm_blocks_descriptions.lang_code='ro'  AND cscart_bm_blocks.company_id = 1 ORDER BY cscart_bm_snapping.order, cscart_bm_snapping.block_id 
1 0.00196 0.00196 0.00196
SELECT COUNT(*) FROM cscart_categories WHERE category_id = 285  AND cscart_categories.company_id = 1
1 0.00017 0.00017 0.00017