SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM T3Dz1_product p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 GROUP BY p.id_product) p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN T3Dz1_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN T3Dz1_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((a.id_attribute_group=1)) AND ((fp_1.id_feature_value=746)) AND ((fp_2.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) GROUP BY pac.id_attribute |
10465
ms
|
72 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Filters/Block.php:737<br>/modules/ps_facetedsearch/src/Filters/Block.php:150<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
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 `T3Dz1_configuration` c
LEFT JOIN `T3Dz1_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
7287
ms
|
4512 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:38
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM T3Dz1_product p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 GROUP BY p.id_product) p INNER JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=1)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) GROUP BY fp.id_feature_value |
4525
ms
|
240 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Filters/Block.php:855<br>/modules/ps_facetedsearch/src/Filters/Block.php:154<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM T3Dz1_product p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 GROUP BY p.id_product) p INNER JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN T3Dz1_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=3)) AND ((fp_1.id_feature_value=746)) AND ((fp_2.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) GROUP BY fp.id_feature_value |
4421
ms
|
36 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Filters/Block.php:855<br>/modules/ps_facetedsearch/src/Filters/Block.php:154<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM T3Dz1_product p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 GROUP BY p.id_product) p INNER JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN T3Dz1_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=4)) AND ((fp_1.id_feature_value=746)) AND ((fp_2.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) GROUP BY fp.id_feature_value |
4073
ms
|
36 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Filters/Block.php:855<br>/modules/ps_facetedsearch/src/Filters/Block.php:154<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `T3Dz1_module` m
INNER JOIN T3Dz1_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 `T3Dz1_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `T3Dz1_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `T3Dz1_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `T3Dz1_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") 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` |
3524
ms
|
321 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:39
|
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM T3Dz1_product p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 GROUP BY p.id_product) p INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND cg.id_group='1' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<225 GROUP BY cp.id_category |
3277
ms
|
36 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Filters/Block.php:992<br>/modules/ps_facetedsearch/src/Filters/Block.php:158<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `T3Dz1_feature_value` v LEFT JOIN `T3Dz1_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `T3Dz1_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 2 ORDER BY vl.`value` ASC |
2980
ms
|
702 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864<br>/modules/ps_facetedsearch/src/Filters/Block.php:154<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `T3Dz1_feature_value` v LEFT JOIN `T3Dz1_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `T3Dz1_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 2 ORDER BY vl.`value` ASC |
2953
ms
|
702 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:163<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `T3Dz1_hook_module` hm
STRAIGHT_JOIN `T3Dz1_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `T3Dz1_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2936
ms
|
728 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM T3Dz1_product p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 GROUP BY p.id_product) p LEFT JOIN T3Dz1_specific_price sp ON (
sp.id_product = p.id_product AND
sp.id_shop IN (0, 1) AND
sp.id_currency IN (0, 1) AND
sp.id_country IN (0, 21) AND
sp.id_group IN (0, 1) AND
sp.from_quantity = 1 AND
sp.reduction > 0 AND
sp.id_customer = 0 AND
sp.id_cart = 0 AND
(sp.from = '0000-00-00 00:00:00' OR '2025-04-09 00:02:22' >= sp.from) AND
(sp.to = '0000-00-00 00:00:00' OR '2025-04-09 00:02:22' <= sp.to)
) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN T3Dz1_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sp.reduction>0)) AND ((fp_1.id_feature_value=746)) AND ((fp_2.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) |
2700
ms
|
36 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:757<br>/modules/ps_facetedsearch/src/Filters/Block.php:605<br>/modules/ps_facetedsearch/src/Filters/Block.php:143<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM T3Dz1_product p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 GROUP BY p.id_product) p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN T3Dz1_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock=0)) AND ((fp_1.id_feature_value=746)) AND ((fp_2.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) |
2699
ms
|
72 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:757<br>/modules/ps_facetedsearch/src/Filters/Block.php:480<br>/modules/ps_facetedsearch/src/Filters/Block.php:140<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title,ml.sub_title, ml.html, ml.url, ml.short_description, ml.label
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1 WHERE id_parent=309 AND m.`active`=1 AND m.`id_spverticalmenu_group`=1 ORDER BY `position` |
2297
ms
|
166 |
Yes
|
|
/modules/spverticalmenu/Verticalmenu.php:145
/modules/spverticalmenu/Verticalmenu.php:314<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM T3Dz1_product p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 GROUP BY p.id_product) p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN T3Dz1_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.out_of_stock IN (1, 2)) OR (sa.quantity>0)) AND ((fp_1.id_feature_value=746)) AND ((fp_2.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) |
2254
ms
|
72 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:757<br>/modules/ps_facetedsearch/src/Filters/Block.php:494<br>/modules/ps_facetedsearch/src/Filters/Block.php:140<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `T3Dz1_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `T3Dz1_hook_alias` ha
INNER JOIN `T3Dz1_hook` h ON ha.name = h.name |
2226
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM T3Dz1_product p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 GROUP BY p.id_product) p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN T3Dz1_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value=746)) AND ((fp_2.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) |
2164
ms
|
72 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:757<br>/modules/ps_facetedsearch/src/Filters/Block.php:505<br>/modules/ps_facetedsearch/src/Filters/Block.php:140<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM T3Dz1_product p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=746)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 GROUP BY p.id_product) p INNER JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=2)) AND ((fp_1.id_feature_value=746)) GROUP BY fp.id_feature_value |
1970
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Filters/Block.php:855<br>/modules/ps_facetedsearch/src/Filters/Block.php:154<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM T3Dz1_product p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 GROUP BY p.id_product) p LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) GROUP BY p.condition |
1963
ms
|
36 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Filters/Block.php:394<br>/modules/ps_facetedsearch/src/Filters/Block.php:137<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM T3Dz1_product p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 GROUP BY p.id_product) p LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN T3Dz1_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((p.on_sale=1)) AND ((fp_1.id_feature_value=746)) AND ((fp_2.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) |
1789
ms
|
36 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:757<br>/modules/ps_facetedsearch/src/Filters/Block.php:565<br>/modules/ps_facetedsearch/src/Filters/Block.php:143<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM T3Dz1_product p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 GROUP BY p.id_product) p LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND p.date_add>'2025-03-21 00:00:00' |
1745
ms
|
36 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:757<br>/modules/ps_facetedsearch/src/Filters/Block.php:587<br>/modules/ps_facetedsearch/src/Filters/Block.php:143<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title,ml.sub_title, ml.html, ml.url, ml.short_description, ml.label
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1 WHERE id_parent=1 AND m.`active`=1 AND m.`id_spverticalmenu_group`=1 ORDER BY `position` |
1595
ms
|
166 |
Yes
|
|
/modules/spverticalmenu/Verticalmenu.php:145
/modules/spverticalmenu/Verticalmenu.php:314<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title,ml.sub_title, ml.html, ml.url, ml.short_description, ml.label
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1 WHERE id_parent=310 AND m.`active`=1 AND m.`id_spverticalmenu_group`=1 ORDER BY `position` |
1391
ms
|
166 |
Yes
|
|
/modules/spverticalmenu/Verticalmenu.php:145
/modules/spverticalmenu/Verticalmenu.php:314<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title,ml.sub_title, ml.html, ml.url, ml.short_description, ml.label
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1 WHERE id_parent=308 AND m.`active`=1 AND m.`id_spverticalmenu_group`=1 ORDER BY `position` |
1388
ms
|
166 |
Yes
|
|
/modules/spverticalmenu/Verticalmenu.php:145
/modules/spverticalmenu/Verticalmenu.php:314<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title,ml.sub_title, ml.html, ml.url, ml.short_description, ml.label
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1 WHERE id_parent=306 AND m.`active`=1 AND m.`id_spverticalmenu_group`=1 ORDER BY `position` |
1371
ms
|
166 |
Yes
|
|
/modules/spverticalmenu/Verticalmenu.php:145
/modules/spverticalmenu/Verticalmenu.php:314<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 309 |
1364
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title,ml.sub_title, ml.html, ml.url, ml.short_description, ml.label
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1 WHERE id_parent=311 AND m.`active`=1 AND m.`id_spverticalmenu_group`=1 ORDER BY `position` |
1360
ms
|
166 |
Yes
|
|
/modules/spverticalmenu/Verticalmenu.php:145
/modules/spverticalmenu/Verticalmenu.php:314<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `T3Dz1_meta` m
LEFT JOIN `T3Dz1_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1347
ms
|
230 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:39
|
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM T3Dz1_product p LEFT JOIN T3Dz1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN T3Dz1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN T3Dz1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN T3Dz1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 GROUP BY p.id_product) p INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
1342
ms
|
36 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:187<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title,ml.sub_title, ml.html, ml.url, ml.short_description, ml.label
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1 WHERE id_parent=307 AND m.`active`=1 AND m.`id_spverticalmenu_group`=1 ORDER BY `position` |
1310
ms
|
166 |
Yes
|
|
/modules/spverticalmenu/Verticalmenu.php:145
/modules/spverticalmenu/Verticalmenu.php:314<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 310 |
1266
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 292 |
1243
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
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 `T3Dz1_category` c
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `T3Dz1_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1215
ms
|
4 |
Yes
|
Yes
|
/classes/Category.php:919
/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_spcustomhtml` b
LEFT JOIN `T3Dz1_spcustomhtml_shop` bs ON (b.`id_spcustomhtml` = bs.`id_spcustomhtml`)
LEFT JOIN `T3Dz1_spcustomhtml_lang` bl ON (b.`id_spcustomhtml` = bl.`id_spcustomhtml`)
WHERE bs.`active` = 1 AND (bs.`id_shop` = 1)
AND (bl.`id_lang` = 1)
AND b.`hook` = 641 ORDER BY b.`ordering` |
1196
ms
|
16 |
Yes
|
|
/modules/spcustomhtml/spcustomhtml.php:1485
/modules/spcustomhtml/spcustomhtml.php:1578<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/e0/da/69/e0da69d284daf0fc2d499d444b7c2d376cf13091_2.file.footer-v1.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 305 |
1185
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_spfooterlinks` b
LEFT JOIN `T3Dz1_spfooterlinks_shop` bs ON (b.`id_spfooterlinks` = bs.`id_spfooterlinks`)
LEFT JOIN `T3Dz1_spfooterlinks_lang` bl ON (b.`id_spfooterlinks` = bl.`id_spfooterlinks`)
WHERE bs.`active` = 1 AND (bs.`id_shop` = 1)
AND (bl.`id_lang` = 1)
AND b.`hook` = 698 ORDER BY b.`ordering` |
1096
ms
|
9 |
Yes
|
|
/modules/spfooterlinks/spfooterlinks.php:745
/modules/spfooterlinks/spfooterlinks.php:845<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/e0/da/69/e0da69d284daf0fc2d499d444b7c2d376cf13091_2.file.footer-v1.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/e0/da/69/e0da69d284daf0fc2d499d444b7c2d376cf13091_2.file.footer-v1.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `T3Dz1_feature_value` v LEFT JOIN `T3Dz1_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `T3Dz1_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 1 ORDER BY vl.`value` ASC |
1029
ms
|
54 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864<br>/modules/ps_facetedsearch/src/Filters/Block.php:154<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title,ml.sub_title, ml.html, ml.url, ml.short_description, ml.label
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1 WHERE id_parent=313 AND m.`active`=1 AND m.`id_spverticalmenu_group`=1 ORDER BY `position` |
1022
ms
|
166 |
Yes
|
|
/modules/spverticalmenu/Verticalmenu.php:145
/modules/spverticalmenu/Verticalmenu.php:314<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
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 `T3Dz1_product_attribute` pa
INNER JOIN T3Dz1_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 `T3Dz1_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `T3Dz1_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `T3Dz1_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `T3Dz1_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (30537215) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1004
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/fb/73/1a/fb731a8dd4ffa77a8f47412605a85461f68a596c_2.file.product.tpl.php:328<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/fb/73/1a/fb731a8dd4ffa77a8f47412605a85461f68a596c_2.file.product.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/38/55/d7/3855d737bf9dc4fa6d1d009d23fe10650c6ac48e_2.file.products.tpl.php:57<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/38/55/d7/3855d737bf9dc4fa6d1d009d23fe10650c6ac48e_2.file.products.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:198<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:144<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 8
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
998
ms
|
113 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/spsearchpro/spsearchpro.php:947<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `T3Dz1_hook` h
WHERE (h.active = 1) |
967
ms
|
1015 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:39
|
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `T3Dz1_feature_value` v LEFT JOIN `T3Dz1_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `T3Dz1_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 3 ORDER BY vl.`value` ASC |
962
ms
|
41 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864<br>/modules/ps_facetedsearch/src/Filters/Block.php:154<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 274 |
840
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 276 |
828
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 275 |
828
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 272 |
807
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 306 |
805
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_spfooterlinks` b
LEFT JOIN `T3Dz1_spfooterlinks_shop` bs ON (b.`id_spfooterlinks` = bs.`id_spfooterlinks`)
LEFT JOIN `T3Dz1_spfooterlinks_lang` bl ON (b.`id_spfooterlinks` = bl.`id_spfooterlinks`)
WHERE bs.`active` = 1 AND (bs.`id_shop` = 1)
AND (bl.`id_lang` = 1)
AND b.`hook` = 699 ORDER BY b.`ordering` |
804
ms
|
9 |
Yes
|
|
/modules/spfooterlinks/spfooterlinks.php:745
/modules/spfooterlinks/spfooterlinks.php:861<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/e0/da/69/e0da69d284daf0fc2d499d444b7c2d376cf13091_2.file.footer-v1.tpl.php:62<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/e0/da/69/e0da69d284daf0fc2d499d444b7c2d376cf13091_2.file.footer-v1.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
REPLACE INTO T3Dz1_layered_filter_block (hash, data) VALUES ("a1d74ecbcd42f96adaf4ac415b95da70", "a:1:{s:7:\"filters\";a:11:{i:0;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:13:\"Dostępność\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:11:\"W magazynie\";s:3:\"nbr\";i:1;}i:0;a:2:{s:4:\"name\";s:12:\"Niedostępny\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:7:{s:9:\"type_lite\";s:6:\"extras\";s:4:\"type\";s:6:\"extras\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Selections\";s:6:\"values\";a:3:{s:4:\"sale\";a:2:{s:4:\"name\";s:7:\"On sale\";s:3:\"nbr\";i:0;}s:3:\"new\";a:2:{s:4:\"name\";s:11:\"New product\";s:3:\"nbr\";i:0;}s:8:\"discount\";a:2:{s:4:\"name\";s:10:\"Discounted\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:4:\"Cena\";s:3:\"max\";d:0;s:3:\"min\";d:0;s:4:\"unit\";s:3:\"zł\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:2:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"PLN\";s:14:\"currencySymbol\";s:3:\"zł\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:2:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:1;s:5:\"value\";N;}i:3;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:9:\"Kategorie\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";s:1:\"1\";s:4:\"name\";s:6:\"Język\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:2:{i:2;a:4:{s:4:\"name\";s:9:\"Niemiecki\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6;a:4:{s:4:\"name\";s:9:\"Francuski\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"1\";s:6:\"values\";a:9:{i:5;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:7:\"Citroen\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"Dacia\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"Ford\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"Hyundai\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:36;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:10:\"Mitsubishi\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:21;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:6:\"Nissan\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:27;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"Seat\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:38;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:6:\"Suzuki\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:746;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"Tesla\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}}s:4:\"name\";s:5:\"Marka\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:6;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"3\";s:6:\"values\";a:6:{i:360;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"2017\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:361;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"2018\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:362;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"2019\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:363;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"2020\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:364;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"2021\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:718;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"2022\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:13:\"Rok produkcji\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:7;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"2\";s:6:\"values\";a:1:{i:747;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"Model 3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}}s:4:\"name\";s:5:\"Model\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:8;a:0:{}i:9;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Stan:\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:4:\"Nowy\";s:3:\"nbr\";s:1:\"1\";}s:4:\"used\";a:2:{s:4:\"name\";s:8:\"Używany\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:9:\"Odnowiony\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:10;a:0:{}}}") |
795
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:211
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 291 |
774
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_spfooterlinks` b
LEFT JOIN `T3Dz1_spfooterlinks_shop` bs ON (b.`id_spfooterlinks` = bs.`id_spfooterlinks`)
LEFT JOIN `T3Dz1_spfooterlinks_lang` bl ON (b.`id_spfooterlinks` = bl.`id_spfooterlinks`)
WHERE bs.`active` = 1 AND (bs.`id_shop` = 1)
AND (bl.`id_lang` = 1)
AND b.`hook` = 700 ORDER BY b.`ordering` |
773
ms
|
9 |
Yes
|
|
/modules/spfooterlinks/spfooterlinks.php:745
/modules/spfooterlinks/spfooterlinks.php:877<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/e0/da/69/e0da69d284daf0fc2d499d444b7c2d376cf13091_2.file.footer-v1.tpl.php:64<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/e0/da/69/e0da69d284daf0fc2d499d444b7c2d376cf13091_2.file.footer-v1.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 277 |
770
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 301 |
762
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 281 |
748
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `T3Dz1_attribute_group` ag INNER JOIN `T3Dz1_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `T3Dz1_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `T3Dz1_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN T3Dz1_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN T3Dz1_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `T3Dz1_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC |
726
ms
|
3 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731<br>/modules/ps_facetedsearch/src/Filters/Block.php:150<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 294 |
726
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM T3Dz1_shop_url su
LEFT JOIN T3Dz1_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'infocars24.pl' OR su.domain_ssl = 'infocars24.pl')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
724
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:38
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 311 |
722
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 299 |
716
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 298 |
712
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `T3Dz1_hook` |
712
ms
|
1015 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 312 |
711
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 284 |
710
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 286 |
709
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 307 |
705
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 5
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
703
ms
|
113 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/spsearchpro/spsearchpro.php:947<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `T3Dz1_category` c
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `T3Dz1_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.nleft, c.position |
702
ms
|
113 |
Yes
|
|
/classes/Category.php:718
/modules/ps_facetedsearch/src/Filters/Block.php:986<br>/modules/ps_facetedsearch/src/Filters/Block.php:158<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 271 |
697
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 303 |
696
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 304 |
694
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 295 |
693
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 308 |
691
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
(SELECT SQL_NO_CACHE * FROM `T3Dz1_cart_rule` cr
LEFT JOIN `T3Dz1_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
683
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/modules/spblockcart/spblockcart.php:62<br>/modules/spblockcart/spblockcart.php:74<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:122<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `T3Dz1_manufacturer` m INNER JOIN T3Dz1_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `T3Dz1_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
682
ms
|
1 |
Yes
|
|
/classes/Manufacturer.php:207
/modules/ps_facetedsearch/src/Filters/Block.php:652<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `T3Dz1_module` m
LEFT JOIN `T3Dz1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
680
ms
|
120 |
|
|
/classes/module/Module.php:340
/modules/smartblog/smartblog.php:25<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 283 |
674
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM T3Dz1_product p INNER JOIN T3Dz1_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 21) INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 |
670
ms
|
3 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:57<br>/modules/ps_facetedsearch/src/Filters/Block.php:250<br>/modules/ps_facetedsearch/src/Filters/Block.php:131<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 282 |
666
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 285 |
665
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 273 |
663
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 279 |
654
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 296 |
651
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `T3Dz1_module` m
LEFT JOIN `T3Dz1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
650
ms
|
120 |
|
|
/classes/module/Module.php:340
/modules/ps_checkout/ps_checkout.php:149<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 293 |
648
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `T3Dz1_module` m
LEFT JOIN `T3Dz1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
641
ms
|
120 |
|
|
/classes/module/Module.php:340
/modules/ps_mbo/ps_mbo.php:189<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:364<br>/index.php:39
|
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 T3Dz1_shop_group gs
LEFT JOIN T3Dz1_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN T3Dz1_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 |
640
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:711
/classes/shop/Shop.php:770<br>/classes/Configuration.php:294<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:38
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 290 |
638
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `T3Dz1_module` m
LEFT JOIN `T3Dz1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
618
ms
|
120 |
|
|
/classes/module/Module.php:340
/modules/ps_emailsubscription/ps_emailsubscription.php:96<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-09 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM T3Dz1_product p
LEFT JOIN T3Dz1_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN T3Dz1_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN T3Dz1_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 30537215
LIMIT 1 |
617
ms
|
3 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `T3Dz1_category_product` cp
LEFT JOIN `T3Dz1_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `T3Dz1_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (30537215) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC |
606
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57<br>/modules/ps_googleanalytics/ps_googleanalytics.php:109<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `T3Dz1_feature_value` v LEFT JOIN `T3Dz1_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `T3Dz1_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 1 ORDER BY vl.`value` ASC |
599
ms
|
54 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:163<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 313 |
571
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 302 |
570
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `T3Dz1_manufacturer` m INNER JOIN T3Dz1_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `T3Dz1_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
566
ms
|
1 |
Yes
|
|
/classes/Manufacturer.php:207
/modules/ps_facetedsearch/src/Filters/Converter.php:286<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:163<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `T3Dz1_module` m
LEFT JOIN `T3Dz1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
550
ms
|
120 |
|
|
/classes/module/Module.php:340
/modules/jprestaspeedpack/jprestaspeedpack.php:178<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 289 |
547
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_whatsappchatblock` LEFT JOIN `T3Dz1_whatsappchatblock_lang` ON (`T3Dz1_whatsappchatblock`.`id_whatsappchatblock` = `T3Dz1_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "leftcolumn" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
547
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:539<br>/modules/whatsappchat/whatsappchat.php:334<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:416<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM T3Dz1_feature_product pf
LEFT JOIN T3Dz1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN T3Dz1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN T3Dz1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN T3Dz1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 30537215
ORDER BY f.position ASC |
533
ms
|
16 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `T3Dz1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 30537215 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `T3Dz1_cart_product` cp JOIN `T3Dz1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `T3Dz1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30537215 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
532
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title,ml.sub_title, ml.html, ml.url, ml.short_description, ml.label
FROM T3Dz1_spmegamenu m
LEFT JOIN T3Dz1_spmegamenu_lang ml ON m.id_spmegamenu = ml.id_spmegamenu AND ml.id_lang = 1 JOIN T3Dz1_spmegamenu_shop ms ON m.id_spmegamenu = ms.id_spmegamenu AND ms.id_shop = 1 WHERE id_parent=1 AND m.`active`=1 AND m.`id_spmegamenu_group`=1 ORDER BY `position` |
526
ms
|
32 |
Yes
|
|
/modules/spmegamenu/Megamenu.php:143
/modules/spmegamenu/Megamenu.php:314<br>/modules/spmegamenu/spmegamenu.php:642<br>/modules/spmegamenu/spmegamenu.php:673<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `T3Dz1_product_attribute_combination` pac
LEFT JOIN `T3Dz1_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `T3Dz1_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `T3Dz1_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 1183
ORDER BY ag.`position` ASC, a.`position` ASC |
526
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178<br>/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57<br>/modules/ps_googleanalytics/ps_googleanalytics.php:109<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 297 |
521
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 280 |
517
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM T3Dz1_product p INNER JOIN T3Dz1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN T3Dz1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN T3Dz1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN T3Dz1_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN T3Dz1_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=746)) AND ((fp_1.id_feature_value IN (215, 114, 690, 759, 616, 222, 747, 514, 499, 496))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=225 |
516
ms
|
3 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:744<br>/modules/ps_facetedsearch/src/Filters/Block.php:339<br>/modules/ps_facetedsearch/src/Filters/Block.php:134<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `T3Dz1_image` i
INNER JOIN T3Dz1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `T3Dz1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 30537215
ORDER BY `position` |
515
ms
|
8 |
Yes
|
|
/classes/Product.php:3517
/modules/spthemeconfigurator/spthemeconfigurator.php:288<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/fb/73/1a/fb731a8dd4ffa77a8f47412605a85461f68a596c_2.file.product.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/fb/73/1a/fb731a8dd4ffa77a8f47412605a85461f68a596c_2.file.product.tpl.php:56<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/38/55/d7/3855d737bf9dc4fa6d1d009d23fe10650c6ac48e_2.file.products.tpl.php:57<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/38/55/d7/3855d737bf9dc4fa6d1d009d23fe10650c6ac48e_2.file.products.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:198<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:144<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 300 |
514
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `T3Dz1_attribute_group` ag INNER JOIN T3Dz1_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `T3Dz1_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `T3Dz1_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `T3Dz1_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
514
ms
|
1 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
/modules/ps_facetedsearch/src/Filters/Converter.php:413<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:163<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 288 |
506
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 287 |
500
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spverticalmenu m
LEFT JOIN T3Dz1_spverticalmenu_lang ml ON m.id_spverticalmenu = ml.id_spverticalmenu AND ml.id_lang = 1 JOIN T3Dz1_spverticalmenu_shop ms ON m.id_spverticalmenu = ms.id_spverticalmenu AND ms.id_shop = 1
WHERE m.id_parent = 278 |
499
ms
|
166 |
|
|
/modules/spverticalmenu/Verticalmenu.php:276
/modules/spverticalmenu/Verticalmenu.php:328<br>/modules/spverticalmenu/Verticalmenu.php:241<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE 1 FROM T3Dz1_cart_product cp INNER JOIN T3Dz1_product p
ON (p.id_product = cp.id_product) INNER JOIN T3Dz1_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
499
ms
|
1 |
|
|
/classes/Cart.php:4218
/classes/Cart.php:4193<br>/classes/Cart.php:2134<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE id_spextraslider FROM T3Dz1_spextraslider where hook=0 |
498
ms
|
15 |
|
|
/modules/spextraslider/spextraslider.php:67
/modules/spextraslider/spextraslider.php:61<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM T3Dz1_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
494
ms
|
12 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:163<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
(SELECT SQL_NO_CACHE * FROM `T3Dz1_cart_rule` cr
LEFT JOIN `T3Dz1_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
484
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
(SELECT SQL_NO_CACHE * FROM `T3Dz1_cart_rule` cr
LEFT JOIN `T3Dz1_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) |
478
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/Cart.php:3021<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 8
AND `active` = 1 LIMIT 1 |
475
ms
|
37 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
(SELECT SQL_NO_CACHE * FROM `T3Dz1_cart_rule` cr
LEFT JOIN `T3Dz1_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
470
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/modules/spblockcart/spblockcart.php:62<br>/modules/spblockcart/spblockcart.php:74<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_country` a
LEFT JOIN `T3Dz1_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `T3Dz1_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
461
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:157<br>/index.php:38
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency` a
LEFT JOIN `T3Dz1_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `T3Dz1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
429
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `T3Dz1_cart_product` cp
WHERE cp.`id_product_attribute` = 1183
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 30537215 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `T3Dz1_cart_product` cp JOIN `T3Dz1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `T3Dz1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1183
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 30537215 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
425
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_smart_blog_category` sbc INNER JOIN `T3Dz1_smart_blog_category_lang` sbcl ON(sbc.`id_smart_blog_category` = sbcl.`id_smart_blog_category` AND sbcl.`id_lang` = 1)
INNER JOIN `T3Dz1_smart_blog_category_shop` sbs ON sbs.id_smart_blog_category = sbc.id_smart_blog_category and sbs.id_shop = 1 WHERE sbc.`active`= 1 |
410
ms
|
1 |
|
|
/modules/smartblog/classes/BlogCategory.php:96
/modules/smartblogcategories/smartblogcategories.php:57<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:416<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_currency` c ORDER BY `iso_code` ASC |
410
ms
|
5 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84<br>/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `T3Dz1_feature` f INNER JOIN T3Dz1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `T3Dz1_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `T3Dz1_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `T3Dz1_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
408
ms
|
16 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:388<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:163<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `T3Dz1_lang` l
LEFT JOIN `T3Dz1_lang_shop` ls ON (l.id_lang = ls.id_lang) |
402
ms
|
10 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:38
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM T3Dz1_shop s
LEFT JOIN T3Dz1_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
399
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:38
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 3
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
396
ms
|
113 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/spsearchpro/spsearchpro.php:947<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_whatsappchatblock_agent` LEFT JOIN `T3Dz1_whatsappchatblock_agent_lang` ON (`T3Dz1_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `T3Dz1_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 1) WHERE 1 = 1 AND `active` = 1 ORDER BY position |
396
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:71
/modules/whatsappchat/whatsappchat.php:289<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 136
AND `active` = 1 LIMIT 1 |
394
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_category` a
LEFT JOIN `T3Dz1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `T3Dz1_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 |
394
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:89<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `T3Dz1_attribute` a
LEFT JOIN `T3Dz1_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `T3Dz1_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `T3Dz1_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN T3Dz1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `T3Dz1_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 30537215
AND pac.`id_product_attribute` = 1183
AND agl.`id_lang` = 1 |
392
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE b.`id_spsearchpro` FROM `T3Dz1_spsearchpro` b
LEFT JOIN `T3Dz1_spsearchpro_shop` bs ON (b.`id_spsearchpro` = bs.`id_spsearchpro`)
WHERE bs.`active` = 1 AND (bs.id_shop = 1) AND b.`hook` = 676 ORDER BY b.`ordering` |
391
ms
|
4 |
Yes
|
|
/modules/spsearchpro/spsearchpro.php:969
/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `T3Dz1_image` i
INNER JOIN T3Dz1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `T3Dz1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 30537215
ORDER BY `position` |
376
ms
|
8 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
373
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:38
|
SELECT SQL_NO_CACHE `name`
FROM `T3Dz1_hook`
WHERE `id_hook` = 538 LIMIT 1 |
366
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE tr.*
FROM `T3Dz1_tax_rule` tr
JOIN `T3Dz1_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
AND tr.`id_tax_rules_group` = 19
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
364
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3895<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE mg.`id_spmegamenu_group`
FROM `T3Dz1_spmegamenu_group` mg
WHERE `hook` = 'displayMenu' AND `status`=1 LIMIT 1 |
364
ms
|
1 |
|
|
/modules/spmegamenu/spmegamenu.php:700
/modules/spmegamenu/spmegamenu.php:639<br>/modules/spmegamenu/spmegamenu.php:673<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 5
AND `active` = 1 LIMIT 1 |
364
ms
|
41 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM T3Dz1_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
361
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198<br>/classes/Tools.php:333<br>/classes/Link.php:66<br>/config/config.inc.php:284<br>/index.php:38
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_whatsappchatblock` LEFT JOIN `T3Dz1_whatsappchatblock_lang` ON (`T3Dz1_whatsappchatblock`.`id_whatsappchatblock` = `T3Dz1_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "badge" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
361
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:539<br>/modules/whatsappchat/whatsappchat.php:370<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_whatsappchatblock` LEFT JOIN `T3Dz1_whatsappchatblock_lang` ON (`T3Dz1_whatsappchatblock`.`id_whatsappchatblock` = `T3Dz1_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "header" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
358
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:539<br>/modules/whatsappchat/whatsappchat.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `iso_code`
FROM `T3Dz1_country`
WHERE `id_country` = 14 LIMIT 1 |
354
ms
|
1 |
|
|
/classes/Country.php:274
/src/Core/Addon/Module/ModuleManagerBuilder.php:260<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:181<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:92<br>/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:48<br>/var/cache/prod/Ps_checkout7440FrontContainer.php:1403<br>/var/cache/prod/Ps_checkout7440FrontContainer.php:1273<br>/var/cache/prod/Ps_checkout7440FrontContainer.php:1363<br>/var/cache/prod/Ps_checkout7440FrontContainer.php:1353<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_checkout/ps_checkout.php:1519<br>/modules/ps_checkout/ps_checkout.php:913<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_country`
FROM `T3Dz1_country`
WHERE `iso_code` = 'US' LIMIT 1 |
354
ms
|
1 |
|
|
/classes/Country.php:193
/classes/controller/FrontController.php:892<br>/override/classes/controller/FrontController.php:52<br>/modules/jprestaspeedpack/jprestaspeedpack.php:3875<br>/modules/jprestaspeedpack/jprestaspeedpack.php:3808<br>/modules/jprestaspeedpack/jprestaspeedpack.php:508<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1372<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_guest`
FROM `T3Dz1_connections`
WHERE `id_guest` = 13202734
AND `date_add` > '2025-04-08 23:32:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
352
ms
|
1 |
Yes
|
|
/classes/Connection.php:154
/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:118<br>/modules/statsdata/statsdata.php:74<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 104
AND `active` = 1 LIMIT 1 |
351
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_lang` a
LEFT JOIN `T3Dz1_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
345
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:222<br>/index.php:38
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency` a
LEFT JOIN `T3Dz1_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `T3Dz1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1 |
338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "ps_accounts" LIMIT 1 |
336
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:198
/src/Adapter/Module/ModuleDataProvider.php:185<br>/src/Core/Addon/Module/ModuleManager.php:592<br>/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83<br>/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44<br>/modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62<br>/modules/ps_checkout/src/Repository/PsAccountRepository.php:46<br>/var/cache/prod/Ps_checkout7440FrontContainer.php:1273<br>/var/cache/prod/Ps_checkout7440FrontContainer.php:1363<br>/var/cache/prod/Ps_checkout7440FrontContainer.php:1353<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_checkout/ps_checkout.php:1519<br>/modules/ps_checkout/ps_checkout.php:913<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_product` a
LEFT JOIN `T3Dz1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `T3Dz1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 30537215) AND (b.`id_shop` = 1) LIMIT 1 |
332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_whatsappchatblock` LEFT JOIN `T3Dz1_whatsappchatblock_lang` ON (`T3Dz1_whatsappchatblock`.`id_whatsappchatblock` = `T3Dz1_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayNav" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
323
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:539<br>/modules/whatsappchat/whatsappchat.php:382<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_group` a
LEFT JOIN `T3Dz1_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu_lang`
WHERE `id_spverticalmenu` = 309 |
319
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/Verticalmenu.php:239<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 46
AND `active` = 1 LIMIT 1 |
319
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE name, alias FROM `T3Dz1_hook_alias` |
319
ms
|
88 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_category` a
LEFT JOIN `T3Dz1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `T3Dz1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 25
AND `active` = 1 LIMIT 1 |
315
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_category` a
LEFT JOIN `T3Dz1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `T3Dz1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
315
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 50
AND `active` = 1 LIMIT 1 |
314
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 45
AND `active` = 1 LIMIT 1 |
314
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_whatsappchatblock` LEFT JOIN `T3Dz1_whatsappchatblock_lang` ON (`T3Dz1_whatsappchatblock`.`id_whatsappchatblock` = `T3Dz1_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
312
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:539<br>/modules/whatsappchat/whatsappchat.php:371<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 6
AND `active` = 1 LIMIT 1 |
310
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE id_spfooterlinks FROM T3Dz1_spfooterlinks where hook=0 |
307
ms
|
3 |
|
|
/modules/spfooterlinks/spfooterlinks.php:51
/modules/spfooterlinks/spfooterlinks.php:45<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 36
AND `active` = 1 LIMIT 1 |
306
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 102
AND `active` = 1 LIMIT 1 |
306
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu` a
WHERE (a.`id_spverticalmenu` = 310) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/Verticalmenu.php:239<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 15
AND `active` = 1 LIMIT 1 |
304
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "jprestaspeedpack" LIMIT 1 |
302
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/config/smartyfront.config.inc.php:58<br>/config/smarty.config.inc.php:59<br>/config/config.inc.php:253<br>/index.php:38
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 48
AND `active` = 1 LIMIT 1 |
301
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spmegamenu m
LEFT JOIN T3Dz1_spmegamenu_lang ml ON m.id_spmegamenu = ml.id_spmegamenu AND ml.id_lang = 1 JOIN T3Dz1_spmegamenu_shop ms ON m.id_spmegamenu = ms.id_spmegamenu AND ms.id_shop = 1
WHERE m.id_parent = 124 |
298
ms
|
32 |
|
|
/modules/spmegamenu/Megamenu.php:276
/modules/spmegamenu/Megamenu.php:327<br>/modules/spmegamenu/spmegamenu.php:642<br>/modules/spmegamenu/spmegamenu.php:673<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_country`
FROM `T3Dz1_country`
WHERE `iso_code` = 'US' LIMIT 1 |
297
ms
|
1 |
|
|
/classes/Country.php:193
/classes/controller/FrontController.php:892<br>/classes/controller/FrontController.php:351<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `T3Dz1_product_attribute_image` pai
LEFT JOIN `T3Dz1_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `T3Dz1_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1182, 1183) AND il.`id_lang` = 1 ORDER by i.`position` |
297
ms
|
5 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
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, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `T3Dz1_product` p
INNER JOIN `T3Dz1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `T3Dz1_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` = 30537215) |
296
ms
|
2 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 86
AND `active` = 1 LIMIT 1 |
295
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 7
AND `active` = 1 LIMIT 1 |
295
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_category` a
LEFT JOIN `T3Dz1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `T3Dz1_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 |
294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/classes/Link.php:1231<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 26
AND `active` = 1 LIMIT 1 |
294
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 85
AND `active` = 1 LIMIT 1 |
293
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM T3Dz1_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1 |
293
ms
|
1 |
|
|
/classes/Category.php:1730
/controllers/front/listing/CategoryController.php:101<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 30
AND `active` = 1 LIMIT 1 |
292
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_whatsappchatblock` LEFT JOIN `T3Dz1_whatsappchatblock_lang` ON (`T3Dz1_whatsappchatblock`.`id_whatsappchatblock` = `T3Dz1_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "floating" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
291
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:539<br>/modules/whatsappchat/whatsappchat.php:372<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 100
AND `active` = 1 LIMIT 1 |
291
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_country` a
LEFT JOIN `T3Dz1_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
290
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/controller/FrontController.php:895<br>/override/classes/controller/FrontController.php:52<br>/modules/jprestaspeedpack/jprestaspeedpack.php:3875<br>/modules/jprestaspeedpack/jprestaspeedpack.php:3808<br>/modules/jprestaspeedpack/jprestaspeedpack.php:508<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1372<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "spblockuserinfo" LIMIT 1 |
289
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 97
AND `active` = 1 LIMIT 1 |
288
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 29
AND `active` = 1 LIMIT 1 |
288
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 17
AND `active` = 1 LIMIT 1 |
288
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 43
AND `active` = 1 LIMIT 1 |
288
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 22
AND `active` = 1 LIMIT 1 |
286
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 73
AND `active` = 1 LIMIT 1 |
286
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 74
AND `active` = 1 LIMIT 1 |
285
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 67
AND `active` = 1 LIMIT 1 |
284
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_category` a
LEFT JOIN `T3Dz1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `T3Dz1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 79
AND `active` = 1 LIMIT 1 |
284
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 92
AND `active` = 1 LIMIT 1 |
282
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency` a
LEFT JOIN `T3Dz1_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `T3Dz1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 77
AND `active` = 1 LIMIT 1 |
281
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency` a
LEFT JOIN `T3Dz1_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `T3Dz1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 5) LIMIT 1 |
281
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `T3Dz1_lang` l
JOIN T3Dz1_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
281
ms
|
10 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:548<br>/classes/Dispatcher.php:245<br>/classes/Dispatcher.php:214<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 24
AND `active` = 1 LIMIT 1 |
280
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency` c
INNER JOIN T3Dz1_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
280
ms
|
5 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/modules/spblockcurrency/spblockcurrency.php:77<br>/modules/spblockcurrency/spblockcurrency.php:94<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 37
AND `active` = 1 LIMIT 1 |
279
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 75
AND `active` = 1 LIMIT 1 |
278
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 28
AND `active` = 1 LIMIT 1 |
278
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 49
AND `active` = 1 LIMIT 1 |
277
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 103
AND `active` = 1 LIMIT 1 |
277
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 59
AND `active` = 1 LIMIT 1 |
277
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_currency
FROM `T3Dz1_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
277
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 58
AND `active` = 1 LIMIT 1 |
277
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 31
AND `active` = 1 LIMIT 1 |
276
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 83
AND `active` = 1 LIMIT 1 |
276
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 9
AND `active` = 1 LIMIT 1 |
276
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_category` a0
LEFT JOIN `T3Dz1_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 225) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
276
ms
|
5 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/controllers/front/listing/CategoryController.php:241<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 76
AND `active` = 1 LIMIT 1 |
276
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 51
AND `active` = 1 LIMIT 1 |
275
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 80
AND `active` = 1 LIMIT 1 |
275
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 52
AND `active` = 1 LIMIT 1 |
275
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 38
AND `active` = 1 LIMIT 1 |
275
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 54
AND `active` = 1 LIMIT 1 |
275
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 57
AND `active` = 1 LIMIT 1 |
274
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 32
AND `active` = 1 LIMIT 1 |
274
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 130
AND `active` = 1 LIMIT 1 |
274
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 40
AND `active` = 1 LIMIT 1 |
274
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 53
AND `active` = 1 LIMIT 1 |
274
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 132
AND `active` = 1 LIMIT 1 |
273
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 56
AND `active` = 1 LIMIT 1 |
273
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 78
AND `active` = 1 LIMIT 1 |
273
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 62
AND `active` = 1 LIMIT 1 |
272
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 69
AND `active` = 1 LIMIT 1 |
272
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 88
AND `active` = 1 LIMIT 1 |
272
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_lang` FROM `T3Dz1_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
271
ms
|
10 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 41
AND `active` = 1 LIMIT 1 |
271
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 44
AND `active` = 1 LIMIT 1 |
271
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 98
AND `active` = 1 LIMIT 1 |
271
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu` a
WHERE (a.`id_spverticalmenu` = 309) LIMIT 1 |
271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/Verticalmenu.php:239<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 65
AND `active` = 1 LIMIT 1 |
271
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 89
AND `active` = 1 LIMIT 1 |
271
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spsearchpro` a
LEFT JOIN `T3Dz1_spsearchpro_shop` `c` ON a.`id_spsearchpro` = c.`id_spsearchpro` AND c.`id_shop` = 1
WHERE (a.`id_spsearchpro` = 2) LIMIT 1 |
271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spsearchpro/SpSearchProClass.php:37<br>/modules/spsearchpro/spsearchpro.php:972<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 42
AND `active` = 1 LIMIT 1 |
270
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency` a
LEFT JOIN `T3Dz1_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `T3Dz1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_group_lang`
WHERE `id_group` = 1 |
268
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_whatsappchatblock` LEFT JOIN `T3Dz1_whatsappchatblock_lang` ON (`T3Dz1_whatsappchatblock`.`id_whatsappchatblock` = `T3Dz1_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayBeforeBodyClosingTag" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
267
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:539<br>/modules/whatsappchat/whatsappchat.php:376<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:557<br>/config/config.inc.php:182<br>/index.php:38
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency` a
LEFT JOIN `T3Dz1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:701<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spmegamenu m
LEFT JOIN T3Dz1_spmegamenu_lang ml ON m.id_spmegamenu = ml.id_spmegamenu AND ml.id_lang = 1 JOIN T3Dz1_spmegamenu_shop ms ON m.id_spmegamenu = ms.id_spmegamenu AND ms.id_shop = 1
WHERE m.id_parent = 125 |
262
ms
|
32 |
|
|
/modules/spmegamenu/Megamenu.php:276
/modules/spmegamenu/Megamenu.php:327<br>/modules/spmegamenu/spmegamenu.php:642<br>/modules/spmegamenu/spmegamenu.php:673<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_lang` FROM `T3Dz1_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
262
ms
|
10 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE m.*, ml.title, ml.sub_title , ml.html, ml.url
FROM T3Dz1_spmegamenu m
LEFT JOIN T3Dz1_spmegamenu_lang ml ON m.id_spmegamenu = ml.id_spmegamenu AND ml.id_lang = 1 JOIN T3Dz1_spmegamenu_shop ms ON m.id_spmegamenu = ms.id_spmegamenu AND ms.id_shop = 1
WHERE m.id_parent = 126 |
261
ms
|
32 |
|
|
/modules/spmegamenu/Megamenu.php:276
/modules/spmegamenu/Megamenu.php:327<br>/modules/spmegamenu/spmegamenu.php:642<br>/modules/spmegamenu/spmegamenu.php:673<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `T3Dz1_hook_alias` |
260
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 101
AND `active` = 1 LIMIT 1 |
260
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 64
AND `active` = 1 LIMIT 1 |
257
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spsearchpro_lang`
WHERE `id_spsearchpro` = 2 |
255
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spsearchpro/SpSearchProClass.php:37<br>/modules/spsearchpro/spsearchpro.php:972<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE id_splistingtabs FROM T3Dz1_splistingtabs where hook=0 |
255
ms
|
5 |
|
|
/modules/splistingtabs/splistingtabs.php:58
/modules/splistingtabs/splistingtabs.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 1
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
254
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/spsearchpro/spsearchpro.php:947<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
254
ms
|
4 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/spsearchpro/spsearchpro.php:947<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 60
AND `active` = 1 LIMIT 1 |
252
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_whatsappchatblock` LEFT JOIN `T3Dz1_whatsappchatblock_lang` ON (`T3Dz1_whatsappchatblock`.`id_whatsappchatblock` = `T3Dz1_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidthSticky" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
251
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:130
/modules/whatsappchat/whatsappchat.php:539<br>/modules/whatsappchat/whatsappchat.php:373<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 82
AND `active` = 1 LIMIT 1 |
250
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 72
AND `active` = 1 LIMIT 1 |
250
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 134
AND `active` = 1 LIMIT 1 |
249
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 10
AND `active` = 1 LIMIT 1 |
249
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_hook_module_exceptions`
WHERE `id_shop` IN (1) |
249
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 13
AND `active` = 1 LIMIT 1 |
248
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 12
AND `active` = 1 LIMIT 1 |
247
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_lang` FROM `T3Dz1_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
246
ms
|
10 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 39
AND `active` = 1 LIMIT 1 |
246
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 16
AND `active` = 1 LIMIT 1 |
244
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_whatsappchatblock_agent` LEFT JOIN `T3Dz1_whatsappchatblock_agent_lang` ON (`T3Dz1_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `T3Dz1_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 1) WHERE 1 = 1 AND `T3Dz1_whatsappchatblock_agent`.`id_whatsappchatblock` = 1 AND `active` = 1 ORDER BY position |
243
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:71
/modules/whatsappchat/whatsappchat.php:599<br>/modules/whatsappchat/whatsappchat.php:370<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE id_spcustomhtml FROM T3Dz1_spcustomhtml where hook=0 |
241
ms
|
4 |
|
|
/modules/spcustomhtml/spcustomhtml.php:71
/modules/spcustomhtml/spcustomhtml.php:65<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE b.`id_spsearchpro` FROM `T3Dz1_spsearchpro` b
LEFT JOIN `T3Dz1_spsearchpro_shop` bs ON (b.`id_spsearchpro` = bs.`id_spsearchpro`)
WHERE bs.`active` = 1 AND (bs.id_shop = 1) AND b.`hook` = 105 ORDER BY b.`ordering` |
238
ms
|
4 |
Yes
|
|
/modules/spsearchpro/spsearchpro.php:969
/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE id_shop
FROM `T3Dz1_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
238
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 61
AND `active` = 1 LIMIT 1 |
238
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 47
AND `active` = 1 LIMIT 1 |
238
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 11
AND `active` = 1 LIMIT 1 |
237
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `T3Dz1_image` i
INNER JOIN T3Dz1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 30537215
AND image_shop.`cover` = 1 LIMIT 1 |
236
ms
|
8 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 35
AND `active` = 1 LIMIT 1 |
235
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency_lang`
WHERE `id_currency` = 1 |
234
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:701<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE value FROM `T3Dz1_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
234
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/Currency.php:968<br>/classes/Currency.php:890<br>/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE * FROM `T3Dz1_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
232
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:283<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 70
AND `active` = 1 LIMIT 1 |
232
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 14
AND `active` = 1 LIMIT 1 |
232
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 68
AND `active` = 1 LIMIT 1 |
232
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `name`
FROM `T3Dz1_hook`
WHERE `id_hook` = 732 LIMIT 1 |
231
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:416<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 71
AND `active` = 1 LIMIT 1 |
231
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 33
AND `active` = 1 LIMIT 1 |
230
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 1
AND `active` = 1 LIMIT 1 |
230
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_lang` FROM `T3Dz1_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
229
ms
|
10 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 135
AND `active` = 1 LIMIT 1 |
229
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_country_lang`
WHERE `id_country` = 21 |
229
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/controller/FrontController.php:895<br>/override/classes/controller/FrontController.php:52<br>/modules/jprestaspeedpack/jprestaspeedpack.php:3875<br>/modules/jprestaspeedpack/jprestaspeedpack.php:3808<br>/modules/jprestaspeedpack/jprestaspeedpack.php:508<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1372<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 34
AND `active` = 1 LIMIT 1 |
228
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 94
AND `active` = 1 LIMIT 1 |
228
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `T3Dz1_product` p LEFT JOIN `T3Dz1_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN T3Dz1_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN T3Dz1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 30537215 AND pa.`id_product` = 30537215 AND pa.`id_product_attribute` = 1183 LIMIT 1 |
228
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE id_spcountdownproductslider FROM T3Dz1_spcountdownproductslider where hook=0 |
227
ms
|
1 |
|
|
/modules/spcountdownproductslider/spcountdownproductslider.php:51
/modules/spcountdownproductslider/spcountdownproductslider.php:45<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 21
AND `active` = 1 LIMIT 1 |
227
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 20
AND `active` = 1 LIMIT 1 |
227
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "smartblog" LIMIT 1 |
226
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/smartblogcategories/smartblogcategories.php:45<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:416<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE id_spcategories FROM T3Dz1_spcategories where hook=0 |
226
ms
|
2 |
|
|
/modules/spcategories/spcategories.php:45
/modules/spcategories/spcategories.php:39<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu_lang`
WHERE `id_spverticalmenu` = 306 |
224
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/Verticalmenu.php:239<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 55
AND `active` = 1 LIMIT 1 |
222
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 63
AND `active` = 1 LIMIT 1 |
222
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 91
AND `active` = 1 LIMIT 1 |
222
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `T3Dz1_product_attribute` pa
INNER JOIN T3Dz1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1183 LIMIT 1 |
219
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 18
AND `active` = 1 LIMIT 1 |
218
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_product_attribute` a
LEFT JOIN `T3Dz1_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1183) LIMIT 1 |
218
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 66
AND `active` = 1 LIMIT 1 |
218
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 81
AND `active` = 1 LIMIT 1 |
216
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 3
AND `active` = 1 LIMIT 1 |
215
ms
|
27 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 93
AND `active` = 1 LIMIT 1 |
215
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 84
AND `active` = 1 LIMIT 1 |
215
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 95
AND `active` = 1 LIMIT 1 |
215
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 96
AND `active` = 1 LIMIT 1 |
214
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu_lang`
WHERE `id_spverticalmenu` = 308 |
212
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/Verticalmenu.php:239<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_category` a
LEFT JOIN `T3Dz1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `T3Dz1_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 |
211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/classes/Link.php:1231<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_category` a
LEFT JOIN `T3Dz1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `T3Dz1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/classes/Category.php:2274<br>/modules/spsearchpro/spsearchpro.php:931<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 87
AND `active` = 1 LIMIT 1 |
207
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE b.`id_spsearchpro` FROM `T3Dz1_spsearchpro` b
LEFT JOIN `T3Dz1_spsearchpro_shop` bs ON (b.`id_spsearchpro` = bs.`id_spsearchpro`)
WHERE bs.`active` = 1 AND (bs.id_shop = 1) AND b.`hook` = 675 ORDER BY b.`ordering` |
207
ms
|
4 |
Yes
|
|
/modules/spsearchpro/spsearchpro.php:969
/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 90
AND `active` = 1 LIMIT 1 |
206
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1 LIMIT 1 |
206
ms
|
4 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_lang` FROM `T3Dz1_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
206
ms
|
10 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_category` a
LEFT JOIN `T3Dz1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `T3Dz1_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 |
202
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/classes/Link.php:1231<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_currency
FROM `T3Dz1_currency` c
WHERE (iso_code = 'CZK') LIMIT 1 |
201
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_currency
FROM `T3Dz1_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
198
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_category` a
LEFT JOIN `T3Dz1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Product/Search.php:364<br>/modules/ps_facetedsearch/src/Product/Search.php:130<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:173<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu_group_lang`
WHERE `id_spverticalmenu_group` = 1 |
197
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/VerticalGroup.php:55<br>/modules/spverticalmenu/spverticalmenu.php:575<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_lang` FROM `T3Dz1_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
193
ms
|
10 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu_lang`
WHERE `id_spverticalmenu` = 310 |
193
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/Verticalmenu.php:239<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "onepagecheckout" LIMIT 1 |
192
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/pminpostpaczkomaty/pminpostpaczkomaty.php:2722<br>/modules/pminpostpaczkomaty/pminpostpaczkomaty.php:2744<br>/modules/pminpostpaczkomaty/pminpostpaczkomaty.php:3764<br>/modules/pminpostpaczkomaty/pminpostpaczkomaty.php:65<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_currency
FROM `T3Dz1_currency` c
WHERE (iso_code = 'PLN') LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 4
AND `active` = 1 LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_currency
FROM `T3Dz1_currency` c
WHERE (iso_code = 'GBP') LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `T3Dz1_currency` c
LEFT JOIN T3Dz1_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
189
ms
|
5 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/modules/spblockcurrency/spblockcurrency.php:91<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu` a
WHERE (a.`id_spverticalmenu` = 311) LIMIT 1 |
188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/Verticalmenu.php:239<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu_lang`
WHERE `id_spverticalmenu` = 311 |
187
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/Verticalmenu.php:239<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_country` a
LEFT JOIN `T3Dz1_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
186
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Product/Search.php:364<br>/modules/ps_facetedsearch/src/Product/Search.php:130<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:173<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE data
FROM `T3Dz1_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
186
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:53<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54<br>/modules/ps_googleanalytics/ps_googleanalytics.php:109<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE mg.`id_spverticalmenu_group`
FROM `T3Dz1_spverticalmenu_group` mg
WHERE `hook` = 'displayVertical' AND `status`=1 |
183
ms
|
1 |
|
|
/modules/spverticalmenu/spverticalmenu.php:603
/modules/spverticalmenu/spverticalmenu.php:570<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_lang` FROM `T3Dz1_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
183
ms
|
10 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 19
AND `active` = 1 LIMIT 1 |
183
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE tr.*
FROM `T3Dz1_tax_rule` tr
JOIN `T3Dz1_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
182
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3921<br>/classes/Product.php:3684<br>/classes/Product.php:5676<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
182
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu_lang`
WHERE `id_spverticalmenu` = 307 |
181
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/Verticalmenu.php:239<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE 1 FROM `T3Dz1_specific_price` WHERE id_product = 0 LIMIT 1 |
180
ms
|
1 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu` a
WHERE (a.`id_spverticalmenu` = 306) LIMIT 1 |
180
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/Verticalmenu.php:239<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE id_shop
FROM `T3Dz1_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
180
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu_lang`
WHERE `id_spverticalmenu` = 313 |
178
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/Verticalmenu.php:239<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE 1 FROM `T3Dz1_specific_price` WHERE id_product = 30537215 LIMIT 1 |
178
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu` a
WHERE (a.`id_spverticalmenu` = 308) LIMIT 1 |
176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/Verticalmenu.php:239<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 136 AND `id_shop` = 1 LIMIT 1 |
175
ms
|
1 |
|
|
/classes/module/Module.php:2328
/config/smartyfront.config.inc.php:58<br>/config/smarty.config.inc.php:59<br>/config/config.inc.php:253<br>/index.php:38
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "bvkseodispatcher" LIMIT 1 |
175
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/jprestaspeedpack/jprestaspeedpack.php:189<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_lang` FROM `T3Dz1_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
174
ms
|
10 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_lang` FROM `T3Dz1_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
174
ms
|
10 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE id_spsearchpro FROM T3Dz1_spsearchpro where hook=0 |
174
ms
|
2 |
|
|
/modules/spsearchpro/spsearchpro.php:52
/modules/spsearchpro/spsearchpro.php:46<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 23
AND `active` = 1 LIMIT 1 |
174
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `T3Dz1_category` c
LEFT JOIN `T3Dz1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN T3Dz1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 27
AND `active` = 1 LIMIT 1 |
171
ms
|
1 |
|
|
/classes/Category.php:1180
/modules/spsearchpro/spsearchpro.php:946<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:953<br>/modules/spsearchpro/spsearchpro.php:932<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "smartseourl" LIMIT 1 |
169
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/jprestaspeedpack/jprestaspeedpack.php:3938<br>/modules/jprestaspeedpack/jprestaspeedpack.php:3873<br>/modules/jprestaspeedpack/jprestaspeedpack.php:3808<br>/modules/jprestaspeedpack/jprestaspeedpack.php:508<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1372<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_lang` FROM `T3Dz1_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
166
ms
|
10 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "spblockcart" LIMIT 1 |
165
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "superuser" LIMIT 1 |
163
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2109<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1839<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2318<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
163
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_order`
FROM `T3Dz1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
163
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_lang` FROM `T3Dz1_lang` WHERE `iso_code` = 'pl' LIMIT 1 |
162
ms
|
10 |
|
|
/classes/Language.php:824
/classes/Tools.php:644<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:214<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
161
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/jprestaspeedpack/jprestaspeedpack.php:3938<br>/modules/jprestaspeedpack/jprestaspeedpack.php:3873<br>/modules/jprestaspeedpack/jprestaspeedpack.php:3808<br>/modules/jprestaspeedpack/jprestaspeedpack.php:508<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1372<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu` a
WHERE (a.`id_spverticalmenu` = 307) LIMIT 1 |
158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/Verticalmenu.php:239<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu_group` a
WHERE (a.`id_spverticalmenu_group` = 1) LIMIT 1 |
158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/VerticalGroup.php:55<br>/modules/spverticalmenu/spverticalmenu.php:575<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
157
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/jprestaspeedpack/jprestaspeedpack.php:2143<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1839<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2318<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_country_lang`
WHERE `id_country` = 14 |
157
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
156
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/jprestaspeedpack/jprestaspeedpack.php:2109<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1839<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2318<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `T3Dz1_stock_available`
WHERE (id_product = 30537215) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency_lang`
WHERE `id_currency` = 4 |
153
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Currency.php:766<br>/classes/Currency.php:669<br>/modules/spblockcurrency/spblockcurrency.php:77<br>/modules/spblockcurrency/spblockcurrency.php:94<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `reduction`
FROM `T3Dz1_product_group_reduction_cache`
WHERE `id_product` = 30537215 AND `id_group` = 1 LIMIT 1 |
152
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
152
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/jprestaspeedpack/jprestaspeedpack.php:2013<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1840<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2318<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `T3Dz1_product_attribute`
WHERE `id_product` = 30537215 |
150
ms
|
2 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency` a
LEFT JOIN `T3Dz1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 5) LIMIT 1 |
149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Currency.php:766<br>/classes/Currency.php:669<br>/modules/spblockcurrency/spblockcurrency.php:77<br>/modules/spblockcurrency/spblockcurrency.php:94<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency` a
LEFT JOIN `T3Dz1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1 |
148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Currency.php:766<br>/classes/Currency.php:669<br>/modules/spblockcurrency/spblockcurrency.php:77<br>/modules/spblockcurrency/spblockcurrency.php:94<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE location
FROM `T3Dz1_stock_available`
WHERE (id_product = 30537215) AND (id_product_attribute = 1183) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency` a
LEFT JOIN `T3Dz1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Currency.php:766<br>/classes/Currency.php:669<br>/modules/spblockcurrency/spblockcurrency.php:77<br>/modules/spblockcurrency/spblockcurrency.php:94<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "wkadminloginascustomer" LIMIT 1 |
144
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2126<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1839<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2318<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "atssuperuser" LIMIT 1 |
144
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2121<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1839<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2318<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
144
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/jprestaspeedpack/jprestaspeedpack.php:2126<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1839<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2318<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `T3Dz1_product_shop`
WHERE `id_product` = 30537215 AND id_shop=1 LIMIT 1 |
143
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
143
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/jprestaspeedpack/jprestaspeedpack.php:2121<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1839<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2318<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE format
FROM `T3Dz1_address_format`
WHERE `id_country` = 14 LIMIT 1 |
142
ms
|
1 |
|
|
/classes/AddressFormat.php:672
/classes/AddressFormat.php:634<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `T3Dz1_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 136 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spverticalmenu` a
WHERE (a.`id_spverticalmenu` = 313) LIMIT 1 |
139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spverticalmenu/Verticalmenu.php:239<br>/modules/spverticalmenu/Verticalmenu.php:553<br>/modules/spverticalmenu/spverticalmenu.php:582<br>/modules/spverticalmenu/spverticalmenu.php:661<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spsearchpro_lang`
WHERE `id_spsearchpro` = 1 |
138
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spsearchpro/SpSearchProClass.php:37<br>/modules/spsearchpro/spsearchpro.php:972<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
138
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/jprestaspeedpack/jprestaspeedpack.php:2002<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1840<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2318<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "autolanguagecurrency" LIMIT 1 |
138
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2002<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1840<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2318<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_spsearchpro` a
LEFT JOIN `T3Dz1_spsearchpro_shop` `c` ON a.`id_spsearchpro` = c.`id_spsearchpro` AND c.`id_shop` = 1
WHERE (a.`id_spsearchpro` = 1) LIMIT 1 |
137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/spsearchpro/SpSearchProClass.php:37<br>/modules/spsearchpro/spsearchpro.php:972<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
137
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/jprestaspeedpack/jprestaspeedpack.php:2131<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1839<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2318<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency_lang`
WHERE `id_currency` = 5 |
137
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Currency.php:766<br>/classes/Currency.php:669<br>/modules/spblockcurrency/spblockcurrency.php:77<br>/modules/spblockcurrency/spblockcurrency.php:94<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency` a
LEFT JOIN `T3Dz1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
136
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Currency.php:766<br>/classes/Currency.php:669<br>/modules/spblockcurrency/spblockcurrency.php:77<br>/modules/spblockcurrency/spblockcurrency.php:94<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_order`
FROM `T3Dz1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 74 AND `id_shop` = 1 LIMIT 1 |
135
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "configb2b" LIMIT 1 |
134
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2013<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1840<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2318<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "groupinc" LIMIT 1 |
134
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2131<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1839<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2318<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `T3Dz1_stock_available`
WHERE (id_product = 30537215) AND (id_product_attribute = 1183) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "shaim_gdpr" LIMIT 1 |
132
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2143<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1839<br>/modules/jprestaspeedpack/jprestaspeedpack.php:2318<br>/modules/jprestaspeedpack/jprestaspeedpack.php:1375<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:364<br>/index.php:39
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency_lang`
WHERE `id_currency` = 2 |
132
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Currency.php:766<br>/classes/Currency.php:669<br>/modules/spblockcurrency/spblockcurrency.php:77<br>/modules/spblockcurrency/spblockcurrency.php:94<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE data FROM T3Dz1_layered_filter_block WHERE hash="a1d74ecbcd42f96adaf4ac415b95da70" LIMIT 1 |
132
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "paypal" LIMIT 1 |
131
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE id_shop
FROM `T3Dz1_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<br>/index.php:38
|
SELECT SQL_NO_CACHE *
FROM `T3Dz1_currency_lang`
WHERE `id_currency` = 3 |
130
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Currency.php:766<br>/classes/Currency.php:669<br>/modules/spblockcurrency/spblockcurrency.php:77<br>/modules/spblockcurrency/spblockcurrency.php:94<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
126
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1 |
124
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:88<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "spblockcurrency" LIMIT 1 |
121
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_zone`
FROM `T3Dz1_country`
WHERE `id_country` = 21 LIMIT 1 |
120
ms
|
1 |
|
|
/classes/Country.php:223
/modules/whatsappchat/classes/WhatsappChatBlock.php:162<br>/modules/whatsappchat/whatsappchat.php:539<br>/modules/whatsappchat/whatsappchat.php:304<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM T3Dz1_required_field |
119
ms
|
1 |
|
|
/classes/ObjectModel.php:1510
/classes/ObjectModel.php:1542<br>/classes/ObjectModel.php:1473<br>/classes/controller/FrontController.php:532<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_category`
FROM `T3Dz1_category`
WHERE `id_parent` = 0 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Category.php:2272
/modules/spsearchpro/spsearchpro.php:931<br>/modules/spsearchpro/spsearchpro.php:974<br>/modules/spsearchpro/spsearchpro.php:1009<br>/modules/spsearchpro/spsearchpro.php:999<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "spblocklanguage" LIMIT 1 |
116
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE name FROM T3Dz1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 136 LIMIT 1 |
115
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
112
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `T3Dz1_country`
WHERE `id_country` = 14 LIMIT 1 |
110
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module` WHERE `name` = "spsearchpro" LIMIT 1 |
109
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `reduction`
FROM `T3Dz1_group`
WHERE `id_group` = 1 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3963<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/override/classes/controller/ProductListingFrontController.php:13<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1 |
104
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
(SELECT 1 FROM `T3Dz1_cart_rule` WHERE date_to >= "2025-04-09 00:00:00" AND date_to <= "2025-04-09 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `T3Dz1_cart_rule` WHERE date_from >= "2025-04-09 00:00:00" AND date_from <= "2025-04-09 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `T3Dz1_cart_rule` WHERE date_from < "2025-04-09 00:00:00" AND date_to > "2025-04-09 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/Cart.php:3021<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|
SELECT SQL_NO_CACHE `id_module` FROM `T3Dz1_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1 |
95
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:51<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/8e/e1/c7/8ee1c776702b8949f0a834c7b7053ce15bbccb91_2.file.header-v7.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/bf/e1/b4/bfe1b480bced08278379a17ab4ff03a7cbd13ec9_2.file.layout-both-columns.tpl.php:68<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/68/0f/67/680f679a372ccce5d1a3b7964f0fc31418ad09e4_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/45/c2/1a/45c21a3d062c976a18be2267af4cc960f884c8e4_2.file.product-list.tpl.php:35<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/sp_autostorelayouts_layout_left_column_tpl/58/86/b1/5886b182d24cf3bd129fdde10e27a43a71437302_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:39
|
(SELECT 1 FROM `T3Dz1_cart_rule` WHERE date_to >= "2025-04-09 00:00:00" AND date_to <= "2025-04-09 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `T3Dz1_cart_rule` WHERE date_from >= "2025-04-09 00:00:00" AND date_from <= "2025-04-09 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `T3Dz1_cart_rule` WHERE date_from < "2025-04-09 00:00:00" AND date_to > "2025-04-09 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:39
|