Запчасти

Наши услуги

Запчасти Товаров: 3924.

на странице
Показано 1117 - 1128 из 3924 товаров
Показано 1117 - 1128 из 3924 товаров
Load Time2253 ms - You'd better run your shop on a toaster
Querying Time565 ms
Queries303
Memory Peak Usage17.7 Mb
Included Files266 files - 4.29 Mb
PrestaShop Cache1.38 Mb
Global vars1.44 Mb
PrestaShop Version1.6.1.9
PHP Version5.6.40 (OK)
MySQL Version8.0.25-0ubuntu0.20.04.1 (OK)
Memory Limit2048M
Max Execution Time3000s
Smarty Cacheenabled
Smarty Compilationauto
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 236 ms 236 ms 5.11 Mb 5.77 Mb
__construct 0 ms 236 ms - Mb 5.77 Mb
init 78 ms 314 ms 1.18 Mb 7.60 Mb
checkAccess 0 ms 314 ms - Mb 7.60 Mb
setMedia 8 ms 322 ms 0.14 Mb 7.60 Mb
postProcess 0 ms 322 ms - Mb 7.60 Mb
initHeader 0 ms 322 ms - Mb 7.60 Mb
initContent 1168 ms 1491 ms 6.77 Mb 13.43 Mb
initFooter 183 ms 1673 ms 0.88 Mb 14.72 Mb
display 580 ms 2253 ms 2.50 Mb 17.73 Mb
Hook Time Memory Usage
__construct 258 ms 4.50 Mb
hookdisplayProductListReviews 213 ms 1.50 Mb
hookfooter 43 ms 0.25 Mb
hookleftcolumn 27 ms - Mb
hooktop 19 ms - Mb
hookdisplayFooter 15 ms 0.50 Mb
hookdisplayProductListFunctionalButtons 11 ms - Mb
hookdisplayHeader 7 ms - Mb
hookHeader 7 ms - Mb
hookdisplayNav 4 ms - Mb
hookdisplayTop 1 ms - Mb
hookdisplayLeftColumn 1 ms - Mb
hookdisplayTopColumn - ms - Mb
hookmoduleRoutes - ms - Mb
14 hooks 605 ms 6.75 Mb
Module Time Memory Usage
productcomments 221 ms 1.50 Mb
yamodule 42 ms 0.75 Mb
statsdata 32 ms 0.50 Mb
sendinblue 31 ms 1.25 Mb
blockwishlist 22 ms - Mb
blockspecials 20 ms - Mb
psoneclickorder 20 ms 0.25 Mb
blocknewsletter 19 ms 1.00 Mb
blockcart 19 ms - Mb
blockcms 16 ms - Mb
themeconfigurator 16 ms - Mb
blockcategories 13 ms 0.25 Mb
homeslider 10 ms 0.25 Mb
mailalerts 10 ms 0.25 Mb
blocksearch 8 ms - Mb
blockmanufacturer 8 ms - Mb
blockuserinfo 7 ms - Mb
blockcontactinfos 7 ms - Mb
blocklink 7 ms - Mb
sapelinks 7 ms 0.50 Mb
scrolltop 6 ms - Mb
sekeywords 6 ms - Mb
blockmyaccountfooter 6 ms - Mb
blockcontact 6 ms 0.25 Mb
editorial 6 ms - Mb
homefeatured 5 ms - Mb
htmlbox 5 ms - Mb
blockbestsellers 5 ms - Mb
pagesnotfound 5 ms - Mb
blockviewed 4 ms - Mb
blockpaymentlogo 4 ms - Mb
blockmyaccount 4 ms - Mb
blockstore 4 ms - Mb
blocklanguages 3 ms - Mb
blockcurrencies 3 ms - Mb
35 modules 605 ms 6.75 Mb

