Dimanta Griezējdiski

Dimanta Griezējdiski tiek izmantoti grīdas zāģos, benzīna griezējos, dzirnavās, flīžu griezējos un dažādās mašīnās, lai grieztu plašu materiālu klāstu: betonu, ieskaitot dzelzs, metāla, akmens, granīta, porcelāna keramikas izstrādājumus, ķieģeļus, keramiku un daudzus citus. Mūsdienu dimanta asmeņiem ir augsts griešanas ātrums, ilgs kalpošanas laiks un tie ir visaugstākās kvalitātes. Šeit jūs varat izvēlēties un iegādāties dimanta diskus jebkuram celtniecības darbam.
Queries: 18, Total time: 33.913 ms [By time] [By id] [By file]
1 (1.080)
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM oc_tax_rule tr1
LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id)
WHERE tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '117' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0')
ORDER BY tr1.priority ASC
/var/www/elvijs.nomasveikals.lv/web/system/library/cart/tax.php:53
2 (0.416)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '11f7b83574cd5f01bc993197dd853340'
/var/www/elvijs.nomasveikals.lv/web/system/library/cart/cart.php:48
3 (0.518)
SELECT *
FROM `oc_event`
WHERE `trigger` LIKE 'catalog/%' AND status = '1'
ORDER BY `event_id` ASC
/var/www/elvijs.nomasveikals.lv/web/catalog/model/extension/event.php:4
4 (0.471)
SELECT c.category_id
FROM `oc_category_description` cd
LEFT JOIN oc_category c ON c.category_id = cd.category_id
WHERE cd.seo_keyword = 'dimanta-griezejdiski-c2130' AND c.parent_id = '0'
/var/www/elvijs.nomasveikals.lv/web/catalog/controller/startup/seo_url.php:71
5 (0.310)
SELECT sort_by
FROM oc_category
WHERE category_id = '2130'
/var/www/elvijs.nomasveikals.lv/web/catalog/model/catalog/category.php:59
6 (0.320)
SELECT view_type
FROM oc_category
WHERE category_id = '2130'
/var/www/elvijs.nomasveikals.lv/web/catalog/model/catalog/category.php:65
7 (0.539)
SELECT DISTINCT c.*, cd.*, GROUP_CONCAT(cep.parent_id
ORDER BY cep.sort_order ASC) as parent_ids
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_extra_parents cep ON (c.category_id = cep.category_id)
WHERE c.category_id = '2130' AND cd.language_id = '1' AND c.status = '1' GROUP BY c.category_id
/var/www/elvijs.nomasveikals.lv/web/catalog/model/catalog/category.php:4
8 (0.396)
SELECT cp.path_id AS category_id, cd.name, cd.seo_keyword
FROM oc_category_path cp
INNER JOIN oc_category c ON (cp.path_id = c.category_id)
INNER JOIN oc_category_description cd ON (cp.path_id = cd.category_id)
WHERE cp.category_id = '2130' AND cd.language_id = '1'
ORDER BY cp.level
/var/www/elvijs.nomasveikals.lv/web/catalog/model/catalog/category.php:29
9 (24.608)
SELECT c.*, cd.*, GROUP_CONCAT(cep.parent_id
ORDER BY cep.sort_order ASC) as parent_ids
FROM oc_category c
LEFT JOIN oc_category_extra_parents cep ON (c.category_id = cep.category_id)
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
WHERE (c.parent_id = '2130' OR cep.parent_id = '2130') AND cd.language_id = '1' AND c.status = '1' GROUP BY c.category_id
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/elvijs.nomasveikals.lv/web/catalog/model/catalog/category.php:46
10 (0.376)
SELECT *
FROM oc_category_description
WHERE `category_id` = '2130' AND (`language_id` = '1' OR `language_id` = 0)
ORDER BY language_id DESC
/var/www/elvijs.nomasveikals.lv/web/catalog/controller/startup/seo_url.php:462
11 (0.893)
SELECT COUNT(*) AS total
FROM ( WITH cgd AS ( SELECT cgd.percentage
FROM `oc_customer_group_discount` AS cgd
WHERE cgd.status = '1' AND cgd.customer_group_id = '0' AND (cgd.date_start = '0000-00-00' OR cgd.date_start < NOW())
ORDER BY cgd.priority ASC, cgd.percentage ASC LIMIT 0, 1) SELECT /*+ MAX_EXECUTION_TIME(10000) */ p.product_id, p.sort_order, "1" AS match_filters
FROM `oc_product` AS p
LEFT JOIN cgd ON (1)
INNER JOIN `oc_bf_filter_guest` AS f ON (p.product_id = f.product_id)
INNER JOIN `oc_product_to_category` AS p2c ON (p.product_id = p2c.product_id)
INNER JOIN `oc_category_path` AS cp ON (cp.category_id = p2c.category_id)
WHERE p.date_available <= NOW() AND p.type NOT LIKE 'option' AND cp.path_id = '2130' AND IF(f.filter_group LIKE 'o%', f.out_of_stock = 0, 1 = 1) GROUP BY p.product_id HAVING match_filters = 1) AS t
/var/www/elvijs.nomasveikals.lv/web/catalog/model/catalog/product.php:1599
12 (0.984)
WITH cgd AS ( SELECT cgd.percentage
FROM `oc_customer_group_discount` AS cgd
WHERE cgd.status = '1' AND cgd.customer_group_id = '0' AND (cgd.date_start = '0000-00-00' OR cgd.date_start < NOW())
ORDER BY cgd.priority ASC, cgd.percentage ASC LIMIT 0, 1) SELECT /*+ MAX_EXECUTION_TIME(10000) */ p.product_id, p.sort_order, "1" AS match_filters, pr_restricted.value AS restrict_customer_group, pr_blocked.value AS block_customer_group, pp.image, pp.model
FROM `oc_product` AS p
LEFT JOIN cgd ON (1)
INNER JOIN `oc_bf_filter_guest` AS f ON (p.product_id = f.product_id)
INNER JOIN `oc_product_to_category` AS p2c ON (p.product_id = p2c.product_id)
INNER JOIN `oc_category_path` AS cp ON (cp.category_id = p2c.category_id)
INNER JOIN `oc_product_description` AS pd ON (pd.product_id = p.product_id)
LEFT JOIN `oc_product_rule` AS pr_restricted ON (pr_restricted.product_id = p.product_id AND pr_restricted.type = 'restrict_customer_group')
LEFT JOIN `oc_product_rule` AS pr_blocked ON (pr_blocked.product_id = p.product_id AND pr_blocked.type = 'block_customer_group')
INNER JOIN `oc_product` AS pp ON (pp.product_id = p.product_id)
WHERE p.date_available <= NOW() AND p.type NOT LIKE 'option' AND cp.path_id = '2130' AND IF(f.filter_group LIKE 'o%', f.out_of_stock = 0, 1 = 1) AND pd.language_id = '1' GROUP BY p.product_id, product_id HAVING match_filters = 1
ORDER BY LCASE(pp.image) ASC, LCASE(pp.model) ASC LIMIT 0, 40
/var/www/elvijs.nomasveikals.lv/web/catalog/model/catalog/product.php:245
13 (0.544)
SELECT *
FROM oc_unit_class uc
LEFT JOIN oc_unit_class_description ucd ON (uc.unit_class_id = ucd.unit_class_id)
WHERE ucd.language_id = '1'
/var/www/elvijs.nomasveikals.lv/web/catalog/model/catalog/product.php:1767
14 (0.517)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3'
ORDER BY sort_order
/var/www/elvijs.nomasveikals.lv/web/catalog/model/design/layout.php:29
15 (0.808)
SELECT COUNT(*) AS total
FROM ( WITH cgd AS ( SELECT cgd.percentage
FROM `oc_customer_group_discount` AS cgd
WHERE cgd.status = '1' AND cgd.customer_group_id = '0' AND (cgd.date_start = '0000-00-00' OR cgd.date_start < NOW())
ORDER BY cgd.priority ASC, cgd.percentage ASC LIMIT 0, 1) SELECT /*+ MAX_EXECUTION_TIME(10000) */ p.product_id, p.sort_order, "1" AS match_filters
FROM `oc_product` AS p
LEFT JOIN cgd ON (1)
INNER JOIN `oc_bf_filter_guest` AS f ON (p.product_id = f.product_id)
INNER JOIN `oc_product_to_category` AS p2c ON (p.product_id = p2c.product_id)
INNER JOIN `oc_category_path` AS cp ON (cp.category_id = p2c.category_id)
WHERE p.date_available <= NOW() AND p.type NOT LIKE 'option' AND cp.path_id = '2130' AND IF(f.filter_group LIKE 'o%', f.out_of_stock = 0, 1 = 1) GROUP BY p.product_id HAVING match_filters = 1) AS t
/var/www/elvijs.nomasveikals.lv/web/catalog/model/extension/module/brainyfilter.php:1223
16 (0.481)
SELECT *
FROM oc_category_description
WHERE `category_id` = '2130' AND (`language_id` = '2' OR `language_id` = 0)
ORDER BY language_id DESC
/var/www/elvijs.nomasveikals.lv/web/catalog/controller/startup/seo_url.php:462
17 (0.333)
SELECT *
FROM oc_category_description
WHERE `category_id` = '2130' AND (`language_id` = '3' OR `language_id` = 0)
ORDER BY language_id DESC
/var/www/elvijs.nomasveikals.lv/web/catalog/controller/startup/seo_url.php:462
18 (0.319)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/var/www/elvijs.nomasveikals.lv/web/system/library/cart/customer.php:144