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 `uux4_configuration` c
LEFT JOIN `uux4_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
3780
ms
|
1921 |
|
|
/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:27
|
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 FROM uux4_product p LEFT JOIN uux4_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN uux4_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN uux4_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 uux4_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN uux4_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN uux4_category_product cp ON (p.id_product = cp.id_product) INNER JOIN uux4_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN uux4_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p INNER JOIN uux4_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=2)) GROUP BY fp.id_feature_value |
2929
ms
|
5011500 |
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>/override/classes/controller/ProductListingFrontController.php:69<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `uux4_module` m
INNER JOIN uux4_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 `uux4_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `uux4_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `uux4_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `uux4_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` |
2702
ms
|
196 |
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>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
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 FROM uux4_product p LEFT JOIN uux4_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN uux4_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN uux4_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 uux4_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN uux4_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN uux4_category_product cp ON (p.id_product = cp.id_product) INNER JOIN uux4_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN uux4_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN uux4_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (25, 75, 65, 54, 79, 61, 42, 85, 41, 20))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p INNER JOIN uux4_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN uux4_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=1)) AND ((fp_1.id_feature_value IN (25, 75, 65, 54, 79, 61, 42, 85, 41, 20))) GROUP BY fp.id_feature_value |
2098
ms
|
1140 |
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>/override/classes/controller/ProductListingFrontController.php:69<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_hook_module` hm
STRAIGHT_JOIN `uux4_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `uux4_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2019
ms
|
709 |
|
|
/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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 FROM uux4_product p LEFT JOIN uux4_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN uux4_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN uux4_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 uux4_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN uux4_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN uux4_category_product cp ON (p.id_product = cp.id_product) INNER JOIN uux4_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN uux4_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN uux4_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (25, 75, 65, 54, 79, 61, 42, 85, 41, 20))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN uux4_product_sale psales ON (psales.id_product = p.id_product) GROUP BY p.id_product ORDER BY psales.quantity DESC, p.id_product DESC |
1965
ms
|
324900 |
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>/override/classes/controller/ProductListingFrontController.php:69<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity,IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute,
pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`,
pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
m.`name` AS manufacturer_name, p.`id_manufacturer` as id_manufacturer,
image_shop.`id_image` id_image, il.`legend`,
ps.`quantity` AS sales, t.`rate`, pl.`meta_keywords`, pl.`meta_title`, pl.`meta_description`,
DATEDIFF(p.`date_add`, DATE_SUB("2025-05-02 00:00:00",
INTERVAL 1000 DAY)) > 0 AS new FROM `uux4_product_sale` ps
LEFT JOIN `uux4_product` p ON ps.`id_product` = p.`id_product`
LEFT JOIN uux4_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `uux4_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1) LEFT JOIN `uux4_product_lang` pl
ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1
LEFT JOIN `uux4_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `uux4_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `uux4_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN `uux4_tax_rule` tr ON (product_shop.`id_tax_rules_group` = tr.`id_tax_rules_group`)
AND tr.`id_country` = 21
AND tr.`id_state` = 0
LEFT JOIN `uux4_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN uux4_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE product_shop.`active` = 1
AND p.`visibility` != 'none' AND EXISTS(SELECT 1 FROM `uux4_category_product` cp
JOIN `uux4_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` = 1)
WHERE cp.`id_product` = p.`id_product`)
ORDER BY `sales` DESC
LIMIT 4, 4 |
1781
ms
|
800 |
|
|
/override/classes/ProductSale.php:183
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `uux4_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `uux4_hook_alias` ha
INNER JOIN `uux4_hook` h ON ha.name = h.name |
1187
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
1081
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>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `uux4_category` c
INNER JOIN `uux4_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `uux4_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 2 AND nright <= 83
AND c.id_category IN (
SELECT id_category
FROM `uux4_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
1072
ms
|
41 |
Yes
|
|
/override/modules/ps_categorytree/ps_categorytree.php:76
/override/modules/ps_categorytree/ps_categorytree.php:45<br>/modules/ps_categorytree/ps_categorytree.php:330<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `uux4_hook` h
WHERE (h.active = 1) |
984
ms
|
901 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(ps.`id_product`) AS nb
FROM `uux4_product_sale` ps
LEFT JOIN `uux4_product` p ON p.`id_product` = ps.`id_product`
LEFT JOIN uux4_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE product_shop.`active` = 1 LIMIT 1 |
959
ms
|
195 |
|
|
/classes/ProductSale.php:60
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:86<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `uux4_module` m
LEFT JOIN `uux4_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
728
ms
|
156 |
|
|
/classes/module/Module.php:340
/modules/recaptchapro/recaptchapro.php:48<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:521<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `uux4_manufacturer` m INNER JOIN uux4_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `uux4_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 |
723
ms
|
28 |
Yes
|
|
/classes/Manufacturer.php:207
/modules/ps_brandlist/ps_brandlist.php:291<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `uux4_module` m
LEFT JOIN `uux4_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
699
ms
|
156 |
|
|
/classes/module/Module.php:340
/modules/ets_awesomeurl/ets_awesomeurl.php:53<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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 16
LIMIT 1 |
686
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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `uux4_module` m
LEFT JOIN `uux4_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
609
ms
|
156 |
|
|
/classes/module/Module.php:340
/modules/addifycountryrestriction/addifycountryrestriction.php:50<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>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 145) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
599
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 219
LIMIT 1 |
586
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_date_range`, `time_end`
FROM `uux4_date_range`
WHERE `time_end` = (SELECT MAX(`time_end`) FROM `uux4_date_range`) LIMIT 1 |
583
ms
|
485809 |
|
|
/classes/DateRange.php:60
/classes/Page.php:122<br>/modules/statsdata/statsdata.php:121<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:428<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 68) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
582
ms
|
2 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 117
LIMIT 1 |
562
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 42
ORDER BY f.position ASC |
559
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `uux4_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 94 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
548
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 34
LIMIT 1 |
547
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
541
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `uux4_module` m
LEFT JOIN `uux4_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
539
ms
|
156 |
|
|
/classes/module/Module.php:340
/modules/ps_eventbus/ps_eventbus.php:94<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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 11
LIMIT 1 |
534
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 58
LIMIT 1 |
532
ms
|
2 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 5
LIMIT 1 |
527
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 193
ORDER BY f.position ASC |
521
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `uux4_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 16 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
520
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 181
LIMIT 1 |
518
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 34 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 34 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
512
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_feature_value` v LEFT JOIN `uux4_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `uux4_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 |
508
ms
|
82 |
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>/override/classes/controller/ProductListingFrontController.php:69<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 42
LIMIT 1 |
501
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 94) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
501
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 94
LIMIT 1 |
501
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `uux4_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 5 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
498
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM uux4_layered_category
WHERE controller = 'best-sales'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
493
ms
|
10 |
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>/override/classes/controller/ProductListingFrontController.php:69<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 145) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
488
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
INSERT IGNORE INTO `uux4_connections_page` (`id_connections`, `id_page`, `time_start`) VALUES ('970', '7', '2025-05-02 11:15:59') |
483
ms
|
1 |
|
|
/classes/Connection.php:122
/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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:428<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `uux4_module` m
LEFT JOIN `uux4_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
475
ms
|
156 |
|
|
/classes/module/Module.php:340
/modules/ets_reviews/ets_reviews.php:88<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>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `uux4_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 34 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
475
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 68
ORDER BY f.position ASC |
474
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 193
LIMIT 1 |
474
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/angarbestsellers/angarbestsellers.php:262<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `uux4_module` m
LEFT JOIN `uux4_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
474
ms
|
156 |
|
|
/classes/module/Module.php:340
/modules/psmerchantassistant/psmerchantassistant.php:89<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>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 11 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
472
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 16 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
470
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 34
ORDER BY f.position ASC |
468
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 201 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 201 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
461
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `uux4_module` m
LEFT JOIN `uux4_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
460
ms
|
156 |
|
|
/classes/module/Module.php:340
/modules/ybc_blog/ybc_blog.php:79<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>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5
ORDER BY f.position ASC |
460
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `uux4_module` m
LEFT JOIN `uux4_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
458
ms
|
156 |
|
|
/classes/module/Module.php:340
/modules/g_cartreminder/g_cartreminder.php:31<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>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `uux4_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 11 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
457
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `uux4_meta` m
LEFT JOIN `uux4_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
456
ms
|
61 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 94 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 94 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
455
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `uux4_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 219 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
455
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 94
ORDER BY f.position ASC |
454
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 181 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 181 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
452
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 5 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
451
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 63 LIMIT 1 |
451
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>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `uux4_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 145 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
450
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 68
LIMIT 1 |
449
ms
|
2 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `uux4_hook` |
442
ms
|
901 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
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 `uux4_feature` f INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `uux4_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `uux4_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `uux4_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
434
ms
|
9 |
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>/override/classes/controller/ProductListingFrontController.php:69<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `uux4_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 7 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
434
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 219 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 219 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
433
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 117
ORDER BY f.position ASC |
428
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16
ORDER BY f.position ASC |
423
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `uux4_module` m
LEFT JOIN `uux4_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
419
ms
|
156 |
|
|
/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 219
ORDER BY f.position ASC |
417
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11
ORDER BY f.position ASC |
416
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 68 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 68 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
415
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 7
LIMIT 1 |
413
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/angarbestsellers/angarbestsellers.php:262<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 181
ORDER BY f.position ASC |
410
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 201
ORDER BY f.position ASC |
410
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 193 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 193 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
410
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 11) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
409
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_feature_value` v LEFT JOIN `uux4_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `uux4_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 |
404
ms
|
82 |
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>/override/classes/controller/ProductListingFrontController.php:69<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 145
LIMIT 1 |
402
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/angarbestsellers/angarbestsellers.php:262<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM uux4_shop_url su
LEFT JOIN uux4_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'cigarsoutlet.shop' OR su.domain_ssl = 'cigarsoutlet.shop')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
400
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `uux4_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
398
ms
|
146689 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
UPDATE `uux4_page_viewed`
SET `counter` = `counter` + 1
WHERE `id_date_range` = 725
AND `id_page` = 7
AND `id_shop` = 1 |
386
ms
|
1 |
|
|
/classes/Page.php:131
/modules/statsdata/statsdata.php:121<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:428<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (deleted = 0) AND (iso_code = 'USD') LIMIT 1 |
386
ms
|
1 |
|
|
/classes/Currency.php:893
/modules/currencycron/currencycron.php:184<br>/modules/currencycron/currencycron.php:119<br>/modules/currencycron/currencycron.php:88<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:521<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 63 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 63 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
385
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 63
LIMIT 1 |
384
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/angarbestsellers/angarbestsellers.php:262<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 117 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 117 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
384
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-02 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM uux4_product p
LEFT JOIN uux4_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN uux4_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN uux4_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 201
LIMIT 1 |
382
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 145
ORDER BY f.position ASC |
380
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 193) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
379
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `uux4_currency` c ORDER BY `iso_code` ASC |
376
ms
|
17 |
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 201) AND (b.`id_shop` = 1) LIMIT 1 |
374
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 219) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
373
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 7) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
371
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 uux4_shop_group gs
LEFT JOIN uux4_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN uux4_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 |
371
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:27
|
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `uux4_specific_price` WHERE `id_product` != 0 |
369
ms
|
383 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
(SELECT 1 FROM `uux4_cart_rule` WHERE date_to >= "2025-05-02 00:00:00" AND date_to <= "2025-05-02 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `uux4_cart_rule` WHERE date_from >= "2025-05-02 00:00:00" AND date_from <= "2025-05-02 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `uux4_cart_rule` WHERE date_from < "2025-05-02 00:00:00" AND date_to > "2025-05-02 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
366
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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 34) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
364
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7
ORDER BY f.position ASC |
363
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `uux4_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 42 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
363
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
362
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 42) AND (b.`id_shop` = 1) LIMIT 1 |
362
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 145 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 145 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
360
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 181) AND (b.`id_shop` = 1) LIMIT 1 |
359
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
359
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 58) AND (b.`id_shop` = 1) LIMIT 1 |
358
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 5) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
356
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 16) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
354
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 193) AND (b.`id_shop` = 1) LIMIT 1 |
354
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>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:59" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:59" OR date_to <= "1970-01-01 00:00:01") |
353
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 181
ORDER BY `position` |
352
ms
|
1 |
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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
351
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 42 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 42 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
348
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 63) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
347
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 94) LIMIT 1 |
346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 219) AND (b.`id_shop` = 1) LIMIT 1 |
344
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 7 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
344
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `uux4_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 68 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
342
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 94) AND (b.`id_shop` = 1) LIMIT 1 |
340
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `uux4_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 63 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-02 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
340
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 63
ORDER BY f.position ASC |
339
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
335
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>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 193
ORDER BY `position` |
335
ms
|
2 |
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>/modules/angarbestsellers/angarbestsellers.php:263<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 201) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
333
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 58 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `uux4_cart_product` cp JOIN `uux4_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `uux4_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` = 58 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
331
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 117) AND (b.`id_shop` = 1) LIMIT 1 |
329
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 7 |
329
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 94) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
326
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 68
ORDER BY `position` |
326
ms
|
2 |
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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 201
ORDER BY `position` |
323
ms
|
2 |
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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_feature_value` v LEFT JOIN `uux4_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `uux4_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 |
323
ms
|
82 |
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>/override/classes/controller/ProductListingFrontController.php:69<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 42) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
321
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 219) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
321
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 219) LIMIT 1 |
319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
319
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 34) LIMIT 1 |
318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 16) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
318
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 7) AND (stl.id_shop = 1) LIMIT 1 |
314
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 201) LIMIT 1 |
314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `uux4_hook`
WHERE `id_hook` = 21 LIMIT 1 |
312
ms
|
1 |
|
|
/modules/displaymessagesmyaccount/displaymessagesmyaccount.php:821
/modules/displaymessagesmyaccount/displaymessagesmyaccount.php:894<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 181) LIMIT 1 |
309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM uux4_feature_product pf
LEFT JOIN uux4_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN uux4_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN uux4_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN uux4_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 58
ORDER BY f.position ASC |
308
ms
|
9 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 42 AND `id_shop` = 1 |
307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16
ORDER BY `position` |
307
ms
|
1 |
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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 63) AND (stl.id_shop = 1) LIMIT 1 |
305
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 34
ORDER BY `position` |
303
ms
|
2 |
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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
(SELECT 1 FROM `uux4_cart_rule` WHERE date_to >= "2025-05-02 00:00:00" AND date_to <= "2025-05-02 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `uux4_cart_rule` WHERE date_from >= "2025-05-02 00:00:00" AND date_from <= "2025-05-02 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `uux4_cart_rule` WHERE date_from < "2025-05-02 00:00:00" AND date_to > "2025-05-02 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
303
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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 193) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
303
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:58" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:58" OR date_to <= "1970-01-01 00:00:01") |
301
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) LIMIT 1 |
300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 68) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
298
ms
|
2 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
298
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/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.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/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:388<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 117) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
298
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 145) AND (b.`id_shop` = 1) LIMIT 1 |
297
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>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 219) AND (stl.id_shop = 1) LIMIT 1 |
297
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 181) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
294
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:58" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:58" OR date_to <= "1970-01-01 00:00:01") |
294
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:58" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:58" OR date_to <= "1970-01-01 00:00:01") |
293
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 145) AND (stl.id_shop = 1) LIMIT 1 |
291
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 68) LIMIT 1 |
291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
291
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM uux4_cart_product cp INNER JOIN uux4_product p
ON (p.id_product = cp.id_product) INNER JOIN uux4_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
288
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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT pc.id_ets_rv_product_comment) AS commentNb
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_image` `pcm` ON pc.id_ets_rv_product_comment=pcm.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_video` `pcv` ON pc.id_ets_rv_product_comment=pcv.id_ets_rv_product_comment
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 58) AND (pc.deleted = 0) AND (pc.question = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
284
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:285
/modules/ets_reviews/ets_reviews.php:1943<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 58) LIMIT 1 |
284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 219
ORDER BY `position` |
284
ms
|
2 |
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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `uux4_connections`
WHERE `id_guest` = 1004
AND `date_add` > '2025-05-02 10:45:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
283
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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:428<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 145) LIMIT 1 |
282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:58" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:58" OR date_to <= "1970-01-01 00:00:01") |
282
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM uux4_meta m
LEFT JOIN uux4_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_reviews-comment"
OR m.page = "moduleets_reviewscomment"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
281
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_reviews/ets_reviews.php:863<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:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 19) LIMIT 1 |
281
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:448<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:58" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:58" OR date_to <= "1970-01-01 00:00:01") |
280
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11
ORDER BY `position` |
280
ms
|
2 |
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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 193) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:58" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:58" OR date_to <= "1970-01-01 00:00:01") |
280
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:58" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:58" OR date_to <= "1970-01-01 00:00:01") |
278
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 94
ORDER BY `position` |
278
ms
|
2 |
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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
278
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 63) LIMIT 1 |
277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` c
INNER JOIN uux4_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 |
274
ms
|
17 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/modules/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:58" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:58" OR date_to <= "1970-01-01 00:00:01") |
274
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 16) |
273
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:59" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:59" OR date_to <= "1970-01-01 00:00:01") |
272
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 58) |
272
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/modules/currencycron/currencycron.php:192<br>/modules/currencycron/currencycron.php:119<br>/modules/currencycron/currencycron.php:88<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:521<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:58" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:58" OR date_to <= "1970-01-01 00:00:01") |
270
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 42) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
269
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 94) |
269
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 34) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
263
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 117) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
263
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 11) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
263
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 5) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
262
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
260
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 42
ORDER BY `position` |
260
ms
|
1 |
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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
259
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 63
ORDER BY `position` |
259
ms
|
2 |
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>/modules/angarbestsellers/angarbestsellers.php:263<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 5) |
258
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:59" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:59" OR date_to <= "1970-01-01 00:00:01") |
257
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 68) AND (b.`id_shop` = 1) LIMIT 1 |
256
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 34) |
256
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 11) |
254
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 145
ORDER BY `position` |
253
ms
|
2 |
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>/modules/angarbestsellers/angarbestsellers.php:263<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE conf.* FROM `uux4_hideprice_configuration` conf WHERE conf.`id_shop` = 1
AND conf.`active` = 1 |
253
ms
|
3 |
|
|
/modules/hideprice/hideprice.php:437
/modules/hideprice/hideprice.php:153<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 219) |
253
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 181) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
251
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
251
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16
AND image_shop.`cover` = 1 LIMIT 1 |
251
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 7) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
251
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 63) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
251
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `uux4_lang` l
LEFT JOIN `uux4_lang_shop` ls ON (l.id_lang = ls.id_lang) |
250
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 181) |
250
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5
ORDER BY `position` |
249
ms
|
2 |
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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM uux4_meta m
LEFT JOIN uux4_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
247
ms
|
2 |
|
|
/classes/Meta.php:190
/classes/Meta.php:329<br>/classes/Meta.php:314<br>/classes/controller/FrontController.php:1689<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 117) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7
ORDER BY `position` |
246
ms
|
2 |
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>/modules/angarbestsellers/angarbestsellers.php:263<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM uux4_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
245
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:27
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 9) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:448<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 68) AND (stl.id_shop = 1) LIMIT 1 |
244
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 11
AND image_shop.`cover` = 1 LIMIT 1 |
241
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 145) |
241
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `uux4_hook_alias` |
240
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>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5
AND image_shop.`cover` = 1 LIMIT 1 |
240
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_country` a
LEFT JOIN `uux4_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `uux4_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
240
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:27
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 6) LIMIT 1 |
240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 58) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
238
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
238
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:58" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:58" OR date_to <= "1970-01-01 00:00:01") |
237
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 219
AND image_shop.`cover` = 1 LIMIT 1 |
236
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `uux4_manufacturer`
WHERE `id_manufacturer` = 19
AND `active` = 1 LIMIT 1 |
236
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:444<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 201) |
236
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
235
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 58
AND image_shop.`cover` = 1 LIMIT 1 |
235
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:58" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:58" OR date_to <= "1970-01-01 00:00:01") |
235
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 34
AND image_shop.`cover` = 1 LIMIT 1 |
234
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `uux4_lang` l
JOIN uux4_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
234
ms
|
1 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:548<br>/override/classes/Dispatcher.php:309<br>/classes/Dispatcher.php:245<br>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:59" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:59" OR date_to <= "1970-01-01 00:00:01") |
233
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/modules/angarbestsellers/angarbestsellers.php:262<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:59" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:59" OR date_to <= "1970-01-01 00:00:01") |
232
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/modules/angarbestsellers/angarbestsellers.php:262<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 201
AND image_shop.`cover` = 1 LIMIT 1 |
231
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
231
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
230
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarTheme/01/9f/f4/019ff4b325901f19f1200e3172b50d945c19ab67_2.file.pl-dual-prices.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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:246<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:275<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(pc.grade) / COUNT(IF(pc.grade > 0, 1, NULL)) AS averageGrade
FROM `uux4_ets_rv_product_comment` pc
LEFT JOIN `uux4_ets_rv_product_comment_lang` `pcl` ON pc.id_ets_rv_product_comment = pcl.id_ets_rv_product_comment AND pcl.id_lang=1
LEFT JOIN `uux4_ets_rv_product_comment_publish_lang` `ppl` ON pc.id_ets_rv_product_comment = ppl.id_ets_rv_product_comment
WHERE (pc.id_product = 201) AND (pc.deleted = 0) AND (IF(1=0, 1, pc.publish_all_language = 1 OR 1 > 0 OR (ppl.id_lang = 1 AND ppl.id_ets_rv_product_comment is NOT NULL))) AND (pc.question = 0) AND (IF(pc.id_guest=1004, 1, pc.validate=1)) LIMIT 1 |
230
ms
|
1 |
|
|
/modules/ets_reviews/src/Repository/EtsRVProductCommentRepository.php:193
/modules/ets_reviews/ets_reviews.php:1944<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:465<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 193) AND (stl.id_shop = 1) LIMIT 1 |
230
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 117
ORDER BY `position` |
229
ms
|
2 |
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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_category` a
LEFT JOIN `uux4_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `uux4_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 |
228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:17<br>/override/modules/ps_categorytree/ps_categorytree.php:35<br>/modules/ps_categorytree/ps_categorytree.php:330<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM uux4_meta m
LEFT JOIN uux4_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
228
ms
|
2 |
|
|
/classes/Meta.php:190
/classes/Meta.php:329<br>/classes/Meta.php:314<br>/classes/controller/FrontController.php:1689<br>/modules/ets_awesomeurl/ets_awesomeurl.php:1112<br>/modules/ets_awesomeurl/ets_awesomeurl.php:550<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
227
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
226
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 193) |
226
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product` a
LEFT JOIN `uux4_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 42) LIMIT 1 |
226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 42
AND image_shop.`cover` = 1 LIMIT 1 |
225
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:59" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:59" OR date_to <= "1970-01-01 00:00:01") |
225
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 7) |
223
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
222
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
222
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 34 |
222
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_lang` a
LEFT JOIN `uux4_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
221
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:27
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 58) AND (stl.id_shop = 1) LIMIT 1 |
221
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 8) LIMIT 1 |
221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 94
AND image_shop.`cover` = 1 LIMIT 1 |
221
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 1) LIMIT 1 |
221
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:448<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 193
AND image_shop.`cover` = 1 LIMIT 1 |
220
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 181
AND image_shop.`cover` = 1 LIMIT 1 |
219
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:58" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:58" OR date_to <= "1970-01-01 00:00:01") |
219
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
219
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 193 AND `id_shop` = 1 |
219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 34) AND (stl.id_shop = 1) LIMIT 1 |
218
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `uux4_currency` c
LEFT JOIN uux4_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
217
ms
|
17 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/angarcontact/angarcontact.php:104<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 16 |
216
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
216
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
216
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 34 LIMIT 1 |
216
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE `active` = 1 AND `id_shop` IN(0,1) ORDER BY priority ASC |
215
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:255
/modules/addifycountryrestriction/addifycountryrestriction.php:949<br>/override/classes/ProductSale.php:170<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 181) AND (stl.id_shop = 1) LIMIT 1 |
215
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 145
AND image_shop.`cover` = 1 LIMIT 1 |
215
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
214
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 16) AND (stl.id_shop = 1) LIMIT 1 |
214
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*
FROM `uux4_hiblacklist` b
WHERE (INET_ATON(b.`ip`) <= 51393188) AND (INET_ATON(b.`ip_to`) >= 51393188) LIMIT 1 |
213
ms
|
18 |
|
|
/modules/hiblacklist/classes/blacklist.php:58
/modules/hiblacklist/hiblacklist.php:1293<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 42) |
213
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 3) LIMIT 1 |
212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:448<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 94 |
212
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `uux4_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 58
ORDER BY `position` |
211
ms
|
2 |
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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 24) LIMIT 1 |
211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 117) |
211
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 5) AND (stl.id_shop = 1) LIMIT 1 |
209
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:59" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:59" OR date_to <= "1970-01-01 00:00:01") |
209
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/modules/angarbestsellers/angarbestsellers.php:262<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 68
AND image_shop.`cover` = 1 LIMIT 1 |
209
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 16) LIMIT 1 |
208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
208
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 94) AND (stl.id_shop = 1) LIMIT 1 |
208
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 11 AND `id_shop` = 1 |
206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 68 |
206
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE h.* FROM `uux4_hideprice_configuration` h WHERE h.`id_shop` = 1
AND h.`active` = 1 AND (date_from <= "2025-05-02 11:15:59" OR date_from <= "1970-01-01 00:00:01") AND (date_to >= "2025-05-02 11:15:59" OR date_to <= "1970-01-01 00:00:01") |
206
ms
|
3 |
|
|
/modules/hideprice/classes/HidePriceConfiguration.php:199
/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/modules/angarbestsellers/angarbestsellers.php:262<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM uux4_meta m
LEFT JOIN uux4_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
205
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_awesomeurl/ets_awesomeurl.php:1131<br>/modules/ets_awesomeurl/ets_awesomeurl.php:550<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
205
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
205
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
204
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 11) LIMIT 1 |
203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
203
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarTheme/01/9f/f4/019ff4b325901f19f1200e3172b50d945c19ab67_2.file.pl-dual-prices.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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:246<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:275<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
202
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 219 AND `id_shop` = 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
201
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 63) |
200
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 4) LIMIT 1 |
200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `uux4_image_type` |
200
ms
|
8 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204<br>/modules/ambjolisearch/ambjolisearch.php:2479<br>/modules/ambjolisearch/ambjolisearch.php:1988<br>/modules/ambjolisearch/ambjolisearch.php:213<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 94 |
199
ms
|
1 |
|
|
/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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
199
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
199
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
198
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
197
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 117 |
197
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 117
AND image_shop.`cover` = 1 LIMIT 1 |
197
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 201) AND (stl.id_shop = 1) LIMIT 1 |
196
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 181 AND `id_shop` = 1 |
196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 68 AND `id_shop` = 1 |
196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 12) LIMIT 1 |
196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
195
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 201 AND `id_shop` = 1 |
194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
194
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 42 |
194
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 18) LIMIT 1 |
193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 219 |
193
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 34 AND `id_shop` = 1 |
193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
193
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE `active` = 1 ORDER BY priority ASC |
192
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:301
/modules/addifycountryrestriction/addifycountryrestriction.php:984<br>/override/modules/ps_categorytree/ps_categorytree.php:67<br>/override/modules/ps_categorytree/ps_categorytree.php:45<br>/modules/ps_categorytree/ps_categorytree.php:330<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM uux4_link_block lb
INNER JOIN uux4_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
192
ms
|
1 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<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/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:388<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
192
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 117) AND (stl.id_shop = 1) LIMIT 1 |
192
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE id_employee_post FROM `uux4_ybc_blog_employee` WHERE id_employee=0 AND is_customer=1 AND status>0 LIMIT 1 |
192
ms
|
1 |
|
|
/modules/ybc_blog/classes/ybc_blog_employee_class.php:83
/modules/ybc_blog/ybc_blog.php:3173<br>/modules/ybc_blog/ybc_blog.php:3184<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/AngarTheme/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.pscustomeraccountlinkspsc.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/module/Module.php:2490<br>/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:97<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/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:388<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `uux4_hook_alias` |
191
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>/override/classes/Dispatcher.php:29<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `uux4_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
191
ms
|
8 |
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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
190
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 63
AND image_shop.`cover` = 1 LIMIT 1 |
189
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 11) AND (stl.id_shop = 1) LIMIT 1 |
189
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
189
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 94 LIMIT 1 |
188
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 14) LIMIT 1 |
188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 11) LIMIT 1 |
188
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
188
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 94 AND `id_shop` = 1 |
188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
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 `uux4_product` p
INNER JOIN `uux4_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `uux4_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` = 68) |
187
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
187
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 181 |
187
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
187
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
186
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 10) LIMIT 1 |
186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
185
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
185
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `uux4_image` i
INNER JOIN uux4_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7
AND image_shop.`cover` = 1 LIMIT 1 |
184
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 63 |
184
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_group` a
LEFT JOIN `uux4_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
184
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>/modules/ets_superspeed/classes/cache.php:70<br>/modules/ets_superspeed/classes/cache.php:175<br>/modules/ets_superspeed/ets_superspeed.php:1638<br>/override/classes/Dispatcher.php:327<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
183
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 13) LIMIT 1 |
183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
183
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 63 AND `id_shop` = 1 |
182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 181 |
182
ms
|
1 |
|
|
/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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
182
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `uux4_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
182
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/Configuration.php:220<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 145 AND `id_shop` = 1 |
181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 145 |
181
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 201 |
181
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 34 |
180
ms
|
1 |
|
|
/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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 94) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
180
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 193 |
180
ms
|
2 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_am_stock_traffic_light` stl
LEFT JOIN `uux4_am_stock_traffic_light_lang` `stll` ON stl.id_am_stock_traffic_light = stll.id_am_stock_traffic_light
WHERE (stl.id_product = 42) AND (stl.id_shop = 1) LIMIT 1 |
180
ms
|
1 |
|
|
/modules/amstocktrafficlight/classes/CustomProductLabels.php:253
/modules/amstocktrafficlight/amstocktrafficlight.php:512<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:982<br>/override/modules/ps_categorytree/ps_categorytree.php:67<br>/override/modules/ps_categorytree/ps_categorytree.php:45<br>/modules/ps_categorytree/ps_categorytree.php:330<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `type`, `target` FROM `uux4_ets_awu_redirect` WHERE 'best-sales?q=Length-102+mm-125+mm-127+mm-130+mm-132+mm-142+mm-143+mm-145+mm-155+mm-164+mm' REGEXP (REPLACE(`url`, '*', '(.*)')) AND active = 1 AND `id_shop`=1 LIMIT 1 |
179
ms
|
1 |
|
|
/modules/ets_awesomeurl/classes/EtsAwuRedirect.php:101
/modules/ets_awesomeurl/ets_awesomeurl.php:511<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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 201 |
179
ms
|
1 |
|
|
/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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_country` a
LEFT JOIN `uux4_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/sfkseoschema/sfkseoschema.php:1269<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category`
FROM `uux4_category_lang`
WHERE `link_rewrite`='best-sales' AND id_shop=1 AND id_lang=1 LIMIT 1 |
178
ms
|
42 |
|
|
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:446
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:627<br>/override/classes/Dispatcher.php:43<br>/classes/Dispatcher.php:359<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 219 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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 16 LIMIT 1 |
177
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 11 LIMIT 1 |
176
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 7) LIMIT 1 |
176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 11) LIMIT 1 |
176
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
176
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
176
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 181 LIMIT 1 |
175
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 34 |
175
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
175
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 16 AND `id_shop` = 1 |
174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
174
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 5 LIMIT 1 |
174
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
174
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_country` a
LEFT JOIN `uux4_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 13) LIMIT 1 |
173
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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
173
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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 28) LIMIT 1 |
172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 7 AND `id_shop` = 1 |
172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 7 |
172
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
172
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 68 |
172
ms
|
1 |
|
|
/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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 26) LIMIT 1 |
172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "angarbestsellers" LIMIT 1 |
172
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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `uux4_address_format`
WHERE `id_country` = 13 LIMIT 1 |
171
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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
171
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
171
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:999<br>/modules/addifycountryrestriction/addifycountryrestriction.php:935<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM `uux4_module_currency` mc
WHERE (mc.`id_module` = 116) AND (mc.`id_shop` = 1) |
171
ms
|
15 |
|
|
/classes/Currency.php:853
/modules/creditcardofflinepayment/creditcardofflinepayment.php:1851<br>/modules/creditcardofflinepayment/creditcardofflinepayment.php:55<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 11 |
170
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
170
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 34) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 193 AND id_shop=1 LIMIT 1 |
170
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 181 AND `id_group` = 1 LIMIT 1 |
170
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
169
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:423<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
169
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM uux4_link_block lb
INNER JOIN uux4_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 12 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
169
ms
|
1 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:281<br>/modules/ps_linklist/ps_linklist.php:271<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
169
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 193 |
168
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE domain,physical_uri FROM uux4_shop_url WHERE id_shop='1' |
168
ms
|
1 |
|
|
/modules/sfkseoschema/sfkseoschema.php:745
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `uux4_specific_price_priority`
WHERE `id_product` = 16
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
168
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
167
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 181) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2) LIMIT 1 |
167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 201 |
166
ms
|
2 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 7 LIMIT 1 |
166
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>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
165
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 68 AND `id_group` = 1 LIMIT 1 |
165
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 219) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
165
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
165
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 27) LIMIT 1 |
165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
164
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 181 AND id_shop=1 LIMIT 1 |
164
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 201) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
163
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
163
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 11) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 68 AND id_shop=1 LIMIT 1 |
162
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
162
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
162
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
161
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
161
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/01/9f/f4/019ff4b325901f19f1200e3172b50d945c19ab67_2.file.pl-dual-prices.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:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:246<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:275<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
161
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
161
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
161
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
161
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `uux4_manufacturer`
WHERE `id_manufacturer` = 8
AND `active` = 1 LIMIT 1 |
161
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:444<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
161
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM uux4_required_field |
161
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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 15) LIMIT 1 |
161
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
161
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 181 |
160
ms
|
2 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
160
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
160
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `uux4_country`
WHERE `id_country` = 21 LIMIT 1 |
159
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>/override/classes/Link.php:35<br>/src/Adapter/Image/ImageRetriever.php:289<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 5 AND `id_shop` = 1 |
159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 42 |
159
ms
|
1 |
|
|
/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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
159
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
159
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 5 AND id_shop=1 LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 68) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
158
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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `uux4_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
157
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:947<br>/override/classes/ProductSale.php:170<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 5 |
157
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM uux4_shop s
LEFT JOIN uux4_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 |
157
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:27
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 219 |
157
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `uux4_specific_price_priority`
WHERE `id_product` = 5
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
157
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
157
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 11 |
156
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
156
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 14) LIMIT 1 |
156
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 16 |
156
ms
|
4 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE id_page_type
FROM uux4_page_type
WHERE name = 'bestsales' LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55<br>/classes/Connection.php:104<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:428<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
155
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
155
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/01/9f/f4/019ff4b325901f19f1200e3172b50d945c19ab67_2.file.pl-dual-prices.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:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:246<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:275<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 16 AND id_shop=1 LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
155
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
154
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/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.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/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:388<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "hideprice" LIMIT 1 |
154
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Product.php:38<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 94 |
154
ms
|
1 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
153
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 11 |
153
ms
|
1 |
|
|
/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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE `active` = 1 ORDER BY priority ASC |
153
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:301
/modules/addifycountryrestriction/addifycountryrestriction.php:965<br>/override/classes/ProductSale.php:171<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
153
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/01/9f/f4/019ff4b325901f19f1200e3172b50d945c19ab67_2.file.pl-dual-prices.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:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:246<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:275<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `uux4_specific_price_priority`
WHERE `id_product` = 11
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
152
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 17) LIMIT 1 |
152
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
152
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 160 AND `id_shop` = 1 LIMIT 1 |
152
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:423<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
152
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ybc_blog" LIMIT 1 |
152
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
151
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_product, fp.id_feature_value, custom
FROM `uux4_feature_product` fp
LEFT JOIN `uux4_feature_value` fv ON (fp.id_feature_value = fv.id_feature_value)
WHERE `id_product` = 58 |
151
ms
|
3 |
|
|
/classes/Product.php:4774
/modules/hideprice/classes/HidePriceConfiguration.php:253<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
151
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 201 LIMIT 1 |
151
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 219 |
151
ms
|
1 |
|
|
/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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*
FROM `uux4_hiblacklistcountry` b
WHERE (b.`country` = 'US') LIMIT 1 |
151
ms
|
5 |
|
|
/modules/hiblacklist/classes/hiblacklistcountry.php:63
/modules/hiblacklist/hiblacklist.php:1308<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
151
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
151
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 193 AND `id_group` = 1 LIMIT 1 |
150
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `uux4_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 17 LIMIT 1 |
150
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
150
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
149
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:271<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'AED') LIMIT 1 |
149
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 11 AND `id_group` = 1 LIMIT 1 |
149
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `uux4_manufacturer`
WHERE `id_manufacturer` = 2
AND `active` = 1 LIMIT 1 |
149
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:444<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) 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>/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 201 AND id_shop=1 LIMIT 1 |
149
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
149
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
148
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `uux4_specific_price_priority`
WHERE `id_product` = 34
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
148
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `uux4_manufacturer`
WHERE `id_manufacturer` = 9
AND `active` = 1 LIMIT 1 |
148
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:444<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 1 |
148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/modules/currencycron/currencycron.php:192<br>/modules/currencycron/currencycron.php:119<br>/modules/currencycron/currencycron.php:88<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:521<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 20) LIMIT 1 |
148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 58 AND `id_group` = 1 LIMIT 1 |
147
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 5 |
147
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
147
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
147
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 145 LIMIT 1 |
147
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 58 AND `id_shop` = 1 |
147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 193 LIMIT 1 |
147
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>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
147
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
147
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 42 |
146
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 22) LIMIT 1 |
146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 117 LIMIT 1 |
146
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
146
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:27
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE `from` BETWEEN '2025-05-02 00:00:00' AND '2025-05-02 23:59:59' LIMIT 1 |
145
ms
|
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 16 |
145
ms
|
1 |
|
|
/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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 5) LIMIT 1 |
145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
145
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
145
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
145
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
145
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
144
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 68 |
144
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 15) LIMIT 1 |
144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 58 LIMIT 1 |
144
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
144
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/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:388<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 34 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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_zone`
FROM `uux4_country`
WHERE `id_country` = 21 LIMIT 1 |
143
ms
|
1 |
|
|
/classes/Country.php:223
/modules/hideprice/classes/HidePriceConfiguration.php:217<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 10) LIMIT 1 |
142
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 0 LIMIT 1 |
142
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_ets_awu_meta`
WHERE id_meta = 2 AND id_shop = 1 AND id_lang = 1 LIMIT 1 |
142
ms
|
1 |
|
|
/modules/ets_awesomeurl/classes/EtsAwuMeta.php:211
/modules/ets_awesomeurl/ets_awesomeurl.php:1133<br>/modules/ets_awesomeurl/ets_awesomeurl.php:550<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_product_lang`
WHERE `id_product` = 117 AND `id_shop` = 1 |
142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 17) LIMIT 1 |
141
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `uux4_hook`
WHERE `id_hook` = 903 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:506<br>/controllers/front/listing/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `uux4_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM uux4_rec_whitelist WHERE ip_address = "3.16.50.164" |
140
ms
|
1 |
|
|
/modules/recaptchapro/recaptchapro.php:1286
/modules/recaptchapro/recaptchapro.php:871<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*
FROM `uux4_hiblacklistcountry` b LIMIT 1 |
140
ms
|
5 |
|
|
/modules/hiblacklist/classes/hiblacklistcountry.php:74
/modules/hiblacklist/hiblacklist.php:1295<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `uux4_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:444<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `uux4_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:444<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
140
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarTheme/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarTheme/05/d7/bf/05d7bf29ea6047157952df7d276fddc6d2275993_2.module.angarbestsellersviewstemp.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/angarbestsellers/angarbestsellers.php:184<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `uux4_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
140
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 117) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 193) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 145) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 17) LIMIT 1 |
139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 42 LIMIT 1 |
139
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_manufacturer` a
LEFT JOIN `uux4_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `uux4_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 21) LIMIT 1 |
139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Manufacturer.php:113<br>/classes/Link.php:662<br>/modules/ps_brandlist/ps_brandlist.php:297<br>/modules/ps_brandlist/ps_brandlist.php:273<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 94 AND id_shop=1 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 153 AND `id_shop` = 1 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Product.php:38<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ets_superspeed" LIMIT 1 |
138
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Dispatcher.php:322<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM uux4_rec_whitelist WHERE ip_address = "3.16.50.164" |
138
ms
|
1 |
|
|
/modules/recaptchapro/recaptchapro.php:1286
/modules/recaptchapro/recaptchapro.php:1178<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:521<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `uux4_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 17 LIMIT 1 |
138
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/hideprice/classes/HidePriceConfiguration.php:221<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_brandlist" LIMIT 1 |
138
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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 63) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
138
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_addifycountryrestriction` WHERE active = 1 ORDER BY priority ASC |
137
ms
|
2 |
Yes
|
|
/modules/addifycountryrestriction/classes/CountryModelClass.php:445
/modules/addifycountryrestriction/addifycountryrestriction.php:1159<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 11 AND id_shop=1 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1 |
136
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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 232 AND `id_shop` = 1 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Dispatcher.php:322<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 250 AND `id_shop` = 1 LIMIT 1 |
136
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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
UPDATE uux4_sfkseoschema SET `sfk_rating_value` = '5', `sfk_star_count` = '5' WHERE sfk_rating_value > 5; |
136
ms
|
1 |
|
|
/modules/sfkseoschema/sfkseoschema.php:1261
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
135
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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
135
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/01/9f/f4/019ff4b325901f19f1200e3172b50d945c19ab67_2.file.pl-dual-prices.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:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:246<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:275<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
135
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:27
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
134
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:964<br>/override/classes/ProductSale.php:171<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `uux4_specific_price_priority`
WHERE `id_product` = 219
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
134
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE id_employee_post FROM `uux4_ybc_blog_employee` WHERE id_employee=0 AND is_customer=1 LIMIT 1 |
133
ms
|
1 |
|
|
/modules/ybc_blog/classes/ybc_blog_employee_class.php:83
/modules/ybc_blog/ybc_blog.php:3173<br>/modules/ybc_blog/ybc_blog.php:3184<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/AngarTheme/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.pscustomeraccountlinkspsc.php:61<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/module/Module.php:2490<br>/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:97<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/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:388<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
132
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 193 |
132
ms
|
1 |
|
|
/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>/modules/angarbestsellers/angarbestsellers.php:263<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
132
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 42) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 58 AND id_shop=1 LIMIT 1 |
132
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 13) LIMIT 1 |
132
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 145 |
131
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 42 AND id_shop=1 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_country_lang`
WHERE `id_country` = 13 |
131
ms
|
1 |
|
|
/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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 58 |
131
ms
|
2 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 63 |
131
ms
|
1 |
|
|
/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>/modules/angarbestsellers/angarbestsellers.php:263<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `uux4_specific_price_priority`
WHERE `id_product` = 145
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
131
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
130
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
130
ms
|
1 |
|
|
/classes/Country.php:193
/classes/controller/FrontController.php:892<br>/classes/controller/FrontController.php:351<br>/controllers/front/listing/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 7 |
130
ms
|
1 |
|
|
/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>/modules/angarbestsellers/angarbestsellers.php:263<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 145 |
129
ms
|
1 |
|
|
/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>/modules/angarbestsellers/angarbestsellers.php:263<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
128
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
128
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `uux4_specific_price_priority`
WHERE `id_product` = 7
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
128
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 9) LIMIT 1 |
128
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_linklist" LIMIT 1 |
128
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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 42 AND `id_group` = 1 LIMIT 1 |
127
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 5) LIMIT 1 |
126
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 219 AND id_shop=1 LIMIT 1 |
126
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 63 |
126
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
126
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `uux4_stock_available`
WHERE (id_product = 58) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
125
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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 117 |
125
ms
|
1 |
|
|
/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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 5) LIMIT 1 |
125
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 117 AND id_shop=1 LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `uux4_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `uux4_hook_module_exceptions`
WHERE `id_shop` IN (1) |
125
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:364<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
124
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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 10) LIMIT 1 |
124
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 11 |
124
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 5 |
124
ms
|
1 |
|
|
/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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `uux4_hook`
WHERE `id_hook` = 14 LIMIT 1 |
124
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 7) LIMIT 1 |
124
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
123
ms
|
1 |
|
|
/classes/Country.php:193
/modules/ets_superspeed/classes/cache.php:97<br>/modules/ets_superspeed/classes/cache.php:73<br>/modules/ets_superspeed/classes/cache.php:175<br>/modules/ets_superspeed/ets_superspeed.php:1638<br>/override/classes/Dispatcher.php:327<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 6) LIMIT 1 |
123
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_group_lang`
WHERE `id_group` = 1 |
123
ms
|
1 |
|
|
/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>/modules/ets_superspeed/classes/cache.php:70<br>/modules/ets_superspeed/classes/cache.php:175<br>/modules/ets_superspeed/ets_superspeed.php:1638<br>/override/classes/Dispatcher.php:327<br>/index.php:28
|
SELECT SQL_NO_CACHE bc.*
FROM `uux4_hiblacklistbot` bc
ORDER BY bc.id ASC |
123
ms
|
1 |
|
|
/modules/hiblacklist/classes/hiblacklistbot.php:42
/modules/hiblacklist/hiblacklist.php:1348<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 13) LIMIT 1 |
123
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 6) LIMIT 1 |
122
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
122
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `uux4_specific_price_priority`
WHERE `id_product` = 94
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
122
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `uux4_country`
WHERE `iso_code` = 'US' LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Country.php:193
/modules/addifycountryrestriction/addifycountryrestriction.php:1047<br>/modules/addifycountryrestriction/addifycountryrestriction.php:1157<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/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:281<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:477<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 145 AND id_shop=1 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
121
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/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.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/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:388<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 8) LIMIT 1 |
121
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `uux4_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
121
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_page`
FROM `uux4_page`
WHERE `id_page_type` = 7 LIMIT 1 |
120
ms
|
1 |
|
|
/classes/Page.php:83
/classes/Connection.php:104<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:428<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:170<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "leoproductsearch" LIMIT 1 |
120
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2194<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 117 AND `id_group` = 1 LIMIT 1 |
120
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `uux4_manufacturer`
WHERE `id_manufacturer` = 4
AND `active` = 1 LIMIT 1 |
120
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:444<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 94 AND `id_group` = 1 LIMIT 1 |
120
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `uux4_specific_price_priority`
WHERE `id_product` = 42
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
120
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1 |
120
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_country_lang`
WHERE `id_country` = 21 |
119
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/sfkseoschema/sfkseoschema.php:1269<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `uux4_hook`
WHERE `id_hook` = 21 LIMIT 1 |
119
ms
|
1 |
|
|
/modules/displaymessagesmyaccount/displaymessagesmyaccount.php:821
/modules/displaymessagesmyaccount/displaymessagesmyaccount.php:969<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 219 AND `id_group` = 1 LIMIT 1 |
119
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 63 AND id_shop=1 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
117
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 34 AND `id_group` = 1 LIMIT 1 |
117
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 15) LIMIT 1 |
117
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 16) LIMIT 1 |
117
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'AUD') LIMIT 1 |
117
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `uux4_manufacturer`
WHERE `id_manufacturer` = 15
AND `active` = 1 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:444<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d4/21/a3/d421a314fb01a5f7b749b0d3356d0d1d5145bfe5_2.file.product.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:73<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/62/4c/95/624c95e95ab12876e3291110837c18b2c41b9871_2.file.products.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:105<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `uux4_category_product`
WHERE `id_product` = 117 |
117
ms
|
2 |
|
|
/classes/Product.php:3395
/modules/hideprice/classes/HidePriceConfiguration.php:223<br>/modules/hideprice/classes/HidePriceConfiguration.php:686<br>/override/classes/Product.php:41<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 2 |
116
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
116
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `uux4_specific_price_priority`
WHERE `id_product` = 63
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
116
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 12) LIMIT 1 |
115
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
114
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>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
114
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 24 AND `id_shop` = 1 LIMIT 1 |
114
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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM uux4_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE id_product = 68 LIMIT 1 |
113
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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1 |
113
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/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.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/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:388<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 16 AND `id_group` = 1 LIMIT 1 |
113
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `uux4_product_shop`
WHERE `id_product` = 7 AND id_shop=1 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
110
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 12) LIMIT 1 |
109
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'MYR') LIMIT 1 |
109
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
109
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_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>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 201 AND `id_group` = 1 LIMIT 1 |
109
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
109
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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 63 AND `id_group` = 1 LIMIT 1 |
108
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 7) LIMIT 1 |
107
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 8) LIMIT 1 |
107
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
107
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 210 AND `id_shop` = 1 LIMIT 1 |
107
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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `uux4_specific_price` WHERE `to` BETWEEN '2025-05-02 00:00:00' AND '2025-05-02 23:59:59' LIMIT 1 |
107
ms
|
1 |
|
|
/classes/SpecificPrice.php:366
/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
107
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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
106
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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 145 AND `id_group` = 1 LIMIT 1 |
106
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 6 |
105
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 9) LIMIT 1 |
105
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
105
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1 |
105
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/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.tpl.php:96<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/71/ea/02/71ea02bf585a5e5995c55b484d0431f058c95bc6_2.file.footer.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:388<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_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/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
104
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency` a
LEFT JOIN `uux4_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 14) LIMIT 1 |
104
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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
104
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
UPDATE uux4_sfkseoschema SET `sfk_shipping_addressCountry` = 'US', `sfk_shipping_currency` = 'USD' |
103
ms
|
1 |
|
|
/modules/sfkseoschema/sfkseoschema.php:1284
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 248 AND `id_shop` = 1 LIMIT 1 |
103
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/ets_superspeed/ets_superspeed.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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE domain,physical_uri FROM uux4_shop_url WHERE id_shop='1' |
103
ms
|
1 |
|
|
/modules/sfkseoschema/sfkseoschema.php:1350
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 7 |
103
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `uux4_product_attribute`
WHERE `id_product` = 58 |
103
ms
|
1 |
|
|
/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>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 5 |
103
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
102
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `uux4_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
101
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/modules/ets_superspeed/classes/cache.php:70<br>/modules/ets_superspeed/classes/cache.php:175<br>/modules/ets_superspeed/ets_superspeed.php:1638<br>/override/classes/Dispatcher.php:327<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `uux4_specific_price_priority`
WHERE `id_product` = 68
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
101
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 8 |
101
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
100
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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1 |
100
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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
99
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
99
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "productcomments" LIMIT 1 |
99
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/sfkseoschema/sfkseoschema.php:1453<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `uux4_country`
WHERE `id_country` = 13 LIMIT 1 |
99
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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'KRW') LIMIT 1 |
98
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'VND') LIMIT 1 |
98
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
98
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 109 AND `id_shop` = 1 LIMIT 1 |
98
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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.tpl.php:131<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.tpl.php:40<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "blocksearch_mod" LIMIT 1 |
97
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2202<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
97
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
97
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
97
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 7 AND `id_group` = 1 LIMIT 1 |
97
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/Product.php:5874<br>/override/classes/ProductSale.php:190<br>/src/Adapter/BestSales/BestSalesProductSearchProvider.php:81<br>/modules/angarbestsellers/angarbestsellers.php:227<br>/modules/angarbestsellers/angarbestsellers.php:191<br>/modules/angarbestsellers/angarbestsellers.php:175<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_imageslider" LIMIT 1 |
96
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.php:63<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
96
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `uux4_product_group_reduction_cache`
WHERE `id_product` = 5 AND `id_group` = 1 LIMIT 1 |
96
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:37<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/override/classes/controller/ProductListingFrontController.php:98<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/BestSalesController.php:57<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 17 |
96
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 3 |
95
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 10 |
94
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'CHF') LIMIT 1 |
94
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 9 |
94
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'CAD') LIMIT 1 |
93
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'JPY') LIMIT 1 |
93
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "addifycountryrestriction" LIMIT 1 |
92
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/override/modules/ps_categorytree/ps_categorytree.php:30<br>/modules/ps_categorytree/ps_categorytree.php:330<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/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:298<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'HKD') LIMIT 1 |
91
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'CNY') LIMIT 1 |
91
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 12 |
91
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 4 |
91
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 15 |
91
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
91
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 13 |
91
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `uux4_currency_lang`
WHERE `id_currency` = 14 |
90
ms
|
1 |
|
|
/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/ps_currencyselector/ps_currencyselector.php:112<br>/modules/ps_currencyselector/ps_currencyselector.php:127<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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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/AngarThemelayouts_layout_left_column_tpl/1a/98/3a/1a983a0165f068d5d64e74161a8a402280fa4260_2.file.header.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>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/1e/74/cb/1e74cb57988eb5189ddf3bd63df88ae57a61c419_2.file.layout-both-columns.tpl.php:65<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/72/fe/2d/72fe2daac1e0ee01e471995d84a40a08abc2907e_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/AngarThemelayouts_layout_left_column_tpl/59/90/ab/5990abc3df0ad713debdcc9cff97b2f24ca8fabe_2.file.product-list.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/AngarThemelayouts_layout_left_column_tpl/d5/af/13/d5af13187b895adec61ce0cc7f3258d80c398aac_2.file.best-sales.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
90
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'TWD') LIMIT 1 |
90
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
90
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2288<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'SGD') LIMIT 1 |
90
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'NZD') LIMIT 1 |
90
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
89
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
87
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2194<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "eagersearchbar" LIMIT 1 |
87
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
86
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
85
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'PAB') LIMIT 1 |
85
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
84
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
84
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
84
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `uux4_currency` c
WHERE (iso_code = 'SAR') LIMIT 1 |
84
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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
82
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
82
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
82
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 136 AND `id_shop` = 1 LIMIT 1 |
81
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ets_superspeed/ets_superspeed.php:63<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
81
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 |
81
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/sfkseoschema/sfkseoschema.php:1453<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
80
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
80
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
79
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
79
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
79
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
78
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "homeslider" LIMIT 1 |
78
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.php:63<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
77
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ps_banner" LIMIT 1 |
75
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "blockbanner" LIMIT 1 |
74
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ets_superspeed/ets_superspeed.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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
74
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
74
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ets_superspeed/ets_superspeed.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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
73
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2202<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
72
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2213<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `uux4_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
72
ms
|
1 |
|
|
/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/BestSalesController.php:44<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
71
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2281<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
71
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2222<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
70
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2236<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "bonsearch" LIMIT 1 |
70
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2281<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
69
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2246<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
69
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2230<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
69
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2274<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "tmsearch" LIMIT 1 |
68
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2213<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
68
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2304<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
68
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2257<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "stsearchbar" LIMIT 1 |
67
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2257<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
67
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2337<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "is_themecore" LIMIT 1 |
67
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2337<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "labsearch" LIMIT 1 |
67
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2236<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "ttblocksearch" LIMIT 1 |
67
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2222<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
67
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2312<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "jmsajaxsearch" LIMIT 1 |
66
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2274<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "labblocksearch" LIMIT 1 |
65
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2230<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "tvcmssearch" LIMIT 1 |
65
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2246<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "spsearchpro" LIMIT 1 |
65
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2304<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "tdsearchblock" LIMIT 1 |
64
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2288<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `uux4_module` WHERE `name` = "wbblocksearch" LIMIT 1 |
63
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2312<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:48<br>/controllers/front/listing/BestSalesController.php:55<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:333<br>/index.php:28
|