Stopwatch SQL - 303 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2026-06-17 00:00:00",
INTERVAL 0 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ks_category_product` cp
LEFT JOIN `ks_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ks_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ks_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ks_stock_available stock
ON (stock.id_product = p.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ks_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ks_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ks_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ks_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ks_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 185 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 1116,12
180.7 15480 Yes /classes/Category.php:792
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ks_product` p
INNER JOIN ks_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ks_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 185 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1
46 15480 /classes/Category.php:721
UPDATE `ks_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/177/12255/7b/47/a4/7b47a49e14381acd1185a99c16e71023cc02f392.productcomments_reviews.tpl.php'
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12255" AND compile_id=""
10.2 1 /classes/SmartyCustom.php:183
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12244","", FROM_UNIXTIME(1781696829))
9.3 1 /classes/SmartyCustom.php:263
UPDATE `ks_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/177/12248/7b/47/a4/7b47a49e14381acd1185a99c16e71023cc02f392.productcomments_reviews.tpl.php'
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12248" AND compile_id=""
8.2 1 /classes/SmartyCustom.php:183
UPDATE `ks_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/177/12246/7b/47/a4/7b47a49e14381acd1185a99c16e71023cc02f392.productcomments_reviews.tpl.php'
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12246" AND compile_id=""
7.8 1 /classes/SmartyCustom.php:183
INSERT INTO `ks_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('200574', '10027', '3628718333', '', '1', '1', '2026-06-17 14:47:09')
7.5 1 /classes/ObjectModel.php:487
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12251|1|1","", FROM_UNIXTIME(1781696829))
7.1 1 /classes/SmartyCustom.php:263
UPDATE `ks_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/177/12250/7b/47/a4/7b47a49e14381acd1185a99c16e71023cc02f392.productcomments_reviews.tpl.php'
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12250" AND compile_id=""
7 1 /classes/SmartyCustom.php:183
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12245","", FROM_UNIXTIME(1781696829))
6.6 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12254|1|1","", FROM_UNIXTIME(1781696829))
6.4 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12249","", FROM_UNIXTIME(1781696829))
6.3 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12255|1|1","", FROM_UNIXTIME(1781696829))
6.2 1 /classes/SmartyCustom.php:263
UPDATE `ks_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/177/12244/7b/47/a4/7b47a49e14381acd1185a99c16e71023cc02f392.productcomments_reviews.tpl.php'
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12244" AND compile_id=""
6.1 1 /classes/SmartyCustom.php:183
UPDATE `ks_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/177/12252/7b/47/a4/7b47a49e14381acd1185a99c16e71023cc02f392.productcomments_reviews.tpl.php'
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12252" AND compile_id=""
5.7 1 /classes/SmartyCustom.php:183
UPDATE `ks_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/177/12254/7b/47/a4/7b47a49e14381acd1185a99c16e71023cc02f392.productcomments_reviews.tpl.php'
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12254" AND compile_id=""
5.6 1 /classes/SmartyCustom.php:183
UPDATE `ks_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/177/12253/7b/47/a4/7b47a49e14381acd1185a99c16e71023cc02f392.productcomments_reviews.tpl.php'
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12253" AND compile_id=""
5.6 1 /classes/SmartyCustom.php:183
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12253|1|1","", FROM_UNIXTIME(1781696829))
5.4 1 /classes/SmartyCustom.php:263
UPDATE `ks_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/177/12249/7b/47/a4/7b47a49e14381acd1185a99c16e71023cc02f392.productcomments_reviews.tpl.php'
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12249" AND compile_id=""
5.4 1 /classes/SmartyCustom.php:183
INSERT INTO `ks_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
5.4 1 /classes/ObjectModel.php:487
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12246","", FROM_UNIXTIME(1781696829))
5.3 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12255","", FROM_UNIXTIME(1781696830))
5.3 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12246|1|1","", FROM_UNIXTIME(1781696829))
5.2 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12254","", FROM_UNIXTIME(1781696830))
5.2 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12250|1|1","", FROM_UNIXTIME(1781696829))
5.1 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12244|1|1","", FROM_UNIXTIME(1781696829))
5 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12248","", FROM_UNIXTIME(1781696829))
5 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12250","", FROM_UNIXTIME(1781696830))
4.9 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12251","", FROM_UNIXTIME(1781696830))
4.9 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product`) FROM `ks_specific_price` WHERE `id_product` != 0 LIMIT 1
4.7 1378 /classes/SpecificPrice.php:230
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12248|1|1","", FROM_UNIXTIME(1781696829))
4.7 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12245|1|1","", FROM_UNIXTIME(1781696829))
4.7 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12252|1|1","", FROM_UNIXTIME(1781696829))
4.6 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12249|1|1","", FROM_UNIXTIME(1781696829))
4.5 1 /classes/SmartyCustom.php:263
UPDATE `ks_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/177/12251/7b/47/a4/7b47a49e14381acd1185a99c16e71023cc02f392.productcomments_reviews.tpl.php'
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12251" AND compile_id=""
4.3 1 /classes/SmartyCustom.php:183
UPDATE `ks_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/177/12247/7b/47/a4/7b47a49e14381acd1185a99c16e71023cc02f392.productcomments_reviews.tpl.php'
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12247" AND compile_id=""
4.3 1 /classes/SmartyCustom.php:183
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('561a914ada21245ed6d8e74aa6a5eeac',"blockspecials|20260617|6|20260617|1|1|1|177","", FROM_UNIXTIME(1781696829))
3.9 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12247","", FROM_UNIXTIME(1781696829))
3.8 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12247|1|1","", FROM_UNIXTIME(1781696829))
3.7 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12252","", FROM_UNIXTIME(1781696830))
3.5 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ks_country` c  INNER JOIN ks_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ks_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 1)
LEFT JOIN `ks_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC
3.3 244 Yes /classes/Country.php:131
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module, h.`live_edit`
FROM `ks_module` m
INNER JOIN ks_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ks_module_shop` ms ON ms.`id_module` = m.`id_module`
INNER JOIN `ks_hook_module` hm ON hm.`id_module` = m.`id_module`
INNER JOIN `ks_hook` h ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ks_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "displayPayment" AND h.`name` != "displayPaymentEU") AND (hm.`id_shop` = 1) AND (mg.`id_shop` = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
3.3 1700 Yes Yes /classes/Hook.php:355
UPDATE `ks_smarty_lazy_cache`
SET filepath='productcomments/1/1/1/177/12245/7b/47/a4/7b47a49e14381acd1185a99c16e71023cc02f392.productcomments_reviews.tpl.php'
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12245" AND compile_id=""
3.2 1 /classes/SmartyCustom.php:183
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12253","", FROM_UNIXTIME(1781696830))
3 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ks_configuration` c
LEFT JOIN `ks_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
2.5 617 /classes/Configuration.php:148
SELECT SQL_NO_CACHE `id_product`, `id_product_attribute`
FROM `ks_specific_price`
WHERE	`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 177) AND
`id_group` IN (0, 1) AND
`from_quantity` = 1 AND
`reduction` > 0
AND `id_customer` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
1.9 1369 /classes/SpecificPrice.php:478
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, live_edit, hm.position as hm_position, m.id_module, m.name, active
FROM `ks_hook_module` hm
STRAIGHT_JOIN `ks_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ks_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.8 333 /classes/Hook.php:236
SELECT SQL_NO_CACHE c.id_category, cl.name, cl.link_rewrite
FROM ks_category c
LEFT JOIN ks_category_lang cl ON (cl.id_category = c.id_category AND cl.id_shop = 1 )
INNER JOIN ks_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE c.nleft <= 272
AND c.nright >= 273
AND c.nleft >= 2
AND c.nright <= 303
AND cl.id_lang = 1
AND c.active = 1
AND c.level_depth > 1
ORDER BY c.level_depth ASC
1.5 153 Yes /classes/Tools.php:1304
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ks_product_attribute` pa
INNER JOIN ks_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ks_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ks_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ks_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ks_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12244,12245,12246,12247,12248,12249,12250,12251,12252,12253,12254,12255) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.3 4 Yes Yes /classes/Product.php:3466
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ks_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
LIMIT 1
) as mshop
FROM `ks_module` m
1.2 85 /classes/module/Module.php:277
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ks_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
LIMIT 1
) as mshop
FROM `ks_module` m
1.2 85 /classes/module/Module.php:277
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ks_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ks_hook_alias` ha
INNER JOIN `ks_hook` h ON ha.name = h.name
1.1 0 /classes/Hook.php:131
SELECT SQL_NO_CACHE `width`, `height`
FROM ks_image_type
WHERE `name` = 'category_default' LIMIT 1
1.1 1 /classes/Image.php:472
SELECT SQL_NO_CACHE * FROM `ks_state` ORDER BY `name` ASC
1 312 Yes /classes/Country.php:137
SELECT SQL_NO_CACHE *
FROM `ks_oneclickorder_fields` b
LEFT JOIN `ks_oneclickorder_fields_lang` bl ON b.`id_field` = bl.`id_field`
WHERE bl.`id_lang` = 1
AND b.`status` = 1
AND b.delete = 0
GROUP BY b.id_field
ORDER BY b.`position` ASC
1 6 Yes Yes /modules/psoneclickorder/classes/OcFields.php:112
SELECT SQL_NO_CACHE c.*, cl.id_lang, cl.name, cl.description, cl.link_rewrite, cl.meta_title, cl.meta_keywords, cl.meta_description
FROM `ks_category` c
INNER JOIN ks_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ks_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `ks_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 185
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1 1 Yes Yes /classes/Category.php:667
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ks_meta` m
LEFT JOIN `ks_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.9 41 Yes /classes/Dispatcher.php:452
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ks_lang` l
JOIN ks_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.9 1 /classes/Language.php:894
SELECT SQL_NO_CACHE `id_guest`
FROM `ks_connections`
WHERE `id_guest` = 200574
AND `date_add` > '2026-06-17 14:17:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.9 1 Yes /classes/Connection.php:138
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 177, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ks_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 177) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 12244) AND `id_customer` = 0 AND `id_product_attribute` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.8 2 Yes /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE *
FROM `ks_currency` c
INNER JOIN ks_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1) WHERE `deleted` = 0 AND c.`active` = 1 ORDER BY `name` ASC
0.8 1 Yes /classes/Currency.php:231
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ks_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
LIMIT 1
) as mshop
FROM `ks_module` m
0.8 85 /classes/module/Module.php:277
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 177, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ks_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 177) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 12253) AND `id_customer` = 0 AND `id_product_attribute` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.8 2 Yes /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE *
FROM `ks_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 1
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC
0.8 10 Yes /modules/themeconfigurator/themeconfigurator.php:376
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 177, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ks_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 177) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 12248) AND `id_customer` = 0 AND `id_product_attribute` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.8 2 Yes /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ks_shop_url su
LEFT JOIN ks_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'xn-----flcgdauobigezlae2a1akj0kve3a.xn--p1ai' OR su.domain_ssl = 'xn-----flcgdauobigezlae2a1akj0kve3a.xn--p1ai')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.8 1 Yes /classes/shop/Shop.php:334
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 177, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ks_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 177) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 12245) AND `id_customer` = 0 AND `id_product_attribute` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.8 2 Yes /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 177, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ks_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 177) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 12247) AND `id_customer` = 0 AND `id_product_attribute` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.7 2 Yes /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE IFNULL(left_column, default_left_column) as left_column, IFNULL(right_column, default_right_column) as right_column
FROM ks_theme t
LEFT JOIN ks_theme_meta tm ON (t.id_theme = tm.id_theme)
LEFT JOIN ks_meta m ON (m.id_meta = tm.id_meta)
WHERE t.id_theme =1 AND m.page = "category" LIMIT 1
0.7 1 /classes/Theme.php:275
SELECT SQL_NO_CACHE *
FROM `ks_module_currency`
WHERE `id_module` = 82
AND `id_shop` = 1
0.7 1 /classes/Currency.php:295
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ks_shop_group gs
LEFT JOIN ks_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ks_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.7 1 Yes /classes/shop/Shop.php:664
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 177, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ks_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 177) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 12254) AND `id_customer` = 0 AND `id_product_attribute` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.7 2 Yes /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE *
FROM `ks_category` a
LEFT JOIN `ks_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ks_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 185) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 177, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ks_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 177) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 12246) AND `id_customer` = 0 AND `id_product_attribute` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.7 2 Yes /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 177, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ks_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 177) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 12255) AND `id_customer` = 0 AND `id_product_attribute` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.7 2 Yes /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 177, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ks_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 177) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 12249) AND `id_customer` = 0 AND `id_product_attribute` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.7 2 Yes /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE s.*
FROM `ks_scene_category` sc
LEFT JOIN `ks_scene` s ON (sc.id_scene = s.id_scene)
INNER JOIN ks_scene_shop scene_shop
ON (scene_shop.id_scene = s.id_scene AND scene_shop.id_shop = 1)
LEFT JOIN `ks_scene_lang` sl ON (sl.id_scene = s.id_scene)
WHERE sc.id_category = 185
AND sl.id_lang = 1 AND s.active = 1
ORDER BY sl.name ASC
0.7 1 Yes /classes/Scene.php:226
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 177, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ks_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 177) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 12252) AND `id_customer` = 0 AND `id_product_attribute` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.7 2 Yes /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ks_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.7 1 /classes/shop/ShopUrl.php:169
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 177, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ks_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 177) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 12250) AND `id_customer` = 0 AND `id_product_attribute` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.7 2 Yes /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE `id_module` FROM `ks_module` WHERE `name` = "yamodule" LIMIT 1
0.7 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE *
FROM `ks_group` a
LEFT JOIN `ks_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.7 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 177, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ks_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 177) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 12251) AND `id_customer` = 0 AND `id_product_attribute` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.7 2 Yes /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE *
FROM `ks_country` a
LEFT JOIN `ks_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ks_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 177) LIMIT 1
0.7 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE s.*, sl.`description`
FROM `ks_supplier` s
LEFT JOIN `ks_supplier_lang` `sl` ON s.`id_supplier` = sl.`id_supplier` AND sl.`id_lang` = 1
INNER JOIN ks_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE (s.`active` = 1)
GROUP BY s.id_supplier
ORDER BY  s.`name` ASC
0.7 8 Yes Yes /classes/Supplier.php:127
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12247" AND compile_id="" LIMIT 1
0.7 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12244
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.7 1 /modules/productcomments/ProductComment.php:197
SELECT SQL_NO_CACHE *
FROM `ks_category` a
LEFT JOIN `ks_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ks_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ks_lang` a
LEFT JOIN `ks_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.6 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='4c7487238a2bf14babd85413642a85c2' AND cache_id="blockcontactinfos|1|1|1|177" AND compile_id="" LIMIT 1
0.6 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12244" AND compile_id="" LIMIT 1
0.6 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='a8d9a93ae9457c29b032a620cc8ffb1c' AND cache_id="blockcontact|1|1|1|177" AND compile_id="" LIMIT 1
0.6 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12245" AND compile_id="" LIMIT 1
0.6 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ks_currency` c
LEFT JOIN ks_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1
0.6 1 /classes/Currency.php:472
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='b32a703d82644db71d54af427d879f3b' AND cache_id="blockmanufacturer|1|1|1|177" AND compile_id="" LIMIT 1
0.6 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE *
FROM `ks_product` a
LEFT JOIN `ks_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ks_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12244) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12247
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.6 1 /modules/productcomments/ProductComment.php:197
SELECT SQL_NO_CACHE id_page_type
FROM ks_page_type
WHERE name = 'category' LIMIT 1
0.6 1 /classes/Page.php:97
SELECT SQL_NO_CACHE 1 FROM `ks_specific_price` WHERE `from` BETWEEN '2026-06-17 00:00:00' AND '2026-06-17 23:59:59' LIMIT 1
0.6 1 /classes/SpecificPrice.php:301
SELECT SQL_NO_CACHE `name`, `meta_title`, `meta_description`, `meta_keywords`, `description`
FROM `ks_category_lang` cl
WHERE cl.`id_lang` = 1
AND cl.`id_category` = 185 AND cl.id_shop = 1 LIMIT 1
0.6 1 /classes/Meta.php:291
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ks_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 185 LIMIT 1
0.6 1 /classes/Category.php:1063
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ks_required_field
0.5 1 /classes/ObjectModel.php:1368
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='703b4a3b7aa216bfb1dc77711c0f1455' AND cache_id="blockcms|0|1|1|1|177" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12255" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12250
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.5 1 /modules/productcomments/ProductComment.php:197
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ks_product` p
INNER JOIN `ks_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ks_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12244)
0.5 1 /classes/Product.php:2998
SELECT SQL_NO_CACHE `id_module` FROM `ks_module` WHERE `name` = "sendinblue" LIMIT 1
0.5 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12254
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.5 1 /modules/productcomments/ProductComment.php:197
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='6b07d0eb858e23a9487b5770e6714e6a' AND cache_id="productlist_colors|12249|1|1" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12250" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12251
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.5 1 /modules/productcomments/ProductComment.php:197
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12246" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12252
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.5 1 /modules/productcomments/ProductComment.php:197
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='6b07d0eb858e23a9487b5770e6714e6a' AND cache_id="productlist_colors|12255|1|1" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE * FROM `ks_hook_alias`
0.5 86 /classes/Hook.php:187
SELECT SQL_NO_CACHE *
FROM `ks_product` a
LEFT JOIN `ks_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ks_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12250) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ks_feature_product pf
LEFT JOIN ks_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ks_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ks_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ks_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12244
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE *
FROM `ks_product` a
LEFT JOIN `ks_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ks_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12249) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12254" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12253" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE *
FROM `ks_product` a
LEFT JOIN `ks_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ks_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12245) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='561a914ada21245ed6d8e74aa6a5eeac' AND cache_id="blockspecials|20260617|6|20260617|1|1|1|177" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='6b07d0eb858e23a9487b5770e6714e6a' AND cache_id="productlist_colors|12253|1|1" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='703b4a3b7aa216bfb1dc77711c0f1455' AND cache_id="blockcms|2|1|1|1|177" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='7488a5f9b9675d5b6332214ae0003b21' AND cache_id="blockcategories|1|1|1|177|185|1" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='6b07d0eb858e23a9487b5770e6714e6a' AND cache_id="productlist_colors|12254|1|1" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12252" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='6b07d0eb858e23a9487b5770e6714e6a' AND cache_id="productlist_colors|12247|1|1" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12253
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.5 1 /modules/productcomments/ProductComment.php:197
SELECT SQL_NO_CACHE *
FROM `ks_product` a
LEFT JOIN `ks_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ks_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12255) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12245
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.5 1 /modules/productcomments/ProductComment.php:197
SELECT SQL_NO_CACHE *
FROM `ks_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 1
AND hook = 'left' AND active = 1
ORDER BY item_order ASC
0.5 10 Yes /modules/themeconfigurator/themeconfigurator.php:376
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ks_smarty_last_flush` WHERE type='compile' LIMIT 1
0.5 1 /classes/SmartyCustom.php:95
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12244","", FROM_UNIXTIME(1781696829))
0.5 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12251" AND compile_id="" LIMIT 1
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE *
FROM `ks_product` a
LEFT JOIN `ks_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ks_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12253) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12246
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.4 1 /modules/productcomments/ProductComment.php:197
SELECT SQL_NO_CACHE *
FROM `ks_product` a
LEFT JOIN `ks_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ks_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12254) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12249
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.4 1 /modules/productcomments/ProductComment.php:197
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ks_product` p
INNER JOIN `ks_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ks_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12245)
0.4 1 /classes/Product.php:2998
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12255
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.4 1 /modules/productcomments/ProductComment.php:197
SELECT SQL_NO_CACHE *
FROM `ks_currency` a
LEFT JOIN `ks_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ks_product` a
LEFT JOIN `ks_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ks_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12246) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ks_product` a
LEFT JOIN `ks_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ks_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12248) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='6b07d0eb858e23a9487b5770e6714e6a' AND cache_id="productlist_colors|12252|1|1" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12248
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.4 1 /modules/productcomments/ProductComment.php:197
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='6b07d0eb858e23a9487b5770e6714e6a' AND cache_id="productlist_colors|12248|1|1" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE *
FROM `ks_product` a
LEFT JOIN `ks_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ks_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12247) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ks_product` a
LEFT JOIN `ks_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ks_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12252) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE `id_page`
FROM `ks_page`
WHERE `id_page_type` = 3 AND `id_object` = 185 LIMIT 1
0.4 2 /classes/Page.php:77
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ks_feature_product pf
LEFT JOIN ks_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ks_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ks_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ks_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12245
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='4dfcd78cd7f1d10828162244fdef00e1' AND cache_id="blockmyaccountfooter|1|1|1|177" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12244|1|1","", FROM_UNIXTIME(1781696829))
0.4 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12248" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE *
FROM `ks_product` a
LEFT JOIN `ks_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ks_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12251) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ks_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ks_category` a
LEFT JOIN `ks_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ks_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 169) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='de9800aa10e2668fee9dc8b7e118e605' AND cache_id="blockcategories|1|1|1|177|2|185|1" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12254","", FROM_UNIXTIME(1781696830))
0.4 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ks_feature_product pf
LEFT JOIN ks_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ks_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ks_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ks_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12252
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:4453
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12255","", FROM_UNIXTIME(1781696830))
0.4 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12250","", FROM_UNIXTIME(1781696830))
0.4 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl, t.id_theme, t.name, t.directory
FROM ks_shop s
LEFT JOIN ks_shop_url su ON (s.id_shop = su.id_shop)
LEFT JOIN ks_theme t ON (t.id_theme = s.id_theme)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.4 1 /classes/shop/Shop.php:203
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12255
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.4 1 /modules/productcomments/ProductComment.php:184
SELECT SQL_NO_CACHE `reduction`
FROM `ks_product_group_reduction_cache`
WHERE `id_product` = 12244 AND `id_group` = 1 LIMIT 1
0.4 0 /classes/GroupReduction.php:149
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12251","", FROM_UNIXTIME(1781696830))
0.4 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ks_feature_product pf
LEFT JOIN ks_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ks_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ks_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ks_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12246
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='e8c0c74734f490aee8fdc513e4946116' AND cache_id="productcomments|1|1|1|177|12249" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ks_feature_product pf
LEFT JOIN ks_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ks_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ks_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ks_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12253
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ks_feature_product pf
LEFT JOIN ks_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ks_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ks_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ks_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12247
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12252
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.4 1 /modules/productcomments/ProductComment.php:184
SELECT SQL_NO_CACHE b.`id_blocklink`, b.`url`, b.`new_window`
FROM `ks_blocklink` b
0.4 1 /modules/blocklink/blocklink.php:185
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ks_lang` l
LEFT JOIN `ks_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.4 1 /classes/Language.php:777
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12247","", FROM_UNIXTIME(1781696829))
0.4 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12252","", FROM_UNIXTIME(1781696830))
0.4 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ks_feature_product pf
LEFT JOIN ks_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ks_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ks_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ks_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12255
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ks_feature_product pf
LEFT JOIN ks_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ks_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ks_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ks_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12254
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE nleft, nright, level_depth
FROM ks_category
WHERE id_category = 185 LIMIT 1
0.4 1 /classes/Category.php:1486
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ks_feature_product pf
LEFT JOIN ks_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ks_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ks_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ks_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12249
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ks_feature_product pf
LEFT JOIN ks_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ks_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ks_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ks_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12248
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ks_feature_product pf
LEFT JOIN ks_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ks_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ks_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ks_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12250
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12244
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.3 1 /modules/productcomments/ProductComment.php:184
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ks_product` p
INNER JOIN `ks_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ks_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12250)
0.3 1 /classes/Product.php:2998
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ks_feature_product pf
LEFT JOIN ks_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ks_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ks_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ks_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12251
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='6b07d0eb858e23a9487b5770e6714e6a' AND cache_id="productlist_colors|12251|1|1" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ks_category_group ctg
WHERE ctg.`id_category` = 185 AND ctg.`id_group` = 1 LIMIT 1
0.3 1 /classes/Category.php:1318
SELECT SQL_NO_CACHE * FROM `ks_image_type`
0.3 9 /classes/ImageType.php:143
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12245","", FROM_UNIXTIME(1781696829))
0.3 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12251
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.3 1 /modules/productcomments/ProductComment.php:184
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ks_product` p
INNER JOIN `ks_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ks_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12255)
0.3 1 /classes/Product.php:2998
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ks_product` p
INNER JOIN `ks_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ks_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12248)
0.3 1 /classes/Product.php:2998
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ks_product` p
INNER JOIN `ks_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ks_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12252)
0.3 1 /classes/Product.php:2998
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ks_product` p
INNER JOIN `ks_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ks_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12253)
0.3 1 /classes/Product.php:2998
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12249","", FROM_UNIXTIME(1781696829))
0.3 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ks_product` p
INNER JOIN `ks_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ks_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12246)
0.3 1 /classes/Product.php:2998
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12247
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.3 1 /modules/productcomments/ProductComment.php:184
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='6b07d0eb858e23a9487b5770e6714e6a' AND cache_id="productlist_colors|12245|1|1" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12245
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.3 1 /modules/productcomments/ProductComment.php:184
SELECT SQL_NO_CACHE *
FROM `ks_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.3 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ks_product` p
INNER JOIN `ks_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ks_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12251)
0.3 1 /classes/Product.php:2998
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12246","", FROM_UNIXTIME(1781696829))
0.3 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ks_product` p
INNER JOIN `ks_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ks_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12254)
0.3 1 /classes/Product.php:2998
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ks_product` p
INNER JOIN `ks_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ks_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12247)
0.3 1 /classes/Product.php:2998
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ks_product` p
INNER JOIN `ks_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ks_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 12249)
0.3 1 /classes/Product.php:2998
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12250
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.3 1 /modules/productcomments/ProductComment.php:184
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='6b07d0eb858e23a9487b5770e6714e6a' AND cache_id="productlist_colors|12250|1|1" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE *
FROM `ks_group_lang`
WHERE `id_group` = 1
0.3 1 /Adapter/Adapter_EntityMapper.php:68
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12246
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.3 1 /modules/productcomments/ProductComment.php:184
SELECT SQL_NO_CACHE value FROM `ks_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.3 1 /classes/shop/Shop.php:1068
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12254
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.3 1 /modules/productcomments/ProductComment.php:184
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('561a914ada21245ed6d8e74aa6a5eeac',"blockspecials|20260617|6|20260617|1|1|1|177","", FROM_UNIXTIME(1781696829))
0.3 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE nleft, nright, level_depth
FROM ks_category
WHERE id_category = 2 LIMIT 1
0.3 1 /classes/Category.php:1486
SELECT SQL_NO_CACHE * FROM `ks_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.3 4 /classes/module/Module.php:2141
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12248","", FROM_UNIXTIME(1781696829))
0.3 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='6b07d0eb858e23a9487b5770e6714e6a' AND cache_id="productlist_colors|12246|1|1" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12253
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.3 1 /modules/productcomments/ProductComment.php:184
SELECT SQL_NO_CACHE `width`, `height`
FROM ks_image_type
WHERE `name` = 'medium_default' LIMIT 1
0.3 1 /classes/Image.php:472
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12248
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.3 1 /modules/productcomments/ProductComment.php:184
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ks_product_comment` pc
WHERE pc.`id_product` = 12249
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1
0.3 1 /modules/productcomments/ProductComment.php:184
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ks_smarty_last_flush` WHERE type='template' LIMIT 1
0.3 1 /classes/SmartyCustom.php:142
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e8c0c74734f490aee8fdc513e4946116',"productcomments|1|1|1|177|12253","", FROM_UNIXTIME(1781696830))
0.3 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE `reduction`
FROM `ks_group`
WHERE `id_group` = 1 LIMIT 1
0.3 1 /classes/Group.php:133
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='8f8c4a225728448c698081f42daa847c' AND cache_id="blocksearch-top|1|1|1|177" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE 1 FROM `ks_specific_price` WHERE `to` BETWEEN '2026-06-17 00:00:00' AND '2026-06-17 23:59:59' LIMIT 1
0.2 1 /classes/SpecificPrice.php:305
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ks_stock_available`
WHERE (id_product = 12244) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ks_product_comment` pc
WHERE `id_product` = 12252 AND `validate` = 1 LIMIT 1
0.2 1 /modules/productcomments/ProductComment.php:240
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ks_product_comment` pc
WHERE `id_product` = 12248 AND `validate` = 1 LIMIT 1
0.2 1 /modules/productcomments/ProductComment.php:240
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ks_product_comment` pc
WHERE `id_product` = 12244 AND `validate` = 1 LIMIT 1
0.2 1 /modules/productcomments/ProductComment.php:240
SELECT SQL_NO_CACHE `id_module` FROM `ks_module_shop` WHERE `id_module` = 87 AND `id_shop` = 1 LIMIT 1
0.2 1 /classes/module/Module.php:2218
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ks_product_comment` pc
WHERE `id_product` = 12251 AND `validate` = 1 LIMIT 1
0.2 1 /modules/productcomments/ProductComment.php:240
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ks_specific_price_priority`
WHERE `id_product` = 12244
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ks_product_shop`
WHERE `id_product` = 12244 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ks_product_comment` pc
WHERE `id_product` = 12247 AND `validate` = 1 LIMIT 1
0.2 1 /modules/productcomments/ProductComment.php:240
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12245|1|1","", FROM_UNIXTIME(1781696829))
0.2 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ks_stock_available`
WHERE (id_product = 12249) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE *
FROM `ks_theme` a
WHERE (a.`id_theme` = 1) LIMIT 1
0.2 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ks_product_comment` pc
WHERE `id_product` = 12246 AND `validate` = 1 LIMIT 1
0.2 1 /modules/productcomments/ProductComment.php:240
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ks_product_comment` pc
WHERE `id_product` = 12255 AND `validate` = 1 LIMIT 1
0.2 1 /modules/productcomments/ProductComment.php:240
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
WHERE `template_hash`='6b07d0eb858e23a9487b5770e6714e6a' AND cache_id="productlist_colors|12244|1|1" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ks_stock_available`
WHERE (id_product = 12254) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ks_stock_available`
WHERE (id_product = 12251) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ks_specific_price_priority`
WHERE `id_product` = 12246
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE id_shop
FROM `ks_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1451
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ks_product_comment` pc
WHERE `id_product` = 12254 AND `validate` = 1 LIMIT 1
0.2 1 /modules/productcomments/ProductComment.php:240
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ks_product_comment` pc
WHERE `id_product` = 12250 AND `validate` = 1 LIMIT 1
0.2 1 /modules/productcomments/ProductComment.php:240
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ks_stock_available`
WHERE (id_product = 12252) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ks_specific_price_priority`
WHERE `id_product` = 12253
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ks_stock_available`
WHERE (id_product = 12255) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ks_product_comment` pc
WHERE `id_product` = 12249 AND `validate` = 1 LIMIT 1
0.2 1 /modules/productcomments/ProductComment.php:240
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ks_product_comment` pc
WHERE `id_product` = 12245 AND `validate` = 1 LIMIT 1
0.2 1 /modules/productcomments/ProductComment.php:240
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12251|1|1","", FROM_UNIXTIME(1781696829))
0.2 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ks_specific_price_priority`
WHERE `id_product` = 12255
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ks_stock_available`
WHERE (id_product = 12246) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ks_stock_available`
WHERE (id_product = 12245) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ks_specific_price_priority`
WHERE `id_product` = 12248
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ks_stock_available`
WHERE (id_product = 12247) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ks_stock_available`
WHERE (id_product = 12250) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ks_specific_price_priority`
WHERE `id_product` = 12247
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ks_specific_price_priority`
WHERE `id_product` = 12249
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:198
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12250|1|1","", FROM_UNIXTIME(1781696829))
0.2 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12249|1|1","", FROM_UNIXTIME(1781696829))
0.2 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12246|1|1","", FROM_UNIXTIME(1781696829))
0.2 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ks_specific_price_priority`
WHERE `id_product` = 12245
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ks_specific_price_priority`
WHERE `id_product` = 12250
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ks_product_shop`
WHERE `id_product` = 12253 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ks_specific_price_priority`
WHERE `id_product` = 12252
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ks_stock_available`
WHERE (id_product = 12253) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE COUNT(`id_product_comment`) AS "nbr"
FROM `ks_product_comment` pc
WHERE `id_product` = 12253 AND `validate` = 1 LIMIT 1
0.2 1 /modules/productcomments/ProductComment.php:240
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ks_product_shop`
WHERE `id_product` = 12246 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ks_product_shop`
WHERE `id_product` = 12248 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ks_stock_available`
WHERE (id_product = 12248) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE `width`, `height`
FROM ks_image_type
WHERE `name` = 'm_scene_default' LIMIT 1
0.2 1 /classes/Image.php:472
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ks_specific_price_priority`
WHERE `id_product` = 12251
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ks_specific_price_priority`
WHERE `id_product` = 12254
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE id_shop
FROM `ks_category_shop`
WHERE `id_category` = 185
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1451
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ks_product_shop`
WHERE `id_product` = 12245 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `width`, `height`
FROM ks_image_type
WHERE `name` = 'home_default' LIMIT 1
0.2 1 /classes/Image.php:472
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ks_product_shop`
WHERE `id_product` = 12254 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ks_product_shop`
WHERE `id_product` = 12251 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ks_product_shop`
WHERE `id_product` = 12249 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ks_product_shop`
WHERE `id_product` = 12250 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ks_product_shop`
WHERE `id_product` = 12255 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ks_product_shop`
WHERE `id_product` = 12247 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE id_shop
FROM `ks_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1451
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ks_product_shop`
WHERE `id_product` = 12252 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5032
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12247|1|1","", FROM_UNIXTIME(1781696829))
0.2 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE id_shop
FROM `ks_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1451
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12252|1|1","", FROM_UNIXTIME(1781696829))
0.2 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE `reduction`
FROM `ks_product_group_reduction_cache`
WHERE `id_product` = 12252 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12254|1|1","", FROM_UNIXTIME(1781696829))
0.2 1 /classes/SmartyCustom.php:263
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12253|1|1","", FROM_UNIXTIME(1781696829))
0.2 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE `reduction`
FROM `ks_product_group_reduction_cache`
WHERE `id_product` = 12254 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12255|1|1","", FROM_UNIXTIME(1781696829))
0.2 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE `reduction`
FROM `ks_product_group_reduction_cache`
WHERE `id_product` = 12253 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `reduction`
FROM `ks_product_group_reduction_cache`
WHERE `id_product` = 12246 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `reduction`
FROM `ks_product_group_reduction_cache`
WHERE `id_product` = 12249 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `reduction`
FROM `ks_product_group_reduction_cache`
WHERE `id_product` = 12245 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `reduction`
FROM `ks_product_group_reduction_cache`
WHERE `id_product` = 12251 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `reduction`
FROM `ks_product_group_reduction_cache`
WHERE `id_product` = 12250 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `reduction`
FROM `ks_product_group_reduction_cache`
WHERE `id_product` = 12255 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `reduction`
FROM `ks_product_group_reduction_cache`
WHERE `id_product` = 12247 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `reduction`
FROM `ks_product_group_reduction_cache`
WHERE `id_product` = 12248 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
INSERT IGNORE INTO `ks_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6b07d0eb858e23a9487b5770e6714e6a',"productlist_colors|12248|1|1","", FROM_UNIXTIME(1781696829))
0.1 1 /classes/SmartyCustom.php:263

Doubles

24
INSERT IGNORE INTO `ks_smarty_lazy_cache`
							(`template_hash`, `cache_id`, `compile_id`, `last_update`)
							VALUES (XX,"productcomments|XX|XX|XX|XX|XX","", FROM_UNIXTIME(XX))
24
INSERT IGNORE INTO `ks_smarty_lazy_cache`
							(`template_hash`, `cache_id`, `compile_id`, `last_update`)
							VALUES (XX,"productlist_colors|XX|XX|XX","", FROM_UNIXTIME(XX))
12
SELECT *
FROM `ks_product` a
LEFT JOIN `ks_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `ks_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) AND (b.`id_shop` = XX) LIMIT XX
12
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="productlist_colors|XX|XX|XX" AND compile_id="" LIMIT XX
12
			SELECT `reduction`
			FROM `ks_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
12
				SELECT `priority`, `id_specific_price_priority`
				FROM `ks_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
12
							SELECT `id_tax_rules_group`
							FROM `ks_product_shop`
							WHERE `id_product` = XX AND id_shop=XX LIMIT XX
12
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ks_product` p
INNER JOIN `ks_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `ks_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
12
			SELECT *, ( IF (`id_group` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_shop` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `ks_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` IN (XX, XX) AND `id_customer` = XX AND `id_product_attribute` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
12
				SELECT name, value, pf.id_feature
				FROM ks_feature_product pf
				LEFT JOIN ks_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
				LEFT JOIN ks_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
				LEFT JOIN ks_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
				 INNER JOIN ks_feature_shop feature_shop
		ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX)
				WHERE pf.id_product = XX
				ORDER BY f.position ASC
12
SELECT SUM(quantity)
FROM `ks_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
12
SELECT (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
				MIN(pc.`grade`) AS min,
				MAX(pc.`grade`) AS max
			FROM `ks_product_comment` pc
			WHERE pc.`id_product` = XX
			AND pc.`deleted` = XX AND pc.`validate` = XX LIMIT XX
12
			SELECT COUNT(`id_product_comment`) AS "nbr"
			FROM `ks_product_comment` pc
			WHERE `id_product` = XX AND `validate` = XX LIMIT XX
12
UPDATE `ks_smarty_lazy_cache`
							SET filepath='productcomments/XX/XX/XX/XX/XX/XXb/XX/aXX/XXbXXaXXeXXacdXXaXXcXXeXXccXXfXX.productcomments_reviews.tpl.php'
							WHERE `template_hash`=XX AND cache_id="productcomments|XX|XX|XX|XX|XX" AND compile_id=""
12
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="productcomments|XX|XX|XX|XX|XX" AND compile_id="" LIMIT XX
12
		SELECT (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
		FROM `ks_product_comment` pc
		WHERE pc.`id_product` = XX
		AND pc.`deleted` = XX AND pc.`validate` = XX LIMIT XX
3
SELECT *
FROM `ks_category` a
LEFT JOIN `ks_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `ks_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX
3
				SELECT m.`id_module`, m.`name`, (
					SELECT id_module
					FROM `ks_module_shop` ms
					WHERE m.`id_module` = ms.`id_module`
					AND ms.`id_shop` = XX
					LIMIT XX
				) as mshop
				FROM `ks_module` m
2
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ks_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="blockcms|XX|XX|XX|XX|XX" AND compile_id="" LIMIT XX
2
INSERT IGNORE INTO `ks_smarty_lazy_cache`
							(`template_hash`, `cache_id`, `compile_id`, `last_update`)
							VALUES (XX,"blockspecials|XX|XX|XX|XX|XX|XX|XX","", FROM_UNIXTIME(XX))
2
			SELECT nleft, nright, level_depth
			FROM ks_category
			WHERE id_category = XX LIMIT XX

Tables stress

38 product_shop
36 product_comment
34 smarty_lazy_cache
26 product
16 specific_price
14 product_attribute_shop
13 product_lang
13 stock_available
12 feature_product
12 feature_lang
12 product_group_reduction_cache
12 feature
12 feature_shop
12 specific_price_priority
12 feature_value_lang
8 category_lang
7 module
7 category
6 category_shop
6 module_shop
5 image_type
4 currency_shop
4 lang_shop
4 shop_url
4 hook
4 shop
3 lang
3 currency
3 theme
2 smarty_last_flush
2 shop_group
2 configuration
2 themeconfigurator
2 country
2 country_shop
2 group
2 category_product
2 hook_module
2 meta
2 group_shop
2 category_group
2 country_lang
2 hook_alias
1 product_attribute
1 product_attribute_combination
1 connections
1 page_type
1 page
1 oneclickorder_fields
1 oneclickorder_fields_lang
1 required_field
1 supplier_shop
1 attribute_lang
1 attribute_group
1 supplier
1 supplier_lang
1 attribute
1 zone
1 theme_meta
1 group_lang
1 scene_category
1 meta_lang
1 module_currency
1 configuration_lang
1 module_group
1 scene
1 scene_shop
1 image_shop
1 image_lang
1 blocklink
1 state
1 scene_lang
1 hook_module_exceptions
1 manufacturer

ObjectModel instances

NameInstancesSource
Product 12 /classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
Category 5 /controllers/front/CategoryController.php [105]
/classes/Link.php [177]
/modules/blockcategories/blockcategories.php [200]
/classes/Link.php [177]
/classes/Link.php [177]
Language 2 /config/config.inc.php [195]
/classes/Tools.php [498]
Address 2 /classes/Product.php [2937]
/classes/Product.php [4403]
Country 2 /config/config.inc.php [142]
/classes/controller/FrontController.php [279]
Theme 1 /config/config.inc.php [115]
Guest 1 /modules/statsdata/statsdata.php [104]
Connection 1 /modules/statsdata/statsdata.php [142]
Group 1 /classes/Cart.php [184]
Currency 1 /classes/Tools.php [613]
ShopGroup 1 /classes/shop/Shop.php [519]
Customer 1 /config/config.inc.php [221]
Shop 1 /config/config.inc.php [114]
Cart 1 /classes/controller/FrontController.php [348]

Included Files

#Filename
1/index.php
2/config/config.inc.php
3/config/defines.inc.php
4/config/settings.inc.php
5/config/autoload.php
6/config/alias.php
7/classes/PrestaShopAutoload.php
8/cache/class_index.php
9/config/bootstrap.php
10/Core/Business/Core_Business_ContainerBuilder.php
11/Core/Foundation/IoC/Core_Foundation_IoC_Container.php
12/Adapter/Adapter_ServiceLocator.php
13/classes/controller/Controller.php
14/classes/ObjectModel.php
15/Core/Foundation/Database/Core_Foundation_Database_EntityInterface.php
16/classes/db/Db.php
17/classes/Tools.php
18/classes/Context.php
19/classes/shop/Shop.php
20/classes/db/DbPDO.php
21/classes/Configuration.php
22/classes/Validate.php
23/classes/cache/Cache.php
24/Adapter/Adapter_EntityMapper.php
25/classes/db/DbQuery.php
26/classes/Theme.php
27/config/defines_uri.inc.php
28/classes/Language.php
29/classes/Country.php
30/classes/PrestaShopCollection.php
31/classes/shop/ShopGroup.php
32/classes/Cookie.php
33/classes/Blowfish.php
34/config/smarty.config.inc.php
35/tools/smarty/Smarty.class.php
36/tools/smarty/sysplugins/smarty_internal_data.php
37/tools/smarty/sysplugins/smarty_internal_templatebase.php
38/tools/smarty/sysplugins/smarty_internal_template.php
39/tools/smarty/sysplugins/smarty_resource.php
40/tools/smarty/sysplugins/smarty_internal_resource_file.php
41/tools/smarty/sysplugins/smarty_cacheresource.php
42/tools/smarty/sysplugins/smarty_internal_cacheresource_file.php
43/classes/SmartyCustom.php
44/config/smartyfront.config.inc.php
45/classes/Customer.php
46/classes/Group.php
47/classes/Link.php
48/classes/shop/ShopUrl.php
49/classes/Dispatcher.php
50/override/classes/Dispatcher.php
51/classes/module/Module.php
52/classes/Hook.php
53/tools/mobile_Detect/Mobile_Detect.php
54/config/db_slave_server.inc.php
55/modules/yamodule/yamodule.php
56/classes/PaymentModule.php
57/modules/yamodule/classes/mws.php
58/modules/yamodule/classes/oc.php
59/modules/yamodule/classes/partner.php
60/modules/yamodule/classes/ymlclass.php
61/modules/yamodule/classes/hforms.php
62/modules/yamodule/classes/callback.php
63/modules/yamodule/lib/api.php
64/modules/yamodule/lib/base.php
65/modules/yamodule/lib/exceptions.php
66/modules/yamodule/lib/requests.php
67/modules/yamodule/lib/external_payment.php
68/classes/Translate.php
69/modules/yamodule/translations/ru.php
70/classes/Currency.php
71/modules/psoneclickorder/psoneclickorder.php
72/modules/psoneclickorder/classes/OcRequiredClasses.php
73/modules/psoneclickorder/classes/OcFields.php
74/modules/psoneclickorder/classes/OneclickorderObj.php
75/modules/psoneclickorder/translations/ru.php
76/controllers/front/CategoryController.php
77/classes/controller/FrontController.php
78/controllers/front/FrontController.php
79/classes/Category.php
80/themes/default-bootstrap/lang/ru.php
81/classes/Cart.php
82/classes/CartRule.php
83/classes/Meta.php
84/classes/Product.php
85/classes/webservice/WebserviceRequest.php
86/classes/Media.php
87/classes/Scene.php
88/modules/blockbestsellers/blockbestsellers.php
89/themes/default-bootstrap/modules/blockbestsellers/translations/ru.php
90/modules/blockbestsellers/translations/ru.php
91/modules/blockcart/blockcart.php
92/themes/default-bootstrap/modules/blockcart/translations/ru.php
93/modules/blockcart/translations/ru.php
94/modules/blockcategories/blockcategories.php
95/themes/default-bootstrap/modules/blockcategories/translations/ru.php
96/modules/blockcategories/translations/ru.php
97/modules/blockcurrencies/blockcurrencies.php
98/themes/default-bootstrap/modules/blockcurrencies/translations/ru.php
99/modules/blockcurrencies/translations/ru.php
100/modules/blocklanguages/blocklanguages.php
101/themes/default-bootstrap/modules/blocklanguages/translations/ru.php
102/modules/blocklanguages/translations/ru.php
103/modules/themeconfigurator/themeconfigurator.php
104/themes/default-bootstrap/modules/themeconfigurator/translations/ru.php
105/modules/themeconfigurator/translations/ru.php
106/cache/smarty/compile/f4/63/29/f463299f1903e5a87396bf7197818571ea16bf09.file.hook.tpl.php
107/tools/smarty/sysplugins/smarty_internal_filter_handler.php
108/modules/blockcms/blockcms.php
109/modules/blockcms/BlockCMSModel.php
110/themes/default-bootstrap/modules/blockcms/translations/ru.php
111/modules/blockcms/translations/ru.php
112/modules/blockcontact/blockcontact.php
113/themes/default-bootstrap/modules/blockcontact/translations/ru.php
114/modules/blockcontact/translations/ru.php
115/modules/blockcontactinfos/blockcontactinfos.php
116/themes/default-bootstrap/modules/blockcontactinfos/translations/ru.php
117/modules/blockcontactinfos/translations/ru.php
118/modules/blockmyaccount/blockmyaccount.php
119/themes/default-bootstrap/modules/blockmyaccount/translations/ru.php
120/modules/blockmyaccount/translations/ru.php
121/modules/blockmyaccountfooter/blockmyaccountfooter.php
122/themes/default-bootstrap/modules/blockmyaccountfooter/translations/ru.php
123/modules/blockmyaccountfooter/translations/ru.php
124/modules/blocknewsletter/blocknewsletter.php
125/themes/default-bootstrap/modules/blocknewsletter/translations/ru.php
126/modules/blocknewsletter/translations/ru.php
127/modules/blockpaymentlogo/blockpaymentlogo.php
128/themes/default-bootstrap/modules/blockpaymentlogo/translations/ru.php
129/modules/blockpaymentlogo/translations/ru.php
130/modules/blocksearch/blocksearch.php
131/themes/default-bootstrap/modules/blocksearch/translations/ru.php
132/modules/blocksearch/translations/ru.php
133/modules/blockspecials/blockspecials.php
134/themes/default-bootstrap/modules/blockspecials/translations/ru.php
135/modules/blockspecials/translations/ru.php
136/modules/blockstore/blockstore.php
137/themes/default-bootstrap/modules/blockstore/translations/ru.php
138/modules/blockstore/translations/ru.php
139/modules/blockuserinfo/blockuserinfo.php
140/themes/default-bootstrap/modules/blockuserinfo/translations/ru.php
141/modules/blockuserinfo/translations/ru.php
142/modules/blockviewed/blockviewed.php
143/themes/default-bootstrap/modules/blockviewed/translations/ru.php
144/modules/blockviewed/translations/ru.php
145/modules/homeslider/homeslider.php
146/modules/homeslider/HomeSlide.php
147/themes/default-bootstrap/modules/homeslider/translations/ru.php
148/modules/homeslider/translations/ru.php
149/modules/homefeatured/homefeatured.php
150/themes/default-bootstrap/modules/homefeatured/translations/ru.php
151/modules/homefeatured/translations/ru.php
152/modules/blockwishlist/blockwishlist.php
153/modules/blockwishlist/WishList.php
154/themes/default-bootstrap/modules/blockwishlist/translations/ru.php
155/modules/blockwishlist/translations/ru.php
156/modules/scrolltop/scrolltop.php
157/themes/default-bootstrap/modules/scrolltop/translations/ru.php
158/modules/scrolltop/translations/ru.php
159/modules/blocklink/blocklink.php
160/themes/default-bootstrap/modules/blocklink/translations/ru.php
161/modules/blocklink/translations/ru.php
162/modules/editorial/editorial.php
163/themes/default-bootstrap/modules/editorial/translations/ru.php
164/modules/editorial/translations/ru.php
165/modules/editorial/EditorialClass.php
166/modules/mailalerts/mailalerts.php
167/modules/mailalerts/MailAlert.php
168/themes/default-bootstrap/modules/mailalerts/translations/ru.php
169/modules/mailalerts/translations/ru.php
170/modules/productcomments/productcomments.php
171/themes/default-bootstrap/modules/productcomments/translations/ru.php
172/modules/productcomments/translations/ru.php
173/modules/htmlbox/htmlbox.php
174/themes/default-bootstrap/modules/htmlbox/translations/ru.php
175/cache/smarty/compile/c6/7c/f9/c67cf9d13773f7a511f859a6b20f5a009dfe46df.file.html.tpl.php
176/modules/sendinblue/sendinblue.php
177/modules/sendinblue/Psmailin.php
178/modules/sendinblue/config.php
179/themes/default-bootstrap/modules/sendinblue/translations/ru.php
180/modules/sendinblue/backward_compatibility/backward.php
181/modules/sendinblue/backward_compatibility/Display.php
182/cache/smarty/cache/blocksearch_top/1/1/1/177/91/74/bb/9174bbe1a13fa3223e1a25fc564435fc2db2e1f3.blocksearch-top.tpl.php
183/Adapter/Adapter_AddressFactory.php
184/Adapter/Adapter_ProductPriceCalculator.php
185/Adapter/Adapter_Configuration.php
186/Core/Business/Core_Business_ConfigurationInterface.php
187/classes/Customization.php
188/cache/smarty/compile/db/b0/fb/dbb0fb112b9704e7d7e799b787a8a2badb27c924.file.blockcart.tpl.php
189/tools/smarty/plugins/modifier.replace.php
190/tools/smarty/plugins/function.counter.php
191/tools/minify_html/minify_html.class.php
192/cache/smarty/compile/ae/53/4b/ae534bd6b97a4818d666cd8e43d0344e16f34ea3.file.blockuserinfo.tpl.php
193/modules/pagesnotfound/pagesnotfound.php
194/themes/default-bootstrap/modules/pagesnotfound/translations/ru.php
195/modules/pagesnotfound/translations/ru.php
196/modules/sekeywords/sekeywords.php
197/classes/module/ModuleGraph.php
198/themes/default-bootstrap/modules/sekeywords/translations/ru.php
199/modules/sekeywords/translations/ru.php
200/cache/smarty/compile/af/9c/9a/af9c9a8980f80e2cc044338025f2a4e442fbaebb.file.blockwishlist_top.tpl.php
201/cache/smarty/cache/blockcategories/1/1/1/177/2/185/1/ec/75/87/ec758744b0429eaec99002c15fe6863b3bce341c.blockcategories.tpl.php
202/cache/smarty/cache/blockcms/0/1/1/1/177/3a/02/c9/3a02c995bb439e477ddfe6b9ecb70d6b257e27e0.blockcms.tpl.php
203/classes/Address.php
204/classes/SpecificPrice.php
205/modules/blockmanufacturer/blockmanufacturer.php
206/themes/default-bootstrap/modules/blockmanufacturer/translations/ru.php
207/modules/blockmanufacturer/translations/ru.php
208/cache/smarty/cache/blockmanufacturer/1/1/1/177/72/30/dc/7230dc6f07039901a39df588735d793de09fb0bf.blockmanufacturer.tpl.php
209/2ed7f392b415aaf80a819bece81c58936ccda449041da10ab9fbad9b88d0c65c/backlinks.php
210/classes/ImageType.php
211/classes/Combination.php
212/classes/stock/StockAvailable.php
213/classes/tax/Tax.php
214/classes/tax/TaxManagerFactory.php
215/classes/tax/TaxRulesTaxManager.php
216/classes/tax/TaxManagerInterface.php
217/classes/tax/TaxCalculator.php
218/classes/GroupReduction.php
219/classes/Feature.php
220/classes/Image.php
221/classes/Supplier.php
222/cache/smarty/compile/20/0a/8d/200a8d1c3cdaf9a95afa5b70d7eeba642e858165.file.blocknewsletter.tpl.php
223/cache/smarty/cache/blockcategories/1/1/1/177/185/1/20/75/e0/2075e050e4b69c7dd7a9b7702da561733167e2fd.blockcategories_footer.tpl.php
224/cache/smarty/cache/blockcms/2/1/1/1/177/3a/02/c9/3a02c995bb439e477ddfe6b9ecb70d6b257e27e0.blockcms.tpl.php
225/cache/smarty/cache/blockmyaccountfooter/1/1/1/177/d3/b9/70/d3b97051f392e3e8654048a4d5f2a5006593805d.blockmyaccountfooter.tpl.php
226/cache/smarty/cache/blockcontactinfos/1/1/1/177/d8/ea/01/d8ea01b48cf2637541568adfd806a1c68ff94773.blockcontactinfos.tpl.php
227/modules/statsdata/statsdata.php
228/themes/default-bootstrap/modules/statsdata/translations/ru.php
229/modules/statsdata/translations/ru.php
230/classes/Guest.php
231/classes/Connection.php
232/classes/Page.php
233/classes/ConnectionsSource.php
234/cache/smarty/compile/5b/0a/d2/5b0ad2b56ec2fae2d514605994b02901929dead2.file.footer.tpl.php
235/cache/smarty/compile/31/cf/00/31cf0033384e13a283fe5e426742726eb3cd8abc.file.displayFooter.tpl.php
236/modules/sapelinks/sapelinks.php
237/translations/ru/errors.php
238/cache/smarty/compile/77/fa/0f/77fa0fa76c1b2a3e40f5d55c1cd45eb66ad45bb4.file.category.tpl.php
239/cache/smarty/compile/b5/f3/e0/b5f3e02e600996976986660c7d4414fec7fe8815.file.errors.tpl.php
240/cache/smarty/compile/3b/cd/65/3bcd651f22b35045bcbb462b3b2d45d85264f76e.file.category-count.tpl.php
241/cache/smarty/compile/8d/1b/0b/8d1b0bce2f6cf905a512e0c7315c52e4919fc0b4.file.product-sort.tpl.php
242/cache/smarty/compile/01/f7/91/01f791864e5cb5ee298e2d26f2af8b30f1f90c58.file.nbr-product-page.tpl.php
243/cache/smarty/compile/55/1c/72/551c72d48b88df5af7d32400edb2e4e846fb1287.file.product-compare.tpl.php
244/cache/smarty/compile/e3/d2/b1/e3d2b189a28728fb2af972208e106cc401c2f227.file.pagination.tpl.php
245/cache/smarty/compile/a5/d3/81/a5d381b045f760a008ce120dd3ede708e7400b56.file.product-list.tpl.php
246/tools/smarty/plugins/function.math.php
247/modules/productcomments/ProductComment.php
248/cache/smarty/compile/7b/47/a4/7b47a49e14381acd1185a99c16e71023cc02f392.file.productcomments_reviews.tpl.cache.php
249/tools/smarty/sysplugins/smarty_internal_write_file.php
250/cache/smarty/compile/a9/23/c7/a923c7f3ddbfb373798de44c744a853e8962681a.file.blockwishlist_button.tpl.php
251/cache/smarty/compile/0a/ec/56/0aec567711f1b87024d8a943d4d5d5fc4b01a4df.file.layout.tpl.php
252/cache/smarty/compile/0d/e6/9f/0de69fa5bfd7c7adbcae425a48db7fe76a83423d.file.header.tpl.php
253/tools/smarty/plugins/function.implode.php
254/cache/smarty/cache/blockcontact/1/1/1/177/1f/f9/d3/1ff9d39ed08fe7f1ce24cd93119227f4fc433610.nav.tpl.php
255/cache/smarty/compile/73/10/ee/7310eef9efb3ffd01f83e806e1076f3a4f489f28.file.nav.tpl.php
256/cache/smarty/compile/b3/a2/1e/b3a21e5f754fb8e3ff6036c6ead6fa88d1f76aac.file.breadcrumb.tpl.php
257/tools/smarty/plugins/modifier.regex_replace.php
258/tools/smarty/plugins/shared.mb_str_replace.php
259/cache/smarty/compile/8b/c0/00/8bc00077035dd732d777a6bd75c06a87327f6fa0.file.footer.tpl.php
260/cache/smarty/compile/ae/24/98/ae2498644d6ad22ba9c69618270514780fb88bfa.file.global.tpl.php
261/tools/js_minify/jsmin.php
262/cache/smarty/compile/91/1c/75/911c7597ac5c55a02b405ae7a1173e39ab017ede.file.javascript.tpl.php